diff --git a/pom.xml b/pom.xml index 9cf1aa2e92..15331d8c95 100644 --- a/pom.xml +++ b/pom.xml @@ -638,7 +638,6 @@ spring-batch spring-bom - spring-boot-ci-cd spring-boot-modules spring-boot-rest @@ -1142,7 +1141,6 @@ spring-batch spring-bom - spring-boot-ci-cd spring-boot-modules spring-boot-rest diff --git a/spring-boot-modules/pom.xml b/spring-boot-modules/pom.xml index 228e7ce481..5acaa30328 100644 --- a/spring-boot-modules/pom.xml +++ b/spring-boot-modules/pom.xml @@ -28,6 +28,7 @@ spring-boot-deployment spring-boot-di spring-boot-camel + spring-boot-ci-cd spring-boot-custom-starter spring-boot-crud diff --git a/spring-boot-ci-cd/.mvn/wrapper/MavenWrapperDownloader.java b/spring-boot-modules/spring-boot-ci-cd/.mvn/wrapper/MavenWrapperDownloader.java similarity index 100% rename from spring-boot-ci-cd/.mvn/wrapper/MavenWrapperDownloader.java rename to spring-boot-modules/spring-boot-ci-cd/.mvn/wrapper/MavenWrapperDownloader.java diff --git a/spring-boot-ci-cd/.mvn/wrapper/maven-wrapper.properties b/spring-boot-modules/spring-boot-ci-cd/.mvn/wrapper/maven-wrapper.properties similarity index 100% rename from spring-boot-ci-cd/.mvn/wrapper/maven-wrapper.properties rename to spring-boot-modules/spring-boot-ci-cd/.mvn/wrapper/maven-wrapper.properties diff --git a/spring-boot-ci-cd/.travis.yml b/spring-boot-modules/spring-boot-ci-cd/.travis.yml similarity index 100% rename from spring-boot-ci-cd/.travis.yml rename to spring-boot-modules/spring-boot-ci-cd/.travis.yml diff --git a/spring-boot-ci-cd/README.md b/spring-boot-modules/spring-boot-ci-cd/README.md similarity index 100% rename from spring-boot-ci-cd/README.md rename to spring-boot-modules/spring-boot-ci-cd/README.md diff --git a/spring-boot-ci-cd/mvnw b/spring-boot-modules/spring-boot-ci-cd/mvnw similarity index 100% rename from spring-boot-ci-cd/mvnw rename to spring-boot-modules/spring-boot-ci-cd/mvnw diff --git a/spring-boot-ci-cd/mvnw.cmd b/spring-boot-modules/spring-boot-ci-cd/mvnw.cmd similarity index 100% rename from spring-boot-ci-cd/mvnw.cmd rename to spring-boot-modules/spring-boot-ci-cd/mvnw.cmd diff --git a/spring-boot-ci-cd/pom.xml b/spring-boot-modules/spring-boot-ci-cd/pom.xml similarity index 98% rename from spring-boot-ci-cd/pom.xml rename to spring-boot-modules/spring-boot-ci-cd/pom.xml index e5204d53fd..25e45d56f3 100644 --- a/spring-boot-ci-cd/pom.xml +++ b/spring-boot-modules/spring-boot-ci-cd/pom.xml @@ -12,7 +12,7 @@ com.baeldung parent-boot-2 0.0.1-SNAPSHOT - ../parent-boot-2 + ../../parent-boot-2 diff --git a/spring-boot-ci-cd/src/main/java/com/baeldung/cicd/CiCdApplication.java b/spring-boot-modules/spring-boot-ci-cd/src/main/java/com/baeldung/cicd/CiCdApplication.java similarity index 100% rename from spring-boot-ci-cd/src/main/java/com/baeldung/cicd/CiCdApplication.java rename to spring-boot-modules/spring-boot-ci-cd/src/main/java/com/baeldung/cicd/CiCdApplication.java diff --git a/spring-boot-ci-cd/src/main/resources/introduction-config.yml b/spring-boot-modules/spring-boot-ci-cd/src/main/resources/introduction-config.yml similarity index 100% rename from spring-boot-ci-cd/src/main/resources/introduction-config.yml rename to spring-boot-modules/spring-boot-ci-cd/src/main/resources/introduction-config.yml diff --git a/spring-boot-ci-cd/src/test/java/com/baeldung/cicd/CiCdApplicationIntegrationTest.java b/spring-boot-modules/spring-boot-ci-cd/src/test/java/com/baeldung/cicd/CiCdApplicationIntegrationTest.java similarity index 100% rename from spring-boot-ci-cd/src/test/java/com/baeldung/cicd/CiCdApplicationIntegrationTest.java rename to spring-boot-modules/spring-boot-ci-cd/src/test/java/com/baeldung/cicd/CiCdApplicationIntegrationTest.java