[BAEL-3751]: Move spring-boot-ci-cd module under spring-boot-modules

This commit is contained in:
Lukasz Rys 2020-05-17 13:10:44 +02:00
parent 80caea1575
commit 34bdc3f6cd
12 changed files with 2 additions and 3 deletions

View File

@ -638,7 +638,6 @@
<module>spring-batch</module>
<module>spring-bom</module>
<module>spring-boot-ci-cd</module>
<module>spring-boot-modules</module>
<module>spring-boot-rest</module>
@ -1142,7 +1141,6 @@
<module>spring-batch</module>
<module>spring-bom</module>
<module>spring-boot-ci-cd</module>
<module>spring-boot-modules</module>
<module>spring-boot-rest</module>

View File

@ -28,6 +28,7 @@
<module>spring-boot-deployment</module>
<module>spring-boot-di</module>
<module>spring-boot-camel</module>
<module>spring-boot-ci-cd</module>
<!-- <module>spring-boot-cli</module> --> <!-- Not a maven project -->
<module>spring-boot-custom-starter</module>
<module>spring-boot-crud</module>

View File

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