Author: veithen Date: Fri Aug 31 17:28:18 2012 New Revision: 1379517 URL: http://svn.apache.org/viewvc?rev=1379517&view=rev Log: Sandesha2 1.6.x should use Axis2 and Rampart 1.6.x-SNAPSHOT so that we can detect integration issues early.
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=1379517&r1=1379516&r2=1379517&view=diff ============================================================================== --- axis/axis2/java/sandesha/branches/1_6/pom.xml (original) +++ axis/axis2/java/sandesha/branches/1_6/pom.xml Fri Aug 31 17:28:18 2012 @@ -435,8 +435,8 @@ </modules> <properties> - <axis2.version>1.6.2</axis2.version> - <rampart.version>1.6.2</rampart.version> + <axis2.version>1.6.3-SNAPSHOT</axis2.version> + <rampart.version>1.6.3-SNAPSHOT</rampart.version> <axiom.version>1.2.13</axiom.version> <commons.logging.version>1.1.1</commons.logging.version> <junit.version>3.8.2</junit.version>