[BAEL-7819] - Reverted guest folder parent changes im pom.xml

This commit is contained in:
amit2103 2018-08-06 00:10:51 +05:30
parent e8397ff0cb
commit b26def79cf
5 changed files with 18 additions and 20 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>