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 2009/07/13 10:03:21 UTC

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

Author: veithen
Date: Mon Jul 13 08:03:21 2009
New Revision: 793481

URL: http://svn.apache.org/viewvc?rev=793481&view=rev
Log:
Switched addressing version to 1.5 (1.5-SNAPSHOT is no longer available and 1.5 is the version we will use for the release).

Modified:
    synapse/trunk/java/pom.xml

Modified: synapse/trunk/java/pom.xml
URL: http://svn.apache.org/viewvc/synapse/trunk/java/pom.xml?rev=793481&r1=793480&r2=793481&view=diff
==============================================================================
--- synapse/trunk/java/pom.xml (original)
+++ synapse/trunk/java/pom.xml Mon Jul 13 08:03:21 2009
@@ -823,7 +823,7 @@
         <commons.logging.version>1.1.1</commons.logging.version>
 
         <!-- addressing, rampart, neethi -->
-        <addressing.version>1.5-SNAPSHOT</addressing.version>
+        <addressing.version>1.5</addressing.version>
         <rampart.version>SNAPSHOT</rampart.version>
         <sandesha2.version>SNAPSHOT</sandesha2.version>
         <neethi.version>2.0.4</neethi.version>