created parent-boot-2 copy, and point all projects to that new temporary parent pom
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user