From bd341cbac857b757449c0dabc88ec95f1ad8184d Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Mon, 3 Oct 2016 22:51:21 -0700 Subject: [PATCH 1/2] Polish --- .../spring-boot-sample-test-nomockito/pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/spring-boot-samples/spring-boot-sample-test-nomockito/pom.xml b/spring-boot-samples/spring-boot-sample-test-nomockito/pom.xml index 289e01c32b5..3572ddfcfb7 100644 --- a/spring-boot-samples/spring-boot-sample-test-nomockito/pom.xml +++ b/spring-boot-samples/spring-boot-sample-test-nomockito/pom.xml @@ -1,5 +1,6 @@ - - + + 4.0.0 From 8fe755d2819f2b976dc88f5e81b291f5311eaf3d Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Mon, 3 Oct 2016 22:52:43 -0700 Subject: [PATCH 2/2] Fixup parent POM version --- spring-boot-samples/spring-boot-sample-test-nomockito/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-samples/spring-boot-sample-test-nomockito/pom.xml b/spring-boot-samples/spring-boot-sample-test-nomockito/pom.xml index 3572ddfcfb7..b069b69fa5c 100644 --- a/spring-boot-samples/spring-boot-sample-test-nomockito/pom.xml +++ b/spring-boot-samples/spring-boot-sample-test-nomockito/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-samples - 1.4.2.BUILD-SNAPSHOT + 1.5.0.BUILD-SNAPSHOT spring-boot-sample-test-nomockito Spring Boot Test Sample No Mockito