diff --git a/pom.xml b/pom.xml index 19cf5c72e7c063dc04726435add2e8eb97a9f38a..22ab62c89d13349845e25956f306f69864c45d27 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 fd39c54530721ec9481c79e8daad91687d14dc91..1c36a9289453c6bc7dd6c907784979774510232c 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 f48fd7b764455424f72d6a4f6fe26bf6be85f0f8..feac79c82f18c32aa9a26a2d15e067b94aa2f979 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>