Author: veithen
Date: Tue Jul 6 19:46:50 2010
New Revision: 960995
URL: http://svn.apache.org/viewvc?rev=960995&view=rev
Log:
Use the same org.apache:apache version for the root POM as for the parent POM.
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=960995&r1=960994&r2=960995&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/pom.xml (original)
+++ axis/axis2/java/core/trunk/pom.xml Tue Jul 6 19:46:50 2010
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>3</version>
+ <version>6</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.axis2</groupId>