JAVA-9466: Fix references to parents

This commit is contained in:
sampadawagde
2022-01-19 13:30:42 +05:30
parent a2fde76c0e
commit 4aadeea06b
43 changed files with 49 additions and 90 deletions

View File

@@ -10,10 +10,9 @@
<packaging>pom</packaging>
<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-boot-2</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../../parent-boot-2</relativePath>
<groupId>com.baeldung.spring.cloud</groupId>
<artifactId>spring-cloud</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<modules>