From ffab56b584cf0a60e3f1211386fc77fa0b5d22dc Mon Sep 17 00:00:00 2001 From: Marius Bogoevici Date: Fri, 19 May 2017 15:03:18 -0400 Subject: [PATCH] Add the ability to customize the Spring Boot version Set Spring Boot version to 2.0.0.BUILD-SNAPSHOT --- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pom.xml b/pom.xml index bc2a5bbfe..d19348eda 100644 --- a/pom.xml +++ b/pom.xml @@ -20,6 +20,7 @@ 1.8 1.1.10 + 2.0.0.BUILD-SNAPSHOT 1.2.1 1.0.0.RELEASE 1.0.0.RELEASE @@ -29,6 +30,13 @@ + + org.springframework.boot + spring-boot-dependencies + ${spring-boot.version} + import + pom + org.springframework.cloud spring-cloud-stream