JAVA-8620: Fix references to parents

This commit is contained in:
sampadawagde
2021-11-26 19:28:29 +05:30
parent 9cb4658a4d
commit 2b043a7f1f
16 changed files with 34 additions and 42 deletions

View File

@@ -8,10 +8,9 @@
<name>greeter</name>
<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-boot-2</artifactId>
<groupId>com.baeldung.spring-boot-modules</groupId>
<artifactId>spring-boot-custom-starter</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../../../parent-boot-2</relativePath>
</parent>
</project>