Author: veithen Date: Fri May 14 10:16:01 2010 New Revision: 944191 URL: http://svn.apache.org/viewvc?rev=944191&view=rev Log: Changed Axis2 version to SNAPSHOT. Since we now have a Hudson build, this allows us to continuously monitor the integration between Axis2 and the transports.
Modified: axis/axis2/java/transports/trunk/pom.xml Modified: axis/axis2/java/transports/trunk/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/pom.xml?rev=944191&r1=944190&r2=944191&view=diff ============================================================================== --- axis/axis2/java/transports/trunk/pom.xml (original) +++ axis/axis2/java/transports/trunk/pom.xml Fri May 14 10:16:01 2010 @@ -496,7 +496,7 @@ <properties> <axiom.version>1.2.9-SNAPSHOT</axiom.version> - <axis2.version>1.5</axis2.version> + <axis2.version>SNAPSHOT</axis2.version> <failIfNoTests>false</failIfNoTests> </properties>