Merge pull request #6673 from cscib/BAEL-2859
BAEL-2859 : Updating to Spring Boot 2.0.6.RELEASE
This commit is contained in:
commit
f19cab10b9
|
@ -9,12 +9,12 @@
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
<artifactId>parent-boot-1</artifactId>
|
<artifactId>parent-boot-2</artifactId>
|
||||||
<groupId>com.baeldung</groupId>
|
<groupId>com.baeldung</groupId>
|
||||||
<version>0.0.1-SNAPSHOT</version>
|
<version>0.0.1-SNAPSHOT</version>
|
||||||
<relativePath>../../parent-boot-1</relativePath>
|
<relativePath>../../parent-boot-2</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
<module>demo-frontend</module>
|
<module>demo-frontend</module>
|
||||||
<module>demo-backend</module>
|
<module>demo-backend</module>
|
||||||
|
|
Loading…
Reference in New Issue