Author: veithen
Date: Sat Mar 19 16:32:56 2011
New Revision: 1083212
URL: http://svn.apache.org/viewvc?rev=1083212&view=rev
Log:
Set the correct Axis2 and Rampart versions for the 1.6 branch.
Modified:
axis/axis2/java/sandesha/branches/1_6/pom.xml
Modified: axis/axis2/java/sandesha/branches/1_6/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/sandesha/branches/1_6/pom.xml?rev=1083212&r1=1083211&r2=1083212&view=diff
==============================================================================
--- axis/axis2/java/sandesha/branches/1_6/pom.xml (original)
+++ axis/axis2/java/sandesha/branches/1_6/pom.xml Sat Mar 19 16:32:56 2011
@@ -436,10 +436,9 @@
</modules>
<properties>
- <axis2.version>SNAPSHOT</axis2.version>
- <rampart.version>SNAPSHOT</rampart.version>
+ <axis2.version>1.6.1-SNAPSHOT</axis2.version>
+ <rampart.version>1.6.0-SNAPSHOT</rampart.version>
<axiom.version>1.2.12-SNAPSHOT</axiom.version>
- <!-- TODO: revert back to 3.0.0-SNAPSHOT when the incompatibility with
the neethi trunk is fixed -->
<neethi.version>2.0.4</neethi.version>
<commons.logging.version>1.1.1</commons.logging.version>
<junit.version>3.8.2</junit.version>