You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@synapse.apache.org by ru...@apache.org on 2010/09/22 18:32:17 UTC

svn commit: r1000073 - /synapse/branches/2.0/pom.xml

Author: ruwan
Date: Wed Sep 22 16:32:17 2010
New Revision: 1000073

URL: http://svn.apache.org/viewvc?rev=1000073&view=rev
Log:
Fixing the axis2 version to 1.5.2

Modified:
    synapse/branches/2.0/pom.xml

Modified: synapse/branches/2.0/pom.xml
URL: http://svn.apache.org/viewvc/synapse/branches/2.0/pom.xml?rev=1000073&r1=1000072&r2=1000073&view=diff
==============================================================================
--- synapse/branches/2.0/pom.xml (original)
+++ synapse/branches/2.0/pom.xml Wed Sep 22 16:32:17 2010
@@ -819,7 +819,7 @@
         <jms-1.1-spec.version>1.1</jms-1.1-spec.version>
 
         <!-- Axis2 and its dependencies -->
-        <axis2.version>SNAPSHOT</axis2.version>
+        <axis2.version>1.5.2</axis2.version>
         <axis2.transport.version>1.1.0-SNAPSHOT</axis2.transport.version>
         <axiom.version>1.2.9</axiom.version>
         <xml_schema.version>1.4.3</xml_schema.version>