Skip to content

Commit 2b043a7

Browse files
committed
JAVA-8620: Fix references to parents
1 parent 9cb4658 commit 2b043a7

16 files changed

Lines changed: 34 additions & 42 deletions

File tree

aws-lambda/lambda/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@
1010

1111
<parent>
1212
<groupId>com.baeldung</groupId>
13-
<artifactId>parent-modules</artifactId>
13+
<artifactId>aws-lambda</artifactId>
1414
<version>1.0.0-SNAPSHOT</version>
15-
<relativePath>../../</relativePath>
1615
</parent>
1716

1817
<dependencies>

aws-lambda/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
<groupId>com.baeldung</groupId>
1212
<artifactId>parent-modules</artifactId>
1313
<version>1.0.0-SNAPSHOT</version>
14-
<relativePath>../</relativePath>
1514
</parent>
1615

1716
<modules>

cloud-foundry-uaa/cf-uaa-oauth2-client/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@
1010

1111
<parent>
1212
<groupId>com.baeldung</groupId>
13-
<artifactId>parent-boot-2</artifactId>
13+
<artifactId>cloud-foundry-uaa</artifactId>
1414
<version>0.0.1-SNAPSHOT</version>
15-
<relativePath>../../parent-boot-2</relativePath>
1615
</parent>
1716

1817
<dependencies>

cloud-foundry-uaa/cf-uaa-oauth2-resource-server/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@
1010

1111
<parent>
1212
<groupId>com.baeldung</groupId>
13-
<artifactId>parent-boot-2</artifactId>
13+
<artifactId>cloud-foundry-uaa</artifactId>
1414
<version>0.0.1-SNAPSHOT</version>
15-
<relativePath>../../parent-boot-2</relativePath>
1615
</parent>
1716

1817
<dependencies>

cloud-foundry-uaa/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66
<artifactId>cloud-foundry-uaa</artifactId>
7-
<version>0.0.1-SNAPSHOT</version>
87
<name>cloud-foundry-uaa</name>
98
<packaging>pom</packaging>
109

1110
<parent>
1211
<groupId>com.baeldung</groupId>
13-
<artifactId>parent-modules</artifactId>
14-
<version>1.0.0-SNAPSHOT</version>
12+
<artifactId>parent-boot-2</artifactId>
13+
<version>0.0.1-SNAPSHOT</version>
14+
<relativePath>../parent-boot-2</relativePath>
1515
</parent>
1616

1717
<modules>

spf4j/spf4j-aspects-app/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@
99
<packaging>jar</packaging>
1010

1111
<parent>
12-
<groupId>com.baeldung</groupId>
13-
<artifactId>parent-modules</artifactId>
12+
<groupId>com.baeldung.spf4j</groupId>
13+
<artifactId>spf4j</artifactId>
1414
<version>1.0.0-SNAPSHOT</version>
15-
<relativePath>../../</relativePath>
1615
</parent>
1716

1817
<dependencies>

spf4j/spf4j-core-app/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@
99
<packaging>jar</packaging>
1010

1111
<parent>
12-
<groupId>com.baeldung</groupId>
13-
<artifactId>parent-modules</artifactId>
12+
<groupId>com.baeldung.spf4j</groupId>
13+
<artifactId>spf4j</artifactId>
1414
<version>1.0.0-SNAPSHOT</version>
15-
<relativePath>../../</relativePath>
1615
</parent>
1716

1817
<dependencies>

spring-boot-modules/spring-boot-camel/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@
99
<name>spring-boot-camel</name>
1010

1111
<parent>
12-
<groupId>com.baeldung</groupId>
13-
<artifactId>parent-boot-2</artifactId>
14-
<version>0.0.1-SNAPSHOT</version>
15-
<relativePath>../../parent-boot-2</relativePath>
12+
<groupId>com.baeldung.spring-boot-modules</groupId>
13+
<artifactId>spring-boot-modules</artifactId>
14+
<version>1.0.0-SNAPSHOT</version>
1615
</parent>
1716

1817
<dependencies>

spring-boot-modules/spring-boot-cassandre/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@
99
<description>Cassandre trading bot tutorial</description>
1010

1111
<parent>
12-
<groupId>com.baeldung</groupId>
13-
<artifactId>parent-boot-2</artifactId>
14-
<version>0.0.1-SNAPSHOT</version>
15-
<relativePath>../../parent-boot-2</relativePath>
12+
<groupId>com.baeldung.spring-boot-modules</groupId>
13+
<artifactId>spring-boot-modules</artifactId>
14+
<version>1.0.0-SNAPSHOT</version>
1615
</parent>
1716

1817
<dependencies>

spring-boot-modules/spring-boot-custom-starter/greeter/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,9 @@
88
<name>greeter</name>
99

1010
<parent>
11-
<groupId>com.baeldung</groupId>
12-
<artifactId>parent-boot-2</artifactId>
11+
<groupId>com.baeldung.spring-boot-modules</groupId>
12+
<artifactId>spring-boot-custom-starter</artifactId>
1313
<version>0.0.1-SNAPSHOT</version>
14-
<relativePath>../../../parent-boot-2</relativePath>
1514
</parent>
1615

1716
</project>

0 commit comments

Comments
 (0)