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 2015/12/21 19:19:15 UTC

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

Author: veithen
Date: Mon Dec 21 18:19:14 2015
New Revision: 1721225

URL: http://svn.apache.org/viewvc?rev=1721225&view=rev
Log:
Upgrade maven-war-plugin to version 2.6 to avoid MWAR-279 in the HTTPS sample.

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=1721225&r1=1721224&r2=1721225&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/pom.xml (original)
+++ axis/axis2/java/core/trunk/pom.xml Mon Dec 21 18:19:14 2015
@@ -1173,7 +1173,7 @@
                 </plugin>
                 <plugin>
                     <artifactId>maven-war-plugin</artifactId>
-                    <version>2.1-beta-1</version>
+                    <version>2.6</version>
                 </plugin>
                 <plugin>
                     <groupId>org.codehaus.mojo</groupId>