You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by jo...@apache.org on 2011/02/12 05:12:46 UTC

svn commit: r1070022 - /camel/trunk/parent/pom.xml

Author: joed
Date: Sat Feb 12 04:12:45 2011
New Revision: 1070022

URL: http://svn.apache.org/viewvc?rev=1070022&view=rev
Log:
Upgraded spring-ws version per Richard Kettelerij, thanks a bunch.
This resolves : Camel CAMEL-3659

Tests ran in the camel-spring-ws module.

Modified:
    camel/trunk/parent/pom.xml

Modified: camel/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/parent/pom.xml?rev=1070022&r1=1070021&r2=1070022&view=diff
==============================================================================
--- camel/trunk/parent/pom.xml (original)
+++ camel/trunk/parent/pom.xml Sat Feb 12 04:12:45 2011
@@ -133,7 +133,7 @@
     <spring-version>3.0.5.RELEASE</spring-version>
     <spring-osgi-version>1.2.0</spring-osgi-version>
     <spring-security-version>3.0.5.RELEASE</spring-security-version>
-    <spring-ws-version>1.5.9</spring-ws-version>
+    <spring-ws-version>2.0.0.RELEASE</spring-ws-version>
     <spymemcached-version>2.5</spymemcached-version>
     <stax-api-version>1.0.1</stax-api-version>
     <stringtemplate-version>3.0</stringtemplate-version>