From 0f840cd50bdff41206dd6f3ae8aebdbb09bac8b3 Mon Sep 17 00:00:00 2001
From: Dave Syer <dsyer@pivotal.io>
Date: Tue, 20 Dec 2016 10:47:45 +0000
Subject: [PATCH] Change artifactId to 'spring-petclinic'

---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d306cb9..e842808 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.springframework.samples</groupId>
-  <artifactId>springboot-petclinic</artifactId>
+  <artifactId>spring-petclinic</artifactId>
   <version>1.4.2</version>
 
   <parent>
-- 
GitLab