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 2012/04/23 11:57:16 UTC

svn commit: r1329150 - /axis/axis2/java/core/branches/1_6/pom.xml

Author: veithen
Date: Mon Apr 23 09:57:16 2012
New Revision: 1329150

URL: http://svn.apache.org/viewvc?rev=1329150&view=rev
Log:
Fixed incorrect root module version.

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

Modified: axis/axis2/java/core/branches/1_6/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/pom.xml?rev=1329150&r1=1329149&r2=1329150&view=diff
==============================================================================
--- axis/axis2/java/core/branches/1_6/pom.xml (original)
+++ axis/axis2/java/core/branches/1_6/pom.xml Mon Apr 23 09:57:16 2012
@@ -28,7 +28,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.axis2</groupId>
     <artifactId>axis2</artifactId>
-    <version>1.6.2-SNAPSHOT</version>
+    <version>1.6.3-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Apache Axis2 - Root</name>
     <inceptionYear>2004</inceptionYear>