created parent-boot-2 copy, and point all projects to that new temporary parent pom

This commit is contained in:
geroza
2018-11-30 20:50:40 -02:00
parent 9f9817db71
commit 6ced126022
50 changed files with 184 additions and 93 deletions

View File

@@ -13,10 +13,10 @@
<description>Spring Vault sample project</description>
<parent>
<artifactId>parent-boot-2</artifactId>
<artifactId>parent-boot-2.0-temp</artifactId>
<groupId>com.baeldung</groupId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../parent-boot-2</relativePath>
<relativePath>../parent-boot-2.0-temp</relativePath>
</parent>
<dependencies>