diff --git a/pom.xml b/pom.xml index 207aa0f1dc..fd6a9fcfb1 100644 --- a/pom.xml +++ b/pom.xml @@ -1,10 +1,9 @@ - + 4.0.0 org.springframework.bootstrap spring-bootstrap-parent - 0.0.1-SNAPSHOT + 0.5.0.BUILD-SNAPSHOT pom 3.0.0 diff --git a/spring-bootstrap-actuator/pom.xml b/spring-bootstrap-actuator/pom.xml index 9cd992dc48..e8b2143e49 100644 --- a/spring-bootstrap-actuator/pom.xml +++ b/spring-bootstrap-actuator/pom.xml @@ -1,11 +1,10 @@ - + 4.0.0 org.springframework.bootstrap spring-bootstrap-parent - 0.0.1-SNAPSHOT + 0.5.0.BUILD-SNAPSHOT spring-bootstrap-actuator jar diff --git a/spring-bootstrap-cli/pom.xml b/spring-bootstrap-cli/pom.xml index 3ef40f5e66..1ca7744ca6 100644 --- a/spring-bootstrap-cli/pom.xml +++ b/spring-bootstrap-cli/pom.xml @@ -1,11 +1,10 @@ - + 4.0.0 org.springframework.bootstrap spring-bootstrap-parent - 0.0.1-SNAPSHOT + 0.5.0.BUILD-SNAPSHOT spring-bootstrap-cli jar @@ -44,22 +43,17 @@ - + META-INF/spring.handlers - + META-INF/spring.factories - + META-INF/spring.schemas - - + + ${start-class} diff --git a/spring-bootstrap-launcher/pom.xml b/spring-bootstrap-launcher/pom.xml index 2342fb2543..65c7f80114 100644 --- a/spring-bootstrap-launcher/pom.xml +++ b/spring-bootstrap-launcher/pom.xml @@ -1,11 +1,10 @@ - + 4.0.0 org.springframework.bootstrap spring-bootstrap-parent - 0.0.1-SNAPSHOT + 0.5.0.BUILD-SNAPSHOT spring-bootstrap-launcher jar diff --git a/spring-bootstrap-samples/pom.xml b/spring-bootstrap-samples/pom.xml index e7a84c066d..b186e9add2 100644 --- a/spring-bootstrap-samples/pom.xml +++ b/spring-bootstrap-samples/pom.xml @@ -1,11 +1,10 @@ - + 4.0.0 org.springframework.bootstrap spring-bootstrap-parent - 0.0.1-SNAPSHOT + 0.5.0.BUILD-SNAPSHOT spring-bootstrap-samples pom @@ -116,22 +115,17 @@ - + META-INF/spring.handlers - + META-INF/spring.factories - + META-INF/spring.schemas - - + + ${start-class} diff --git a/spring-bootstrap-samples/spring-bootstrap-actuator-sample/pom.xml b/spring-bootstrap-samples/spring-bootstrap-actuator-sample/pom.xml index 023deb9f5e..c6268dcecb 100644 --- a/spring-bootstrap-samples/spring-bootstrap-actuator-sample/pom.xml +++ b/spring-bootstrap-samples/spring-bootstrap-actuator-sample/pom.xml @@ -1,11 +1,10 @@ - + 4.0.0 org.springframework.bootstrap spring-bootstrap-samples - 0.0.1-SNAPSHOT + 0.5.0.BUILD-SNAPSHOT spring-bootstrap-actuator-sample jar diff --git a/spring-bootstrap-samples/spring-bootstrap-data-sample/pom.xml b/spring-bootstrap-samples/spring-bootstrap-data-sample/pom.xml index 9d3d1b3ba9..13dc7de29e 100644 --- a/spring-bootstrap-samples/spring-bootstrap-data-sample/pom.xml +++ b/spring-bootstrap-samples/spring-bootstrap-data-sample/pom.xml @@ -1,11 +1,10 @@ - + 4.0.0 org.springframework.bootstrap spring-bootstrap-samples - 0.0.1-SNAPSHOT + 0.5.0.BUILD-SNAPSHOT spring-bootstrap-data-sample jar diff --git a/spring-bootstrap-samples/spring-bootstrap-jetty-sample/pom.xml b/spring-bootstrap-samples/spring-bootstrap-jetty-sample/pom.xml index 6aaa1f7703..37620e97b2 100644 --- a/spring-bootstrap-samples/spring-bootstrap-jetty-sample/pom.xml +++ b/spring-bootstrap-samples/spring-bootstrap-jetty-sample/pom.xml @@ -1,11 +1,10 @@ - + 4.0.0 org.springframework.bootstrap spring-bootstrap-samples - 0.0.1-SNAPSHOT + 0.5.0.BUILD-SNAPSHOT spring-bootstrap-jetty-sample jar diff --git a/spring-bootstrap-samples/spring-bootstrap-profile-sample/pom.xml b/spring-bootstrap-samples/spring-bootstrap-profile-sample/pom.xml index 1920c6ff6e..6c3b97a43a 100644 --- a/spring-bootstrap-samples/spring-bootstrap-profile-sample/pom.xml +++ b/spring-bootstrap-samples/spring-bootstrap-profile-sample/pom.xml @@ -1,11 +1,10 @@ - + 4.0.0 org.springframework.bootstrap spring-bootstrap-samples - 0.0.1-SNAPSHOT + 0.5.0.BUILD-SNAPSHOT spring-bootstrap-profile-sample jar diff --git a/spring-bootstrap-samples/spring-bootstrap-sample/pom.xml b/spring-bootstrap-samples/spring-bootstrap-sample/pom.xml index eb24b9ca05..2309f642fc 100644 --- a/spring-bootstrap-samples/spring-bootstrap-sample/pom.xml +++ b/spring-bootstrap-samples/spring-bootstrap-sample/pom.xml @@ -1,11 +1,10 @@ - + 4.0.0 org.springframework.bootstrap spring-bootstrap-samples - 0.0.1-SNAPSHOT + 0.5.0.BUILD-SNAPSHOT spring-bootstrap-sample pom diff --git a/spring-bootstrap-samples/spring-bootstrap-simple-sample/pom.xml b/spring-bootstrap-samples/spring-bootstrap-simple-sample/pom.xml index 02969f349f..15489ce4b1 100644 --- a/spring-bootstrap-samples/spring-bootstrap-simple-sample/pom.xml +++ b/spring-bootstrap-samples/spring-bootstrap-simple-sample/pom.xml @@ -1,11 +1,10 @@ - + 4.0.0 org.springframework.bootstrap spring-bootstrap-samples - 0.0.1-SNAPSHOT + 0.5.0.BUILD-SNAPSHOT spring-bootstrap-simple-sample jar diff --git a/spring-bootstrap-samples/spring-bootstrap-tomcat-sample/pom.xml b/spring-bootstrap-samples/spring-bootstrap-tomcat-sample/pom.xml index 41cf080fec..61fe365f0e 100644 --- a/spring-bootstrap-samples/spring-bootstrap-tomcat-sample/pom.xml +++ b/spring-bootstrap-samples/spring-bootstrap-tomcat-sample/pom.xml @@ -1,11 +1,10 @@ - + 4.0.0 org.springframework.bootstrap spring-bootstrap-samples - 0.0.1-SNAPSHOT + 0.5.0.BUILD-SNAPSHOT spring-bootstrap-tomcat-sample jar diff --git a/spring-bootstrap-samples/spring-bootstrap-trad-sample/pom.xml b/spring-bootstrap-samples/spring-bootstrap-trad-sample/pom.xml index 0f1783d442..9b1bf202e8 100644 --- a/spring-bootstrap-samples/spring-bootstrap-trad-sample/pom.xml +++ b/spring-bootstrap-samples/spring-bootstrap-trad-sample/pom.xml @@ -1,10 +1,9 @@ - + 4.0.0 org.springframework.bootstrap spring-bootstrap-samples - 0.0.1-SNAPSHOT + 0.5.0.BUILD-SNAPSHOT spring-bootstrap-trad-sample spring-bootstrap-trad-sample diff --git a/spring-bootstrap-samples/spring-bootstrap-xml-sample/pom.xml b/spring-bootstrap-samples/spring-bootstrap-xml-sample/pom.xml index 58302ac220..c60120f7e7 100644 --- a/spring-bootstrap-samples/spring-bootstrap-xml-sample/pom.xml +++ b/spring-bootstrap-samples/spring-bootstrap-xml-sample/pom.xml @@ -1,11 +1,10 @@ - + 4.0.0 org.springframework.bootstrap spring-bootstrap-samples - 0.0.1-SNAPSHOT + 0.5.0.BUILD-SNAPSHOT spring-bootstrap-xml-sample jar diff --git a/spring-bootstrap-starters/pom.xml b/spring-bootstrap-starters/pom.xml index ff0c8c04b3..7a00e12f36 100644 --- a/spring-bootstrap-starters/pom.xml +++ b/spring-bootstrap-starters/pom.xml @@ -1,11 +1,10 @@ - + 4.0.0 org.springframework.bootstrap spring-bootstrap-parent - 0.0.1-SNAPSHOT + 0.5.0.BUILD-SNAPSHOT spring-bootstrap-starters pom @@ -119,22 +118,17 @@ - + META-INF/spring.handlers - + META-INF/spring.factories - + META-INF/spring.schemas - - + + ${start-class} diff --git a/spring-bootstrap-starters/spring-bootstrap-batch-starter/pom.xml b/spring-bootstrap-starters/spring-bootstrap-batch-starter/pom.xml index 34327eaca7..0f742f3ce6 100644 --- a/spring-bootstrap-starters/spring-bootstrap-batch-starter/pom.xml +++ b/spring-bootstrap-starters/spring-bootstrap-batch-starter/pom.xml @@ -1,11 +1,10 @@ - + 4.0.0 org.springframework.bootstrap spring-bootstrap-starters - 0.0.1-SNAPSHOT + 0.5.0.BUILD-SNAPSHOT spring-bootstrap-batch-starter pom diff --git a/spring-bootstrap-starters/spring-bootstrap-integration-starter/pom.xml b/spring-bootstrap-starters/spring-bootstrap-integration-starter/pom.xml index 79e943f6e3..5af6310083 100644 --- a/spring-bootstrap-starters/spring-bootstrap-integration-starter/pom.xml +++ b/spring-bootstrap-starters/spring-bootstrap-integration-starter/pom.xml @@ -1,11 +1,10 @@ - + 4.0.0 org.springframework.bootstrap spring-bootstrap-starters - 0.0.1-SNAPSHOT + 0.5.0.BUILD-SNAPSHOT spring-bootstrap-integration-starter pom diff --git a/spring-bootstrap-starters/spring-bootstrap-jpa-starter/pom.xml b/spring-bootstrap-starters/spring-bootstrap-jpa-starter/pom.xml index 41c6129209..f92b7b9c3a 100644 --- a/spring-bootstrap-starters/spring-bootstrap-jpa-starter/pom.xml +++ b/spring-bootstrap-starters/spring-bootstrap-jpa-starter/pom.xml @@ -1,11 +1,10 @@ - + 4.0.0 org.springframework.bootstrap spring-bootstrap-starters - 0.0.1-SNAPSHOT + 0.5.0.BUILD-SNAPSHOT spring-bootstrap-jpa-starter pom diff --git a/spring-bootstrap-starters/spring-bootstrap-starter/pom.xml b/spring-bootstrap-starters/spring-bootstrap-starter/pom.xml index 1d41ed08d1..63fb1d7fcf 100644 --- a/spring-bootstrap-starters/spring-bootstrap-starter/pom.xml +++ b/spring-bootstrap-starters/spring-bootstrap-starter/pom.xml @@ -1,11 +1,10 @@ - + 4.0.0 org.springframework.bootstrap spring-bootstrap-starters - 0.0.1-SNAPSHOT + 0.5.0.BUILD-SNAPSHOT spring-bootstrap-starter jar diff --git a/spring-bootstrap-starters/spring-bootstrap-web-starter/pom.xml b/spring-bootstrap-starters/spring-bootstrap-web-starter/pom.xml index b9a6e5035c..09fd6e8a9f 100644 --- a/spring-bootstrap-starters/spring-bootstrap-web-starter/pom.xml +++ b/spring-bootstrap-starters/spring-bootstrap-web-starter/pom.xml @@ -1,11 +1,10 @@ - + 4.0.0 org.springframework.bootstrap spring-bootstrap-starters - 0.0.1-SNAPSHOT + 0.5.0.BUILD-SNAPSHOT spring-bootstrap-web-starter jar diff --git a/spring-bootstrap/pom.xml b/spring-bootstrap/pom.xml index 4d18fdfdbf..29e2636c5b 100644 --- a/spring-bootstrap/pom.xml +++ b/spring-bootstrap/pom.xml @@ -1,11 +1,10 @@ - + 4.0.0 org.springframework.bootstrap spring-bootstrap-parent - 0.0.1-SNAPSHOT + 0.5.0.BUILD-SNAPSHOT spring-bootstrap jar