Skip to content

Commit a7689c4

Browse files
committed
[BAEL-7819] - Added standard parent pom and fixed tests in those modules
1 parent 5ccecc6 commit a7689c4

40 files changed

Lines changed: 157 additions & 148 deletions

File tree

apache-shiro/pom.xml

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

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

1617
<dependencies>

cas/cas-secured-app/pom.xml

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

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

1919
<dependencies>

guest/remote-debugging/pom.xml

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

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

1717
<dependencies>

guest/spring-boot-app/pom.xml

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

99
<parent>
10-
<groupId>org.springframework.boot</groupId>
11-
<artifactId>spring-boot-starter-parent</artifactId>
12-
<version>1.5.3.RELEASE</version>
10+
<artifactId>parent-boot-1</artifactId>
11+
<groupId>com.baeldung</groupId>
12+
<version>0.0.1-SNAPSHOT</version>
13+
<relativePath>../../parent-boot-1</relativePath>
1314
</parent>
1415

1516
<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-
<groupId>org.springframework.boot</groupId>
14-
<artifactId>spring-boot-starter-parent</artifactId>
15-
<version>2.0.0.M5</version>
16-
<relativePath /> <!-- lookup parent from repository -->
13+
<artifactId>parent-boot-2</artifactId>
14+
<groupId>com.baeldung</groupId>
15+
<version>0.0.1-SNAPSHOT</version>
16+
<relativePath>../../parent-boot-2</relativePath>
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-
<groupId>org.springframework.boot</groupId>
13-
<artifactId>spring-boot-starter-parent</artifactId>
14-
<version>2.0.0.M6</version>
15-
<relativePath />
12+
<artifactId>parent-boot-2</artifactId>
13+
<groupId>com.baeldung</groupId>
14+
<version>0.0.1-SNAPSHOT</version>
15+
<relativePath>../../parent-boot-2</relativePath>
1616
</parent>
1717

1818
<dependencies>

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

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

99
<parent>
10-
<groupId>org.springframework.boot</groupId>
11-
<artifactId>spring-boot-starter-parent</artifactId>
12-
<version>1.5.4.RELEASE</version>
10+
<artifactId>parent-boot-1</artifactId>
11+
<groupId>com.baeldung</groupId>
12+
<version>0.0.1-SNAPSHOT</version>
13+
<relativePath>../../../parent-boot-1</relativePath>
1314
</parent>
1415

1516
<dependencies>

mustache/pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,10 @@
88
<name>mustache</name>
99

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

1817
<dependencies>

spring-4/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
<name>spring-4</name>
99

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

1717
<dependencies>

spring-5-reactive-client/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
<description>spring 5 sample project about new features</description>
1212

1313
<parent>
14-
<groupId>org.springframework.boot</groupId>
15-
<artifactId>spring-boot-starter-parent</artifactId>
16-
<version>2.0.0.M7</version>
17-
<relativePath /> <!-- lookup parent from repository -->
14+
<artifactId>parent-boot-2</artifactId>
15+
<groupId>com.baeldung</groupId>
16+
<version>0.0.1-SNAPSHOT</version>
17+
<relativePath>../parent-boot-2</relativePath>
1818
</parent>
1919

2020
<dependencies>

0 commit comments

Comments
 (0)