JAVA-13134: Fix references to parents
This commit is contained in:
@@ -10,10 +10,9 @@
|
||||
<description>Aggregator Service for LightRun Article</description>
|
||||
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>2.6.7</version>
|
||||
<relativePath /> <!-- lookup parent from repository -->
|
||||
<groupId>com.baelduung</groupId>
|
||||
<artifactId>lightrun</artifactId>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<dependencies>
|
||||
@@ -43,6 +42,7 @@
|
||||
|
||||
<properties>
|
||||
<java.version>17</java.version>
|
||||
<maven-pmd-plugin.version>3.17.0</maven-pmd-plugin.version>
|
||||
</properties>
|
||||
|
||||
</project>
|
||||
@@ -9,6 +9,13 @@
|
||||
<name>lightrun</name>
|
||||
<description>Services for LightRun Article</description>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<parent>
|
||||
<groupId>com.baeldung</groupId>
|
||||
<artifactId>parent-boot-2</artifactId>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
<relativePath>../parent-boot-2</relativePath>
|
||||
</parent>
|
||||
|
||||
<modules>
|
||||
<module>tasks-service</module>
|
||||
|
||||
@@ -10,10 +10,9 @@
|
||||
<description>Tasks Service for LightRun Article</description>
|
||||
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>2.6.7</version>
|
||||
<relativePath /> <!-- lookup parent from repository -->
|
||||
<groupId>com.baelduung</groupId>
|
||||
<artifactId>lightrun</artifactId>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<dependencies>
|
||||
@@ -64,6 +63,7 @@
|
||||
|
||||
<properties>
|
||||
<java.version>17</java.version>
|
||||
<maven-pmd-plugin.version>3.17.0</maven-pmd-plugin.version>
|
||||
</properties>
|
||||
|
||||
</project>
|
||||
@@ -10,10 +10,9 @@
|
||||
<description>Users Service for LightRun Article</description>
|
||||
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>2.6.7</version>
|
||||
<relativePath /> <!-- lookup parent from repository -->
|
||||
<groupId>com.baelduung</groupId>
|
||||
<artifactId>lightrun</artifactId>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<dependencies>
|
||||
@@ -60,6 +59,7 @@
|
||||
|
||||
<properties>
|
||||
<java.version>17</java.version>
|
||||
<maven-pmd-plugin.version>3.17.0</maven-pmd-plugin.version>
|
||||
</properties>
|
||||
|
||||
</project>
|
||||
Reference in New Issue
Block a user