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

@@ -9,10 +9,9 @@
<packaging>jar</packaging>
<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-modules</artifactId>
<groupId>com.baeldung.spf4j</groupId>
<artifactId>spf4j</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<dependencies>

View File

@@ -9,10 +9,9 @@
<packaging>jar</packaging>
<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-modules</artifactId>
<groupId>com.baeldung.spf4j</groupId>
<artifactId>spf4j</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<dependencies>