[BAEL-7819] - Reverted guest folder parent changes im pom.xml
This commit is contained in:
parent
e8397ff0cb
commit
b26def79cf
|
@ -8,10 +8,10 @@
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>parent-boot-1</artifactId>
|
<artifactId>org.springframework.boot</artifactId>
|
||||||
<groupId>com.baeldung</groupId>
|
<groupId>spring-boot-starter-parent</groupId>
|
||||||
<version>0.0.1-SNAPSHOT</version>
|
<version>1.5.8.RELEASE</version>
|
||||||
<relativePath>../../parent-boot-1</relativePath>
|
<relativePath /> <!-- lookup parent from repository -->
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
|
@ -7,10 +7,9 @@
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>parent-boot-1</artifactId>
|
<artifactId>org.springframework.boot</artifactId>
|
||||||
<groupId>com.baeldung</groupId>
|
<groupId>spring-boot-starter-parent</groupId>
|
||||||
<version>0.0.1-SNAPSHOT</version>
|
<version>1.5.3.RELEASE</version>
|
||||||
<relativePath>../../parent-boot-1</relativePath>
|
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
|
@ -10,10 +10,10 @@
|
||||||
<description>Spring MVC sample project</description>
|
<description>Spring MVC sample project</description>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>parent-boot-2</artifactId>
|
<artifactId>org.springframework.boot</artifactId>
|
||||||
<groupId>com.baeldung</groupId>
|
<groupId>spring-boot-starter-parent</groupId>
|
||||||
<version>0.0.1-SNAPSHOT</version>
|
<version>2.0.0.M5</version>
|
||||||
<relativePath>../../parent-boot-2</relativePath>
|
<relativePath /> <!-- lookup parent from repository -->
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
|
@ -9,10 +9,10 @@
|
||||||
<description>Spring Security Sample Project</description>
|
<description>Spring Security Sample Project</description>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>parent-boot-2</artifactId>
|
<artifactId>org.springframework.boot</artifactId>
|
||||||
<groupId>com.baeldung</groupId>
|
<groupId>spring-boot-starter-parent</groupId>
|
||||||
<version>0.0.1-SNAPSHOT</version>
|
<version>2.0.0.M6</version>
|
||||||
<relativePath>../../parent-boot-2</relativePath>
|
<relativePath />
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
|
@ -7,10 +7,9 @@
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>parent-boot-1</artifactId>
|
<artifactId>org.springframework.boot</artifactId>
|
||||||
<groupId>com.baeldung</groupId>
|
<groupId>spring-boot-starter-parent</groupId>
|
||||||
<version>0.0.1-SNAPSHOT</version>
|
<version>1.5.4.RELEASE</version>
|
||||||
<relativePath>../../../parent-boot-1</relativePath>
|
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
Loading…
Reference in New Issue