From da5e0f6abee60bf4faa84406a53749d201c8a3b0 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 26 Jan 2016 13:24:16 +0100 Subject: [PATCH] Remove reference to `spring-boot.version` in the build Closes gh-5014 --- spring-boot-dependencies/pom.xml | 5 +---- spring-boot-samples/spring-boot-sample-ant/pom.xml | 4 ++-- spring-boot-starters/spring-boot-starter-parent/pom.xml | 3 +-- 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml index 3f91593dde..cb9d97e586 100644 --- a/spring-boot-dependencies/pom.xml +++ b/spring-boot-dependencies/pom.xml @@ -43,9 +43,6 @@ - - 1.4.0.BUILD-SNAPSHOT - 5.12.2 2.7.7 1.1.0 @@ -2009,7 +2006,7 @@ org.springframework.boot spring-boot-maven-plugin - ${spring-boot.version} + 1.4.0.BUILD-SNAPSHOT org.apache.maven.plugins diff --git a/spring-boot-samples/spring-boot-sample-ant/pom.xml b/spring-boot-samples/spring-boot-sample-ant/pom.xml index 092effa609..2a8017835b 100644 --- a/spring-boot-samples/spring-boot-sample-ant/pom.xml +++ b/spring-boot-samples/spring-boot-sample-ant/pom.xml @@ -36,7 +36,7 @@ org.springframework.boot spring-boot-antlib - 1.3.3.BUILD-SNAPSHOT + 1.4.0.BUILD-SNAPSHOT @@ -83,7 +83,7 @@ org.springframework.boot spring-boot-antlib - ${spring-boot.version} + 1.4.0.BUILD-SNAPSHOT diff --git a/spring-boot-starters/spring-boot-starter-parent/pom.xml b/spring-boot-starters/spring-boot-starter-parent/pom.xml index 5a4d53cd95..6bf4d3603e 100644 --- a/spring-boot-starters/spring-boot-starter-parent/pom.xml +++ b/spring-boot-starters/spring-boot-starter-parent/pom.xml @@ -151,7 +151,6 @@ org.springframework.boot spring-boot-maven-plugin - ${spring-boot.version} @@ -171,7 +170,7 @@ org.springframework.boot spring-boot-maven-plugin - ${spring-boot.version} + 1.4.0.BUILD-SNAPSHOT