You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by ru...@apache.org on 2009/12/15 12:20:27 UTC

svn commit: r890764 - /webservices/commons/trunk/modules/transport/modules/parent/pom.xml

Author: ruwan
Date: Tue Dec 15 11:20:27 2009
New Revision: 890764

URL: http://svn.apache.org/viewvc?rev=890764&view=rev
Log:
Updating AXIOM and Axis2 versions to refer to the trunk

Modified:
    webservices/commons/trunk/modules/transport/modules/parent/pom.xml

Modified: webservices/commons/trunk/modules/transport/modules/parent/pom.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/transport/modules/parent/pom.xml?rev=890764&r1=890763&r2=890764&view=diff
==============================================================================
--- webservices/commons/trunk/modules/transport/modules/parent/pom.xml (original)
+++ webservices/commons/trunk/modules/transport/modules/parent/pom.xml Tue Dec 15 11:20:27 2009
@@ -394,8 +394,8 @@
         </site>
     </distributionManagement>
     <properties>
-        <axiom.version>1.2.8</axiom.version>
-        <axis2.version>1.5</axis2.version>
+        <axiom.version>1.2.9-SNAPSHOT</axiom.version>
+        <axis2.version>SNAPSHOT</axis2.version>
         <failIfNoTests>false</failIfNoTests>
     </properties>
 </project>