From a0ae57344f4597cf314c13ecd986a309b59126fe Mon Sep 17 00:00:00 2001
From: Antoine Rey <antoine.rey@gmail.com>
Date: Sat, 12 Nov 2016 11:34:35 +0100
Subject: [PATCH] Renaming artefactId

---
 pom.xml                             | 2 +-
 springboot-petclinic-client/pom.xml | 4 ++--
 springboot-petclinic-server/pom.xml | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 19cf5c72..22ab62c8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,7 @@
 	</parent>
 
 	<groupId>org.springframework.samples</groupId>
-	<artifactId>springboot-petclinic</artifactId>
+	<artifactId>spring-petclinic-angular1</artifactId>
 	<version>1.4.1</version>
 	<name>Spring Petclinic :: Parent POM</name>
 	<packaging>pom</packaging>
diff --git a/springboot-petclinic-client/pom.xml b/springboot-petclinic-client/pom.xml
index fd39c545..1c36a928 100644
--- a/springboot-petclinic-client/pom.xml
+++ b/springboot-petclinic-client/pom.xml
@@ -4,10 +4,10 @@
 
 	<parent>
 		<groupId>org.springframework.samples</groupId>
-		<artifactId>springboot-petclinic</artifactId>
+		<artifactId>spring-petclinic-angular1</artifactId>
 		<version>1.4.1</version>
 	</parent>
-	<artifactId>springboot-petclinic-client</artifactId>
+	<artifactId>spring-petclinic-client</artifactId>
 	<name>Spring Petclinic :: AngularJS Client</name>
 
 	<properties>
diff --git a/springboot-petclinic-server/pom.xml b/springboot-petclinic-server/pom.xml
index f48fd7b7..feac79c8 100644
--- a/springboot-petclinic-server/pom.xml
+++ b/springboot-petclinic-server/pom.xml
@@ -5,10 +5,10 @@
 
     <parent>
         <groupId>org.springframework.samples</groupId>
-        <artifactId>springboot-petclinic</artifactId>
+        <artifactId>spring-petclinic-angular1</artifactId>
         <version>1.4.1</version>
     </parent>
-    <artifactId>springboot-petclinic-server</artifactId>
+    <artifactId>spring-petclinic-server</artifactId>
     <name>Spring Petclinic :: Spring MVC REST server</name>
 
     <properties>
-- 
GitLab