JAVA-21186 Fix references to parents - Week 21 - 2023 (#14036)

This commit is contained in:
anuragkumawat 2023-05-18 07:51:34 +05:30 committed by GitHub
parent 4fbb7815ce
commit 316e5626f2
1 changed files with 4 additions and 4 deletions

View File

@ -10,10 +10,10 @@
<description>Demo project for Swagger Custom Validations Codegen</description>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.5.4</version>
<relativePath /> <!-- lookup parent from repository -->
<groupId>com.baeldung</groupId>
<artifactId>parent-boot-2</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../../parent-boot-2</relativePath>
</parent>
<dependencies>