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 19:13:29 UTC

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

Author: ruwan
Date: Wed Sep 22 17:13:29 2010
New Revision: 1000094

URL: http://svn.apache.org/viewvc?rev=1000094&view=rev
Log:
Fixing the addressing version to be 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=1000094&r1=1000093&r2=1000094&view=diff
==============================================================================
--- synapse/branches/2.0/pom.xml (original)
+++ synapse/branches/2.0/pom.xml Wed Sep 22 17:13:29 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>1.5.2</addressing.version>
         <rampart.version>SNAPSHOT</rampart.version>
         <sandesha2.version>SNAPSHOT</sandesha2.version>
         <neethi.version>2.0.4</neethi.version>