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 2019/05/16 06:50:52 UTC

[camel] branch master updated: Upgrade Spring Webservice and related bundle to version 3.0.7.RELEASE

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


The following commit(s) were added to refs/heads/master by this push:
     new 5fc756f  Upgrade Spring Webservice and related bundle to version 3.0.7.RELEASE
5fc756f is described below

commit 5fc756fb32a354eb4f5acc65c5403731233bb2b1
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu May 16 08:49:57 2019 +0200

    Upgrade Spring Webservice and related bundle to version 3.0.7.RELEASE
---
 parent/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index d70971d..85cbe35 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -644,9 +644,9 @@
         <spring5-version>5.1.7.RELEASE</spring5-version>
         <spring-security-version>5.1.4.RELEASE</spring-security-version>
         <spring-security-bundle-version>5.1.3.RELEASE_1</spring-security-bundle-version>
-        <spring-ws-version>3.0.6.RELEASE</spring-ws-version>
-        <spring-ws-bundle-version>3.0.6.RELEASE_1</spring-ws-bundle-version>
-        <spring-xml-bundle-version>3.0.6.RELEASE_1</spring-xml-bundle-version>
+        <spring-ws-version>3.0.7.RELEASE</spring-ws-version>
+        <spring-ws-bundle-version>3.0.7.RELEASE_1</spring-ws-bundle-version>
+        <spring-xml-bundle-version>3.0.7.RELEASE_1</spring-xml-bundle-version>
         <spymemcached-bundle-version>2.5_2</spymemcached-bundle-version> <!-- FIXME cmueller: not in sync! -->
         <spymemcached-version>2.12.0</spymemcached-version>
         <sql-maven-plugin-version>1.5</sql-maven-plugin-version>