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

@@ -11,9 +11,9 @@
<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-boot-2</artifactId>
<artifactId>parent-boot-2.0-temp</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../parent-boot-2</relativePath>
<relativePath>../parent-boot-2.0-temp</relativePath>
<!-- lookup parent from repository -->
</parent>