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/12/03 11:29:36 UTC

[camel] 03/03: Update Spring Boot to version 2.1.1.RELEASE even in dm

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 956d266b53eb92ff2c8fad54e0c2bc9aefe88316
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Dec 3 12:28:51 2018 +0100

    Update Spring Boot to version 2.1.1.RELEASE even in dm
---
 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 de418c5..3eb97f6 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.0.RELEASE</spring-boot-version>
+    <spring-boot-version>2.1.1.RELEASE</spring-boot-version>
 
     <!-- The following dependencies should be aligned with the ones in standard camel parent -->
     <!-- Needed by BOM generator-->