You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2017/07/30 10:54:11 UTC

svn commit: r1803418 - /axis/axis2/java/core/trunk/pom.xml

Author: veithen
Date: Sun Jul 30 10:54:11 2017
New Revision: 1803418

URL: http://svn.apache.org/viewvc?rev=1803418&view=rev
Log:
Use more recent versions of axis2-aar-maven-plugin and axis2-mar-maven-plugin.

Modified:
    axis/axis2/java/core/trunk/pom.xml

Modified: axis/axis2/java/core/trunk/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/pom.xml?rev=1803418&r1=1803417&r2=1803418&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/pom.xml (original)
+++ axis/axis2/java/core/trunk/pom.xml Sun Jul 30 10:54:11 2017
@@ -1273,17 +1273,17 @@
                     </configuration>
                 </plugin>
                 
-                <!-- Use 1.5.2 versions of the aar and mar plugins in order to avoid
+                <!-- Use released versions of the aar and mar plugins in order to avoid
                      the chicken and egg problem. -->
                 <plugin>
                     <groupId>org.apache.axis2</groupId>
                     <artifactId>axis2-aar-maven-plugin</artifactId>
-                    <version>1.5.2</version>
+                    <version>1.7.5</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.axis2</groupId>
                     <artifactId>axis2-mar-maven-plugin</artifactId>
-                    <version>1.5.2</version>
+                    <version>1.7.5</version>
                 </plugin>
                 
                 <!-- No chicken and egg problem here because the plugin doesn't expose