From 13f1bfb079210ace2fc1e460dfbb7aedcafdee8c Mon Sep 17 00:00:00 2001 From: Dave Syer <dsyer@pivotal.io> Date: Thu, 15 Nov 2018 04:24:58 +0800 Subject: [PATCH] Update to Boot 2.1.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1246219..96ab132 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>2.1.0.BUILD-SNAPSHOT</version> + <version>2.1.0.RELEASE</version> </parent> <name>petclinic</name> -- GitLab