From 75494d2f5e2cc88d1ca1af4b92db5e448037d0a1 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 7 May 2014 11:02:43 +0100 Subject: [PATCH] User hard-coded spring-boot.version Replace the `spring-boot.version` property with a hard-coded value, rather than relying on the parent version. Allows locally installed snapshots to be used as the parents of projects with a different version number. --- spring-boot-dependencies/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml index a5ca7f49ca..c39648629b 100644 --- a/spring-boot-dependencies/pom.xml +++ b/spring-boot-dependencies/pom.xml @@ -43,8 +43,8 @@ - - ${project.version} + + 1.1.0.BUILD-SNAPSHOT 5.9.1 1.7.4