Merge pull request #12537 from freelansam/JAVA-13134

JAVA-13134: Fix references to parents
This commit is contained in:
kwoyke
2022-07-28 10:43:56 +02:00
committed by GitHub
14 changed files with 39 additions and 34 deletions

View File

@@ -9,11 +9,11 @@
<name>fauna</name>
<description>Blogging Service built with FaunaDB</description>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.6.2</version>
<relativePath /> <!-- lookup parent from repository -->
<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-boot-2</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../../parent-boot-2</relativePath>
</parent>
<dependencies>
@@ -54,6 +54,7 @@
<properties>
<java.version>17</java.version>
<maven-pmd-plugin.version>3.17.0</maven-pmd-plugin.version>
</properties>
</project>