diff --git a/pom.xml b/pom.xml index 82fc0bb168b..bbc7a68fc66 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ spring-bootstrap spring-bootstrap-service - spring-bootstrap-applications + spring-bootstrap-starters spring-bootstrap-launcher spring-bootstrap-samples spring-bootstrap-cli diff --git a/spring-bootstrap-applications/pom.xml b/spring-bootstrap-starters/pom.xml similarity index 89% rename from spring-bootstrap-applications/pom.xml rename to spring-bootstrap-starters/pom.xml index d43f99b7f56..f0e983358c2 100644 --- a/spring-bootstrap-applications/pom.xml +++ b/spring-bootstrap-starters/pom.xml @@ -7,18 +7,18 @@ spring-bootstrap-parent 0.0.1-SNAPSHOT - spring-bootstrap-applications + spring-bootstrap-starters pom 0.0.1-SNAPSHOT org.springframework.bootstrap.main.Spring - spring-bootstrap-application - spring-bootstrap-batch-application - spring-bootstrap-integration-application - spring-bootstrap-jpa-application - spring-bootstrap-web-application + spring-bootstrap-starter + spring-bootstrap-batch-starter + spring-bootstrap-integration-starter + spring-bootstrap-jpa-starter + spring-bootstrap-web-starter @@ -34,22 +34,22 @@ org.springframework.bootstrap - spring-bootstrap-web-application + spring-bootstrap-web-starter ${spring.bootstrap.version} org.springframework.bootstrap - spring-bootstrap-jpa-application + spring-bootstrap-jpa-starter ${spring.bootstrap.version} org.springframework.bootstrap - spring-bootstrap-batch-application + spring-bootstrap-batch-starter ${spring.bootstrap.version} org.springframework.bootstrap - spring-bootstrap-integration-application + spring-bootstrap-integration-starter ${spring.bootstrap.version} diff --git a/spring-bootstrap-applications/spring-bootstrap-batch-application/pom.xml b/spring-bootstrap-starters/spring-bootstrap-batch-starter/pom.xml similarity index 77% rename from spring-bootstrap-applications/spring-bootstrap-batch-application/pom.xml rename to spring-bootstrap-starters/spring-bootstrap-batch-starter/pom.xml index e727ddd4a40..34327eaca70 100644 --- a/spring-bootstrap-applications/spring-bootstrap-batch-application/pom.xml +++ b/spring-bootstrap-starters/spring-bootstrap-batch-starter/pom.xml @@ -4,15 +4,15 @@ 4.0.0 org.springframework.bootstrap - spring-bootstrap-applications + spring-bootstrap-starters 0.0.1-SNAPSHOT - spring-bootstrap-batch-application + spring-bootstrap-batch-starter pom ${project.groupId} - spring-bootstrap-application + spring-bootstrap-starter ${project.version} pom diff --git a/spring-bootstrap-applications/spring-bootstrap-jpa-application/pom.xml b/spring-bootstrap-starters/spring-bootstrap-integration-starter/pom.xml similarity index 76% rename from spring-bootstrap-applications/spring-bootstrap-jpa-application/pom.xml rename to spring-bootstrap-starters/spring-bootstrap-integration-starter/pom.xml index a56eff4c1af..79e943f6e3f 100644 --- a/spring-bootstrap-applications/spring-bootstrap-jpa-application/pom.xml +++ b/spring-bootstrap-starters/spring-bootstrap-integration-starter/pom.xml @@ -4,15 +4,15 @@ 4.0.0 org.springframework.bootstrap - spring-bootstrap-applications + spring-bootstrap-starters 0.0.1-SNAPSHOT - spring-bootstrap-jpa-application + spring-bootstrap-integration-starter pom ${project.groupId} - spring-bootstrap-application + spring-bootstrap-starter ${project.version} diff --git a/spring-bootstrap-applications/spring-bootstrap-integration-application/pom.xml b/spring-bootstrap-starters/spring-bootstrap-jpa-starter/pom.xml similarity index 76% rename from spring-bootstrap-applications/spring-bootstrap-integration-application/pom.xml rename to spring-bootstrap-starters/spring-bootstrap-jpa-starter/pom.xml index 3dd7e4f8452..41c61292099 100644 --- a/spring-bootstrap-applications/spring-bootstrap-integration-application/pom.xml +++ b/spring-bootstrap-starters/spring-bootstrap-jpa-starter/pom.xml @@ -4,15 +4,15 @@ 4.0.0 org.springframework.bootstrap - spring-bootstrap-applications + spring-bootstrap-starters 0.0.1-SNAPSHOT - spring-bootstrap-integration-application + spring-bootstrap-jpa-starter pom ${project.groupId} - spring-bootstrap-application + spring-bootstrap-starter ${project.version} diff --git a/spring-bootstrap-applications/spring-bootstrap-application/pom.xml b/spring-bootstrap-starters/spring-bootstrap-starter/pom.xml similarity index 92% rename from spring-bootstrap-applications/spring-bootstrap-application/pom.xml rename to spring-bootstrap-starters/spring-bootstrap-starter/pom.xml index f67aae20b1d..1d41ed08d14 100644 --- a/spring-bootstrap-applications/spring-bootstrap-application/pom.xml +++ b/spring-bootstrap-starters/spring-bootstrap-starter/pom.xml @@ -4,10 +4,10 @@ 4.0.0 org.springframework.bootstrap - spring-bootstrap-applications + spring-bootstrap-starters 0.0.1-SNAPSHOT - spring-bootstrap-application + spring-bootstrap-starter jar diff --git a/spring-bootstrap-applications/spring-bootstrap-web-application/pom.xml b/spring-bootstrap-starters/spring-bootstrap-web-starter/pom.xml similarity index 87% rename from spring-bootstrap-applications/spring-bootstrap-web-application/pom.xml rename to spring-bootstrap-starters/spring-bootstrap-web-starter/pom.xml index b9ad9f58987..b9a6e5035c6 100644 --- a/spring-bootstrap-applications/spring-bootstrap-web-application/pom.xml +++ b/spring-bootstrap-starters/spring-bootstrap-web-starter/pom.xml @@ -4,15 +4,15 @@ 4.0.0 org.springframework.bootstrap - spring-bootstrap-applications + spring-bootstrap-starters 0.0.1-SNAPSHOT - spring-bootstrap-web-application + spring-bootstrap-web-starter jar ${project.groupId} - spring-bootstrap-application + spring-bootstrap-starter ${project.version}