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
commit f19cab10b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

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>