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 2020/01/20 09:20:24 UTC

[camel-spring-boot] 02/03: Removed duplicated Spring Boot version property placeholder

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-spring-boot.git

commit 6adf92c52f903bd5cc320711cba67bcf69af2139
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jan 20 10:04:08 2020 +0100

    Removed duplicated Spring Boot version property placeholder
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9af414a..c660115 100644
--- a/pom.xml
+++ b/pom.xml
@@ -174,7 +174,6 @@
         <rxjava-version>1.3.8</rxjava-version>
         <shrinkwrap-resolver-version>3.1.3</shrinkwrap-resolver-version>
         <shrinkwrap-version>1.2.6</shrinkwrap-version>
-        <spring-boot-version>2.2.2.RELEASE</spring-boot-version>
         <spring-cloud-commons-version>2.2.1.RELEASE</spring-cloud-commons-version>
         <spring-cloud-consul-version>2.2.1.RELEASE</spring-cloud-consul-version>
         <spring-cloud-netflix-version>2.2.1.RELEASE</spring-cloud-netflix-version>