You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pa...@apache.org on 2018/09/17 18:24:55 UTC

[camel] branch master updated (cc70d07 -> 082224b)

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

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


    from cc70d07  CAMEL-12816: Fixed CS issues in some components
     new 24c10ef  Update Spring Framework to version 5.0.9.RELEASE
     new 34d295f  Update Spring Security to version 5.0.8.RELEASE
     new 082224b  Update Spring WS to version 3.0.3.RELEASE

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 parent/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


[camel] 03/03: Update Spring WS to version 3.0.3.RELEASE

Posted by pa...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 082224b8ade76cac12b8832a7cd1a3c727eacdc5
Author: Pascal Schumacher <pa...@gmx.net>
AuthorDate: Mon Sep 17 20:24:44 2018 +0200

    Update Spring WS to version 3.0.3.RELEASE
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index f2d9ea6..ad11768 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -657,7 +657,7 @@
     <spring-security-bundle-version>5.0.4.RELEASE_1</spring-security-bundle-version>
     <spring-ws-bundle-version>2.4.2.RELEASE_1</spring-ws-bundle-version>
     <spring-xml-bundle-version>2.4.2.RELEASE_1</spring-xml-bundle-version>
-    <spring-ws-version>3.0.0.RELEASE</spring-ws-version>
+    <spring-ws-version>3.0.3.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>
     <squareup-okhttp-version>2.7.5</squareup-okhttp-version>


[camel] 01/03: Update Spring Framework to version 5.0.9.RELEASE

Posted by pa...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 24c10efb35747c4f9aef509dad6636c66bbd851d
Author: Pascal Schumacher <pa...@gmx.net>
AuthorDate: Mon Sep 17 20:20:44 2018 +0200

    Update Spring Framework to version 5.0.9.RELEASE
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 47fd71c..e4db9a4 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -651,7 +651,7 @@
     <!-- karaf 4.1.x supports spring 4.x and karaf 4.2.x supports spring 5 -->
     <spring-version-range>[4.3,6)</spring-version-range>
     <spring-version>${spring5-version}</spring-version>
-    <spring5-version>5.0.8.RELEASE</spring5-version>
+    <spring5-version>5.0.9.RELEASE</spring5-version>
     <spring-osgi-version>1.2.1</spring-osgi-version>
     <spring-security-version>5.0.5.RELEASE</spring-security-version>
     <spring-security-bundle-version>5.0.4.RELEASE_1</spring-security-bundle-version>


[camel] 02/03: Update Spring Security to version 5.0.8.RELEASE

Posted by pa...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 34d295f8ee6b57e59eba2b6b62f1fec1a6b57da6
Author: Pascal Schumacher <pa...@gmx.net>
AuthorDate: Mon Sep 17 20:22:20 2018 +0200

    Update Spring Security to version 5.0.8.RELEASE
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index e4db9a4..f2d9ea6 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -653,7 +653,7 @@
     <spring-version>${spring5-version}</spring-version>
     <spring5-version>5.0.9.RELEASE</spring5-version>
     <spring-osgi-version>1.2.1</spring-osgi-version>
-    <spring-security-version>5.0.5.RELEASE</spring-security-version>
+    <spring-security-version>5.0.8.RELEASE</spring-security-version>
     <spring-security-bundle-version>5.0.4.RELEASE_1</spring-security-bundle-version>
     <spring-ws-bundle-version>2.4.2.RELEASE_1</spring-ws-bundle-version>
     <spring-xml-bundle-version>2.4.2.RELEASE_1</spring-xml-bundle-version>