You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@synapse.apache.org by ve...@apache.org on 2010/11/15 11:55:53 UTC

svn commit: r1035221 - /synapse/trunk/java/pom.xml

Author: veithen
Date: Mon Nov 15 10:55:52 2010
New Revision: 1035221

URL: http://svn.apache.org/viewvc?rev=1035221&view=rev
Log:
Addressing version should match the Axis2 version.

Modified:
    synapse/trunk/java/pom.xml

Modified: synapse/trunk/java/pom.xml
URL: http://svn.apache.org/viewvc/synapse/trunk/java/pom.xml?rev=1035221&r1=1035220&r2=1035221&view=diff
==============================================================================
--- synapse/trunk/java/pom.xml (original)
+++ synapse/trunk/java/pom.xml Mon Nov 15 10:55:52 2010
@@ -829,7 +829,7 @@
         <commons.logging.version>1.1.1</commons.logging.version>
 
         <!-- addressing, rampart, neethi -->
-        <addressing.version>1.5</addressing.version>
+        <addressing.version>${axis2.version}</addressing.version>
         <rampart.version>SNAPSHOT</rampart.version>
         <sandesha2.version>SNAPSHOT</sandesha2.version>
         <neethi.version>2.0.4</neethi.version>