From b527de52f5fd19f9fe550372c017d145a3b2a809 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 14 Mar 2018 16:32:27 -0400 Subject: [PATCH] Upgrade to Spring Boot 2.0.0.RELEASE --- pom.xml | 40 +--------------------------------------- 1 file changed, 1 insertion(+), 39 deletions(-) diff --git a/pom.xml b/pom.xml index fe07d59b6..0b8f9c273 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ org.springframework.boot spring-boot-starter-parent - 2.0.0.BUILD-SNAPSHOT + 2.0.0.RELEASE petclinic @@ -226,42 +226,4 @@ - - - spring-snapshots - Spring Snapshots - https://repo.spring.io/snapshot - - true - - - - spring-milestones - Spring Milestones - https://repo.spring.io/milestone - - false - - - - - - - spring-snapshots - Spring Snapshots - https://repo.spring.io/snapshot - - true - - - - spring-milestones - Spring Milestones - https://repo.spring.io/milestone - - false - - - -