You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2018/04/07 06:11:10 UTC

[camel] branch camel-2.21.x updated (d0a92a5 -> 52b39ba)

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

davsclaus pushed a change to branch camel-2.21.x
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from d0a92a5  SQS Producer support for numeric attributes
     new ea27d54  Upgrade spring framework
     new 52b39ba  Upgrade Spring Boot

The 2 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 +++---
 platforms/spring-boot/spring-boot-dm/pom.xml | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

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

[camel] 02/02: Upgrade Spring Boot

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

davsclaus pushed a commit to branch camel-2.21.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 52b39ba736b3d60cbbc1920b332d0e221da061fa
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sat Apr 7 09:08:30 2018 +0300

    Upgrade Spring Boot
---
 parent/pom.xml                               | 2 +-
 platforms/spring-boot/spring-boot-dm/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index e78f995..0cc6e5d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -634,7 +634,7 @@
     <splunk-version>1.6.3.0_1</splunk-version>
     <spring-batch-version>3.0.9.RELEASE</spring-batch-version>
     <spring-batch-bundle-version>3.0.8.RELEASE_1</spring-batch-bundle-version>
-    <spring-boot-version>1.5.10.RELEASE</spring-boot-version>
+    <spring-boot-version>1.5.11.RELEASE</spring-boot-version>
     <!-- use same version of spring-cloud 1.3.x -->
     <spring-cloud-commons-version>1.3.2.RELEASE</spring-cloud-commons-version>
     <spring-cloud-netflix-version>1.4.3.RELEASE</spring-cloud-netflix-version>
diff --git a/platforms/spring-boot/spring-boot-dm/pom.xml b/platforms/spring-boot/spring-boot-dm/pom.xml
index b84212a..9d5f03d 100644
--- a/platforms/spring-boot/spring-boot-dm/pom.xml
+++ b/platforms/spring-boot/spring-boot-dm/pom.xml
@@ -39,7 +39,7 @@
 
   <properties>
     <!-- Spring-Boot target version -->
-    <spring-boot-version>1.5.10.RELEASE</spring-boot-version>
+    <spring-boot-version>1.5.11.RELEASE</spring-boot-version>
 
     <!-- The following dependencies should be aligned with the ones in standard camel parent -->
     <!-- Needed by BOM generator-->

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

[camel] 01/02: Upgrade spring framework

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

davsclaus pushed a commit to branch camel-2.21.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit ea27d546ef7738c4252e39cc51b0c9e48e44309a
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sat Apr 7 09:10:34 2018 +0300

    Upgrade spring framework
---
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 5461efa..e78f995 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -659,8 +659,8 @@
     <spring40-version>4.0.9.RELEASE</spring40-version>
     <spring41-version>4.1.9.RELEASE</spring41-version>
     <spring42-version>4.2.9.RELEASE</spring42-version>
-    <spring43-version>4.3.14.RELEASE</spring43-version>
-    <spring4-version>4.3.14.RELEASE</spring4-version>
+    <spring43-version>4.3.15.RELEASE</spring43-version>
+    <spring4-version>4.3.15.RELEASE</spring4-version>
     <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.4.RELEASE_1</spring-security-bundle-version>

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