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/19 22:42:21 UTC

svn commit: r1720974 - /axis/axis2/java/core/branches/1_6/modules/samples/pom.xml

Author: veithen
Date: Sat Dec 19 21:42:20 2015
New Revision: 1720974

URL: http://svn.apache.org/viewvc?rev=1720974&view=rev
Log:
Fix incorrect version number in new POM merged from trunk.

Modified:
    axis/axis2/java/core/branches/1_6/modules/samples/pom.xml

Modified: axis/axis2/java/core/branches/1_6/modules/samples/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/samples/pom.xml?rev=1720974&r1=1720973&r2=1720974&view=diff
==============================================================================
--- axis/axis2/java/core/branches/1_6/modules/samples/pom.xml (original)
+++ axis/axis2/java/core/branches/1_6/modules/samples/pom.xml Sat Dec 19 21:42:20 2015
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>1.7.0-SNAPSHOT</version>
+        <version>1.6.4-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     <groupId>org.apache.axis2.examples</groupId>