Merge pull request #6673 from cscib/BAEL-2859

BAEL-2859 : Updating to Spring Boot 2.0.6.RELEASE
This commit is contained in:
Eric Martin
2019-04-07 13:20:17 -05:00
committed by GitHub
+3 -3
View File
@@ -9,12 +9,12 @@
<packaging>pom</packaging>
<parent>
<artifactId>parent-boot-1</artifactId>
<artifactId>parent-boot-2</artifactId>
<groupId>com.baeldung</groupId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../../parent-boot-1</relativePath>
<relativePath>../../parent-boot-2</relativePath>
</parent>
<modules>
<module>demo-frontend</module>
<module>demo-backend</module>