BAEL-20864 Move Spring Boot Custom Starter Module (remove relative path from pom files)

This commit is contained in:
mikr
2020-01-28 21:06:05 +01:00
parent ed3b7103c8
commit 4bff2ec5a3
3 changed files with 0 additions and 3 deletions

View File

@@ -10,7 +10,6 @@
<groupId>com.baeldung.spring-boot-modules</groupId>
<artifactId>spring-boot-custom-starter</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
</project>

View File

@@ -10,7 +10,6 @@
<groupId>com.baeldung.spring-boot-modules</groupId>
<artifactId>spring-boot-custom-starter</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<dependencies>

View File

@@ -10,7 +10,6 @@
<groupId>com.baeldung.spring-boot-modules</groupId>
<artifactId>spring-boot-custom-starter</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<dependencies>