Fixing relative paths of several projects

This commit is contained in:
Dhawal Kapil
2020-01-25 14:30:37 +05:30
parent 5e8c69d9b5
commit 1fd9d26f96
6 changed files with 6 additions and 4 deletions

View File

@@ -11,6 +11,7 @@
<groupId>com.baeldung</groupId>
<artifactId>parent-boot-1</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../parent-boot-1</relativePath>
</parent>
<dependencies>