JAVA-19533 Fix references to parents - Week 14 - 2023 (moved-1) (#13816)

This commit is contained in:
anuragkumawat 2023-04-11 22:37:52 +05:30 committed by GitHub
parent b9465045c2
commit 6904c81c12
1 changed files with 4 additions and 4 deletions

View File

@ -10,10 +10,10 @@
<url>http://www.baeldung.com</url>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.0.1</version>
<relativePath/> <!-- lookup parent from repository -->
<groupId>com.baeldung</groupId>
<artifactId>parent-boot-3</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../parent-boot-3</relativePath>
</parent>
<dependencies>