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/10/18 12:30:41 UTC

[camel] branch master updated (d225ef9 -> d4f757a)

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

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


    from d225ef9  CAMEL-12888: Fixed the short java type generation in camel-package-maven-plugin
     new 0801091  Upgrade Spring-Boot to version 2.0.6.RELEASE
     new d4f757a  Upgrade Spring to version 5.0.10.RELEASE

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


[camel] 02/02: Upgrade Spring to version 5.0.10.RELEASE

Posted by ac...@apache.org.
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 d4f757ad99dc4fa4f8ce10741997703d69fd5ac2
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Oct 18 14:20:33 2018 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 208a635..27cdd88 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -652,7 +652,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.9.RELEASE</spring5-version>
+    <spring5-version>5.0.10.RELEASE</spring5-version>
     <spring-osgi-version>1.2.1</spring-osgi-version>
     <spring-security-version>5.0.8.RELEASE</spring-security-version>
     <spring-security-bundle-version>5.0.4.RELEASE_1</spring-security-bundle-version>


[camel] 01/02: Upgrade Spring-Boot to version 2.0.6.RELEASE

Posted by ac...@apache.org.
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 08010918c70a47b36487be228045dc9bb94f9f9e
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Oct 18 14:19:04 2018 +0200

    Upgrade Spring-Boot to version 2.0.6.RELEASE
---
 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 1a22a7d..208a635 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -635,7 +635,7 @@
     <splunk-version>1.6.4.0_1</splunk-version>
     <spring-batch-version>4.0.1.RELEASE</spring-batch-version>
     <spring-batch-bundle-version>4.0.1.RELEASE_1</spring-batch-bundle-version>
-    <spring-boot-version>2.0.5.RELEASE</spring-boot-version>
+    <spring-boot-version>2.0.6.RELEASE</spring-boot-version>
     <spring-cloud-commons-version>2.0.1.RELEASE</spring-cloud-commons-version>
     <spring-cloud-consul-version>2.0.1.RELEASE</spring-cloud-consul-version>
     <spring-cloud-netflix-version>2.0.1.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 eb212df..f33732b 100644
--- a/platforms/spring-boot/spring-boot-dm/pom.xml
+++ b/platforms/spring-boot/spring-boot-dm/pom.xml
@@ -41,7 +41,7 @@
 
   <properties>
     <!-- Spring-Boot target version -->
-    <spring-boot-version>2.0.5.RELEASE</spring-boot-version>
+    <spring-boot-version>2.0.6.RELEASE</spring-boot-version>
 
     <!-- The following dependencies should be aligned with the ones in standard camel parent -->
     <!-- Needed by BOM generator-->