You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2018/02/08 14:12:39 UTC

[camel] 01/03: Upgrade Spring WS bundle to version 2.4.2.RELEASE_1

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 2fceaf9f31bc673284773efdbeaa0de8d98792d7
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Feb 8 15:06:34 2018 +0100

    Upgrade Spring WS bundle to version 2.4.2.RELEASE_1
---
 parent/pom.xml                                           | 3 ++-
 platforms/karaf/features/src/main/resources/features.xml | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index fb43df9..89cc284 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -660,7 +660,8 @@
     <spring-osgi-version>1.2.1</spring-osgi-version>
     <spring-security-version>4.2.4.RELEASE</spring-security-version>
     <spring-security-bundle-version>4.2.3.RELEASE_1</spring-security-bundle-version>
-    <spring-ws-bundle-version>2.4.0.RELEASE_1</spring-ws-bundle-version>
+    <spring-ws-bundle-version>2.4.2.RELEASE_1</spring-ws-bundle-version>
+    <spring-xml-bundle-version>2.4.0.RELEASE_1</spring-xml-bundle-version>
     <spring-ws-version>2.4.2.RELEASE</spring-ws-version>
     <spymemcached-bundle-version>2.5_2</spymemcached-bundle-version> <!-- FIXME cmueller: not in sync! -->
     <spymemcached-version>2.12.0</spymemcached-version>
diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml
index b4254a3..d8330e3 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -2092,7 +2092,7 @@
     <bundle dependency='true'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-ws-core/${spring-ws-bundle-version}</bundle>
     <bundle dependency='true'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-ws-support/${spring-ws-bundle-version}</bundle>
     <bundle dependency='true'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-ws-security/${spring-ws-bundle-version}</bundle>
-    <bundle dependency='true'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-xml/${spring-ws-bundle-version}</bundle>
+    <bundle dependency='true'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-xml/${spring-xml-bundle-version}</bundle>
     <bundle>mvn:org.apache.camel/camel-spring-ws/${project.version}</bundle>
   </feature>
   <feature name='camel-sql' version='${project.version}' resolver='(obr)' start-level='50'>

-- 
To stop receiving notification emails like this one, please contact
acosentino@apache.org.