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:22:22 UTC

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

Author: ruwan
Date: Wed Sep 22 17:22:21 2010
New Revision: 1000097

URL: http://svn.apache.org/viewvc?rev=1000097&view=rev
Log:
Fixing the rampart and wss4j versions

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=1000097&r1=1000096&r2=1000097&view=diff
==============================================================================
--- synapse/branches/2.0/pom.xml (original)
+++ synapse/branches/2.0/pom.xml Wed Sep 22 17:22:21 2010
@@ -830,10 +830,10 @@
 
         <!-- addressing, rampart, neethi -->
         <addressing.version>1.5.2</addressing.version>
-        <rampart.version>SNAPSHOT</rampart.version>
+        <rampart.version>1.5</rampart.version>
         <sandesha2.version>SNAPSHOT</sandesha2.version>
         <neethi.version>2.0.4</neethi.version>
-        <wss4j.version>SNAPSHOT</wss4j.version>
+        <wss4j.version>1.5.8</wss4j.version>
         <jruby.version>1.3.0</jruby.version>
         <xmlsec.version>1.4.2</xmlsec.version>
         <bcprov.jdk15.version>140</bcprov.jdk15.version>