Author: veithen
Date: Fri Jul  3 21:00:46 2015
New Revision: 1689089

URL: http://svn.apache.org/r1689089
Log:
Update some plugin versions so that the site can be built with Maven 3.3.x.

Modified:
    axis/axis1/java/trunk/pom.xml

Modified: axis/axis1/java/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis1/java/trunk/pom.xml?rev=1689089&r1=1689088&r2=1689089&view=diff
==============================================================================
--- axis/axis1/java/trunk/pom.xml (original)
+++ axis/axis1/java/trunk/pom.xml Fri Jul  3 21:00:46 2015
@@ -221,7 +221,7 @@
                 </plugin>
                 <plugin>
                     <artifactId>maven-site-plugin</artifactId>
-                    <version>3.2</version>
+                    <version>3.4</version>
                 </plugin>
                 <plugin>
                     <artifactId>maven-assembly-plugin</artifactId>
@@ -372,7 +372,7 @@
                     <reportPlugins>
                         <plugin>
                             
<artifactId>maven-project-info-reports-plugin</artifactId>
-                            <version>2.6</version>
+                            <version>2.8</version>
                             <reports>
                                 <report>index</report>
                                 <report>issue-tracking</report>
@@ -438,7 +438,7 @@
         <plugins>
             <plugin>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
-                <version>2.6</version>
+                <version>2.8</version>
                 <reportSets>
                     <reportSet>
                         <reports>


Reply via email to