From 6fec7a5d0f3a266a43d9e0836a0319a0086a2e8d Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Thu, 12 Oct 2017 09:29:16 +0200 Subject: [PATCH] #303 - Upgraded to Spring Boot 2.0 M5. Removed Spring Framework 5 build profile as Boot 2.0 is based on that already. Removed obsolete custom property to use Spring Data Kay. Removed explicit declaration of the compiler plugin as Boot defaults to Java 8 and compiling with -parameters now. --- pom.xml | 27 +-------------------------- 1 file changed, 1 insertion(+), 26 deletions(-) diff --git a/pom.xml b/pom.xml index 26997398..5efce1fd 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ org.springframework.boot spring-boot-starter-parent - 2.0.0.BUILD-SNAPSHOT + 2.0.0.M5 @@ -34,20 +34,9 @@ 1.1.3 - 1.8 - Kay-RELEASE - - - spring5 - - 5.0.0.M3 - - - - ogierke @@ -100,20 +89,6 @@ - - - - org.apache.maven.plugins - maven-compiler-plugin - - ${java.version} - ${java.version} - -parameters - - - - - spring-libs-snapshot