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> <url>http://www.baeldung.com</url>
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>com.baeldung</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>parent-boot-3</artifactId>
<version>3.0.1</version> <version>0.0.1-SNAPSHOT</version>
<relativePath/> <!-- lookup parent from repository --> <relativePath>../parent-boot-3</relativePath>
</parent> </parent>
<dependencies> <dependencies>