You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by as...@apache.org on 2007/08/20 20:23:37 UTC

svn commit: r567779 - in /webservices/synapse/trunk/java: modules/core/src/main/resources/patches.txt pom.xml

Author: asankha
Date: Mon Aug 20 11:23:37 2007
New Revision: 567779

URL: http://svn.apache.org/viewvc?rev=567779&view=rev
Log:
fix SYNAPSE-119
Apply patch from Dims with minor modifications to suit Synapse
Create an empty patches folder within the lib directory to make it easier to apply patches to a distribution

Added:
    webservices/synapse/trunk/java/modules/core/src/main/resources/patches.txt
Modified:
    webservices/synapse/trunk/java/pom.xml

Added: webservices/synapse/trunk/java/modules/core/src/main/resources/patches.txt
URL: http://svn.apache.org/viewvc/webservices/synapse/trunk/java/modules/core/src/main/resources/patches.txt?rev=567779&view=auto
==============================================================================
--- webservices/synapse/trunk/java/modules/core/src/main/resources/patches.txt (added)
+++ webservices/synapse/trunk/java/modules/core/src/main/resources/patches.txt Mon Aug 20 11:23:37 2007
@@ -0,0 +1 @@
+Patch deploy directory

Modified: webservices/synapse/trunk/java/pom.xml
URL: http://svn.apache.org/viewvc/webservices/synapse/trunk/java/pom.xml?rev=567779&r1=567778&r2=567779&view=diff
==============================================================================
--- webservices/synapse/trunk/java/pom.xml (original)
+++ webservices/synapse/trunk/java/pom.xml Mon Aug 20 11:23:37 2007
@@ -870,7 +870,7 @@
         <oro.version>2.0.8</oro.version>
 
         <!-- Axis2 1.2 and its dependencies -->
-        <axis2.version>1.2</axis2.version>
+        <axis2.version>1.3</axis2.version>
         <axiom.version>1.2.4</axiom.version>
         <xml_schema.version>1.3.1</xml_schema.version>
         <xml_apis.version>1.3.03</xml_apis.version>
@@ -880,11 +880,11 @@
         <backport_util_concurrent.version>2.2</backport_util_concurrent.version>
 
         <!-- addressing, rampart, sandesha, neethi -->
-        <addressing.version>1.2</addressing.version>
-        <rampart.version>1.2</rampart.version>
-        <sandesha2.version>1.2</sandesha2.version>
-        <neethi.version>2.0.1</neethi.version>
-        <wss4j.version>1.5.2</wss4j.version>
+        <addressing.version>1.3</addressing.version>
+        <rampart.version>SNAPSHOT</rampart.version>
+        <sandesha2.version>SNAPSHOT</sandesha2.version>
+        <neethi.version>2.0.2</neethi.version>
+        <wss4j.version>SNAPSHOT</wss4j.version>
         <opensaml.version>1.1</opensaml.version>
         <xmlsec.version>1.4.0</xmlsec.version>
         <bcprov.jdk13.version>132</bcprov.jdk13.version>



---------------------------------------------------------------------
To unsubscribe, e-mail: synapse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: synapse-dev-help@ws.apache.org