From a055ef86143c5dece283124c29fb340dec0ca5b4 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Mon, 28 Nov 2016 23:12:49 -0800 Subject: [PATCH] Fix parent POM version following 1.5.x merge --- spring-boot-samples/spring-boot-sample-custom-layout/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-samples/spring-boot-sample-custom-layout/pom.xml b/spring-boot-samples/spring-boot-sample-custom-layout/pom.xml index 2bf7677aa6a..340c1617362 100644 --- a/spring-boot-samples/spring-boot-sample-custom-layout/pom.xml +++ b/spring-boot-samples/spring-boot-sample-custom-layout/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-samples - 1.5.0.BUILD-SNAPSHOT + 2.0.0.BUILD-SNAPSHOT spring-boot-sample-custom-layout Spring Boot Custom Layout Sample