JAVA-33597 Fix all modules here have incorrect parent (#16324)

Co-authored-by: timis1 <noreplay@yahoo.com>
This commit is contained in:
timis1
2024-04-10 02:24:50 +03:00
committed by GitHub
parent e812b299bd
commit a9f5f9fab5
8 changed files with 24 additions and 32 deletions
@@ -10,10 +10,9 @@
<description>spring-boot-data-3</description>
<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-boot-3</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../../parent-boot-3</relativePath>
<groupId>com.baeldung.spring-boot-modules</groupId>
<artifactId>spring-boot-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<dependencies>