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