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/01/13 13:54:59 UTC

[camel] branch master updated (e8f9398 -> 1ecef5e)

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 e8f9398  Upgrade Micrometer to version 1.1.2
     new ccfc415  Bump Spring Boot to version 2.1.2.RELEASE
     new 1ecef5e  Upgrade Spring-boot to 2.1.2.RELEASE in spring-boot-dm pom

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


[camel] 02/02: Upgrade Spring-boot to 2.1.2.RELEASE in spring-boot-dm pom

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 1ecef5e8a4e381a193b00d81b75cff990cd334d9
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Sun Jan 13 13:51:06 2019 +0100

    Upgrade Spring-boot to 2.1.2.RELEASE in spring-boot-dm pom
---
 platforms/spring-boot/spring-boot-dm/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/platforms/spring-boot/spring-boot-dm/pom.xml b/platforms/spring-boot/spring-boot-dm/pom.xml
index 23dd47a..81af545 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.1.1.RELEASE</spring-boot-version>
+    <spring-boot-version>2.1.2.RELEASE</spring-boot-version>
 
     <!-- The following dependencies should be aligned with the ones in standard camel parent -->
     <!-- Needed by BOM generator-->


[camel] 01/02: Bump Spring Boot to version 2.1.2.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 ccfc41568cebacd86ea04bd96fa87b963107be11
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Sun Jan 13 11:47:50 2019 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 39e6697..2a331dd 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -625,7 +625,7 @@
     <splunk-version>1.6.5.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.1.1.RELEASE</spring-boot-version>
+    <spring-boot-version>2.1.2.RELEASE</spring-boot-version>
     <spring-cloud-commons-version>2.0.2.RELEASE</spring-cloud-commons-version>
     <spring-cloud-consul-version>2.0.1.RELEASE</spring-cloud-consul-version>
     <spring-cloud-netflix-version>2.0.2.RELEASE</spring-cloud-netflix-version>