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:13:45 UTC

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

Author: ruwan
Date: Wed Sep 22 16:13:45 2010
New Revision: 1000062

URL: http://svn.apache.org/viewvc?rev=1000062&view=rev
Log:
Fixing the axiom version and Axis2 API link

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=1000062&r1=1000061&r2=1000062&view=diff
==============================================================================
--- synapse/branches/2.0/pom.xml (original)
+++ synapse/branches/2.0/pom.xml Wed Sep 22 16:13:45 2010
@@ -707,7 +707,7 @@
                         <link>http://java.sun.com/j2ee/1.4/docs/api/</link>
                         <link>http://jaxen.codehaus.org/apidocs/</link>
                         <link>http://ws.apache.org/commons/axiom/apidocs/</link>
-                        <link>http://ws.apache.org/axis2/1_3/api/</link>
+                        <link>http://ws.apache.org/axis2/1_5_1/api/</link>
                     </links>
                     <aggregate>true</aggregate>
                 </configuration>
@@ -821,7 +821,7 @@
         <!-- Axis2 and its dependencies -->
         <axis2.version>SNAPSHOT</axis2.version>
         <axis2.transport.version>1.1.0-SNAPSHOT</axis2.transport.version>
-        <axiom.version>1.2.10-SNAPSHOT</axiom.version>
+        <axiom.version>1.2.9</axiom.version>
         <xml_schema.version>1.4.3</xml_schema.version>
         <xml_apis.version>1.3.04</xml_apis.version>
         <wsdl4j.version>1.6.2</wsdl4j.version>