Skip to content

Commit a0a02bb

Browse files
committed
[BAEL-12669] - Reverted guest module changes
1 parent 1fd56a8 commit a0a02bb

6 files changed

Lines changed: 21 additions & 24 deletions

File tree

guest/remote-debugging/pom.xml

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

1111
<parent>
12-
<artifactId>parent-boot-1</artifactId>
13-
<groupId>com.baeldung</groupId>
14-
<version>0.0.1-SNAPSHOT</version>
15-
<relativePath>../../parent-boot-1</relativePath>
12+
<groupId>org.springframework.boot</groupId>
13+
<artifactId>spring-boot-starter-parent</artifactId>
14+
<version>1.5.8.RELEASE</version>
15+
<relativePath /> <!-- lookup parent from repository -->
1616
</parent>
1717

1818
<dependencies>

guest/slf4j/guide/pom.xml

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

1111
<parent>
12-
<artifactId>parent-boot-2</artifactId>
13-
<groupId>com.baeldung</groupId>
14-
<version>0.0.1-SNAPSHOT</version>
15-
<relativePath>../../../parent-boot-2</relativePath>
12+
<groupId>org.springframework.boot</groupId>
13+
<artifactId>spring-boot-starter-parent</artifactId>
14+
<version>2.0.6.RELEASE</version>
1615
</parent>
1716

1817
<modules>

guest/spring-boot-app/pom.xml

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

1010
<parent>
11-
<artifactId>parent-boot-1</artifactId>
12-
<groupId>com.baeldung</groupId>
13-
<version>0.0.1-SNAPSHOT</version>
14-
<relativePath>../../parent-boot-1</relativePath>
11+
<groupId>org.springframework.boot</groupId>
12+
<artifactId>spring-boot-starter-parent</artifactId>
13+
<version>1.5.3.RELEASE</version>
1514
</parent>
1615

1716
<dependencies>

guest/spring-mvc/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
<description>Spring MVC sample project</description>
1111

1212
<parent>
13-
<artifactId>parent-boot-2</artifactId>
14-
<groupId>com.baeldung</groupId>
15-
<version>0.0.1-SNAPSHOT</version>
16-
<relativePath>../../parent-boot-2</relativePath>
13+
<groupId>org.springframework.boot</groupId>
14+
<artifactId>spring-boot-starter-parent</artifactId>
15+
<version>2.0.0.RELEASE</version>
16+
<relativePath /> <!-- lookup parent from repository -->
1717
</parent>
1818

1919
<dependencies>

guest/spring-security/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
<description>Spring Security Sample Project</description>
1010

1111
<parent>
12-
<artifactId>parent-boot-2</artifactId>
13-
<groupId>com.baeldung</groupId>
14-
<version>0.0.1-SNAPSHOT</version>
15-
<relativePath>../../parent-boot-2</relativePath>
12+
<groupId>org.springframework.boot</groupId>
13+
<artifactId>spring-boot-starter-parent</artifactId>
14+
<version>2.0.0.RELEASE</version>
15+
<relativePath />
1616
</parent>
1717

1818
<dependencies>

guest/webservices/spring-rest-service/pom.xml

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

1010
<parent>
11-
<artifactId>parent-boot-1</artifactId>
12-
<groupId>com.baeldung</groupId>
13-
<version>0.0.1-SNAPSHOT</version>
14-
<relativePath>../../../parent-boot-1</relativePath>
11+
<groupId>org.springframework.boot</groupId>
12+
<artifactId>spring-boot-starter-parent</artifactId>
13+
<version>1.5.4.RELEASE</version>
1514
</parent>
1615

1716
<dependencies>

0 commit comments

Comments
 (0)