Author: tschoening
Date: Mon Jan  6 15:20:01 2014
New Revision: 1555857

URL: http://svn.apache.org/r1555857
Log:
Improved compatibility with Maven 3.0 and 3.1, which needs some more current 
plugin versions.

https://cwiki.apache.org/confluence/display/MAVEN/AetherClassNotFound

Modified:
    incubator/log4cxx/trunk/pom.xml

Modified: incubator/log4cxx/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/log4cxx/trunk/pom.xml?rev=1555857&r1=1555856&r2=1555857&view=diff
==============================================================================
--- incubator/log4cxx/trunk/pom.xml (original)
+++ incubator/log4cxx/trunk/pom.xml Mon Jan  6 15:20:01 2014
@@ -276,13 +276,13 @@
       </plugin>
       <plugin>
         <artifactId>maven-site-plugin</artifactId>
-        <version>3.0</version>
+        <version>3.3</version>
         <configuration>
           <templateFile>${basedir}/src/site/maven-site.vm</templateFile>
           <reportPlugins>
             <plugin>
               <artifactId>maven-project-info-reports-plugin</artifactId>
-              <version>2.4</version>
+              <version>2.7</version>
               <reportSets>
                 <reportSet>
                   <reports>


Reply via email to