From 694a1dd408e91e9fed2fbd3cecb89d8f4c49f644 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Wed, 8 May 2013 10:07:22 +0100 Subject: [PATCH] Bump version to 0.5.0.BUILD-SNAPSHOT --- pom.xml | 5 ++--- spring-bootstrap-actuator/pom.xml | 5 ++--- spring-bootstrap-cli/pom.xml | 20 +++++++------------ spring-bootstrap-launcher/pom.xml | 5 ++--- spring-bootstrap-samples/pom.xml | 20 +++++++------------ .../spring-bootstrap-actuator-sample/pom.xml | 5 ++--- .../spring-bootstrap-data-sample/pom.xml | 5 ++--- .../spring-bootstrap-jetty-sample/pom.xml | 5 ++--- .../spring-bootstrap-profile-sample/pom.xml | 5 ++--- .../spring-bootstrap-sample/pom.xml | 5 ++--- .../spring-bootstrap-simple-sample/pom.xml | 5 ++--- .../spring-bootstrap-tomcat-sample/pom.xml | 5 ++--- .../spring-bootstrap-trad-sample/pom.xml | 5 ++--- .../spring-bootstrap-xml-sample/pom.xml | 5 ++--- spring-bootstrap-starters/pom.xml | 20 +++++++------------ .../spring-bootstrap-batch-starter/pom.xml | 5 ++--- .../pom.xml | 5 ++--- .../spring-bootstrap-jpa-starter/pom.xml | 5 ++--- .../spring-bootstrap-starter/pom.xml | 5 ++--- .../spring-bootstrap-web-starter/pom.xml | 5 ++--- spring-bootstrap/pom.xml | 5 ++--- 21 files changed, 57 insertions(+), 93 deletions(-) diff --git a/pom.xml b/pom.xml index 207aa0f1dc7..fd6a9fcfb13 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 9cd992dc486..e8b2143e494 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 3ef40f5e663..1ca7744ca6a 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 2342fb2543e..65c7f801141 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 e7a84c066d2..b186e9add2a 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 023deb9f5e7..c6268dcecb2 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 9d3d1b3ba9a..13dc7de29e8 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 6aaa1f7703e..37620e97b2e 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 1920c6ff6e9..6c3b97a43a9 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 eb24b9ca05d..2309f642fc2 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 02969f349f7..15489ce4b1f 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 41cf080fec8..61fe365f0e1 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 0f1783d4422..9b1bf202e8d 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 58302ac2208..c60120f7e7c 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 ff0c8c04b39..7a00e12f367 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 34327eaca70..0f742f3ce6b 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 79e943f6e3f..5af63100832 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 41c61292099..f92b7b9c3ab 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 1d41ed08d14..63fb1d7fcf5 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 b9a6e5035c6..09fd6e8a9f0 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 4d18fdfdbf8..29e2636c5b1 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