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/12/24 00:10:19 UTC

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

Author: veithen
Date: Sun Dec 24 00:10:19 2017
New Revision: 1819192

URL: http://svn.apache.org/viewvc?rev=1819192&view=rev
Log:
Upgrade maven-invoker-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=1819192&r1=1819191&r2=1819192&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/pom.xml (original)
+++ axis/axis2/java/core/trunk/pom.xml Sun Dec 24 00:10:19 2017
@@ -1278,7 +1278,7 @@
                 </plugin>
                 <plugin>
                     <artifactId>maven-invoker-plugin</artifactId>
-                    <version>2.0.0</version>
+                    <version>3.0.1</version>
                     <configuration>
                         <javaHome>${java.home}</javaHome>
                     </configuration>