From c0880d2d3e47d52a4469bf817d132f738f04f595 Mon Sep 17 00:00:00 2001 From: "Lincoln Baxter, III" Date: Wed, 2 Jul 2014 15:00:39 -0400 Subject: [PATCH] [maven-release-plugin] prepare for next development iteration --- addressbuilder/pom.xml | 2 +- annotations-api/pom.xml | 2 +- annotations-impl/pom.xml | 2 +- api-el/pom.xml | 2 +- api-servlet/pom.xml | 2 +- api-tests/pom.xml | 2 +- api/pom.xml | 2 +- config-annotations/pom.xml | 2 +- config-jodatime/pom.xml | 2 +- config-prettyfaces-tests/pom.xml | 2 +- config-prettyfaces/pom.xml | 2 +- config-proxy/pom.xml | 2 +- config-servlet-tests/pom.xml | 2 +- config-servlet/pom.xml | 2 +- config-tuckey/pom.xml | 2 +- distribution/pom.xml | 2 +- documentation/pom.xml | 2 +- examples/pom.xml | 2 +- impl-servlet-2.5/pom.xml | 2 +- impl-servlet-3.0/pom.xml | 2 +- impl-servlet-tests/pom.xml | 2 +- impl-servlet/pom.xml | 2 +- impl-tests/pom.xml | 2 +- impl/pom.xml | 2 +- integration-cdi-tests/pom.xml | 2 +- integration-cdi/pom.xml | 2 +- integration-faces-tests/pom.xml | 2 +- integration-faces/pom.xml | 2 +- integration-gwt/pom.xml | 2 +- integration-spring/pom.xml | 2 +- pom.xml | 4 ++-- rewrite-servlet/pom.xml | 2 +- security-integration-shiro/pom.xml | 2 +- showcase/access-control/pom.xml | 2 +- showcase/bookstore/pom.xml | 2 +- showcase/composite-query/pom.xml | 2 +- showcase/pom.xml | 2 +- showcase/rest-ws/pom.xml | 2 +- showcase/transform/pom.xml | 2 +- test-base/pom.xml | 2 +- test-harness/pom.xml | 2 +- transform-less/pom.xml | 2 +- transform-markup/pom.xml | 2 +- transform-minify/pom.xml | 2 +- transform/pom.xml | 2 +- 45 files changed, 46 insertions(+), 46 deletions(-) diff --git a/addressbuilder/pom.xml b/addressbuilder/pom.xml index d74bb5b66..098e95c56 100644 --- a/addressbuilder/pom.xml +++ b/addressbuilder/pom.xml @@ -4,7 +4,7 @@ org.ocpsoft.rewrite rewrite-parent - 3.0.0.Alpha2 + 3.0.0-SNAPSHOT ../ diff --git a/annotations-api/pom.xml b/annotations-api/pom.xml index eaaf4de67..e77fe62a4 100644 --- a/annotations-api/pom.xml +++ b/annotations-api/pom.xml @@ -4,7 +4,7 @@ rewrite-parent org.ocpsoft.rewrite - 3.0.0.Alpha2 + 3.0.0-SNAPSHOT ../ diff --git a/annotations-impl/pom.xml b/annotations-impl/pom.xml index b21e41617..18a266ceb 100644 --- a/annotations-impl/pom.xml +++ b/annotations-impl/pom.xml @@ -4,7 +4,7 @@ rewrite-parent org.ocpsoft.rewrite - 3.0.0.Alpha2 + 3.0.0-SNAPSHOT ../ diff --git a/api-el/pom.xml b/api-el/pom.xml index 35f0e4e29..7b1052918 100644 --- a/api-el/pom.xml +++ b/api-el/pom.xml @@ -13,7 +13,7 @@ org.ocpsoft.rewrite rewrite-parent - 3.0.0.Alpha2 + 3.0.0-SNAPSHOT ../ diff --git a/api-servlet/pom.xml b/api-servlet/pom.xml index 2592ba58f..1d58c3140 100644 --- a/api-servlet/pom.xml +++ b/api-servlet/pom.xml @@ -4,7 +4,7 @@ org.ocpsoft.rewrite rewrite-parent - 3.0.0.Alpha2 + 3.0.0-SNAPSHOT ../ diff --git a/api-tests/pom.xml b/api-tests/pom.xml index c68aff929..12b79ab75 100644 --- a/api-tests/pom.xml +++ b/api-tests/pom.xml @@ -4,7 +4,7 @@ org.ocpsoft.rewrite rewrite-parent - 3.0.0.Alpha2 + 3.0.0-SNAPSHOT ../ diff --git a/api/pom.xml b/api/pom.xml index fe8742125..549621e28 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -14,7 +14,7 @@ org.ocpsoft.rewrite rewrite-parent - 3.0.0.Alpha2 + 3.0.0-SNAPSHOT ../ diff --git a/config-annotations/pom.xml b/config-annotations/pom.xml index f0aaf8e4f..16158d2a4 100644 --- a/config-annotations/pom.xml +++ b/config-annotations/pom.xml @@ -4,7 +4,7 @@ rewrite-parent org.ocpsoft.rewrite - 3.0.0.Alpha2 + 3.0.0-SNAPSHOT ../ diff --git a/config-jodatime/pom.xml b/config-jodatime/pom.xml index a7eaa42cb..c6e298faf 100644 --- a/config-jodatime/pom.xml +++ b/config-jodatime/pom.xml @@ -4,7 +4,7 @@ rewrite-parent org.ocpsoft.rewrite - 3.0.0.Alpha2 + 3.0.0-SNAPSHOT ../ diff --git a/config-prettyfaces-tests/pom.xml b/config-prettyfaces-tests/pom.xml index b089973ec..1da733916 100644 --- a/config-prettyfaces-tests/pom.xml +++ b/config-prettyfaces-tests/pom.xml @@ -4,7 +4,7 @@ org.ocpsoft.rewrite rewrite-parent - 3.0.0.Alpha2 + 3.0.0-SNAPSHOT ../ diff --git a/config-prettyfaces/pom.xml b/config-prettyfaces/pom.xml index 78f722eca..d5a6098df 100644 --- a/config-prettyfaces/pom.xml +++ b/config-prettyfaces/pom.xml @@ -4,7 +4,7 @@ rewrite-parent org.ocpsoft.rewrite - 3.0.0.Alpha2 + 3.0.0-SNAPSHOT ../ diff --git a/config-proxy/pom.xml b/config-proxy/pom.xml index 2ff262225..e5928fbb3 100644 --- a/config-proxy/pom.xml +++ b/config-proxy/pom.xml @@ -4,7 +4,7 @@ rewrite-parent org.ocpsoft.rewrite - 3.0.0.Alpha2 + 3.0.0-SNAPSHOT ../ diff --git a/config-servlet-tests/pom.xml b/config-servlet-tests/pom.xml index e15f05ed1..a4ae75e98 100644 --- a/config-servlet-tests/pom.xml +++ b/config-servlet-tests/pom.xml @@ -4,7 +4,7 @@ org.ocpsoft.rewrite rewrite-parent - 3.0.0.Alpha2 + 3.0.0-SNAPSHOT ../ diff --git a/config-servlet/pom.xml b/config-servlet/pom.xml index f43d90ae5..b40f229a5 100644 --- a/config-servlet/pom.xml +++ b/config-servlet/pom.xml @@ -4,7 +4,7 @@ org.ocpsoft.rewrite rewrite-parent - 3.0.0.Alpha2 + 3.0.0-SNAPSHOT ../ diff --git a/config-tuckey/pom.xml b/config-tuckey/pom.xml index 61c78dd98..eb9175fd7 100644 --- a/config-tuckey/pom.xml +++ b/config-tuckey/pom.xml @@ -5,7 +5,7 @@ rewrite-parent org.ocpsoft.rewrite - 3.0.0.Alpha2 + 3.0.0-SNAPSHOT ../ diff --git a/distribution/pom.xml b/distribution/pom.xml index fe045629e..6cf9595ae 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -5,7 +5,7 @@ rewrite-parent org.ocpsoft.rewrite - 3.0.0.Alpha2 + 3.0.0-SNAPSHOT ../ diff --git a/documentation/pom.xml b/documentation/pom.xml index f819289ab..c332f9a77 100644 --- a/documentation/pom.xml +++ b/documentation/pom.xml @@ -5,7 +5,7 @@ rewrite-parent org.ocpsoft.rewrite - 3.0.0.Alpha2 + 3.0.0-SNAPSHOT ../ diff --git a/examples/pom.xml b/examples/pom.xml index 0410864f3..687045ef1 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -5,7 +5,7 @@ rewrite-parent org.ocpsoft.rewrite - 3.0.0.Alpha2 + 3.0.0-SNAPSHOT ../ diff --git a/impl-servlet-2.5/pom.xml b/impl-servlet-2.5/pom.xml index e0aa367f6..5cf03f5b0 100644 --- a/impl-servlet-2.5/pom.xml +++ b/impl-servlet-2.5/pom.xml @@ -4,7 +4,7 @@ org.ocpsoft.rewrite rewrite-parent - 3.0.0.Alpha2 + 3.0.0-SNAPSHOT ../ diff --git a/impl-servlet-3.0/pom.xml b/impl-servlet-3.0/pom.xml index a57e70d4e..7ebae8d82 100644 --- a/impl-servlet-3.0/pom.xml +++ b/impl-servlet-3.0/pom.xml @@ -4,7 +4,7 @@ org.ocpsoft.rewrite rewrite-parent - 3.0.0.Alpha2 + 3.0.0-SNAPSHOT ../ diff --git a/impl-servlet-tests/pom.xml b/impl-servlet-tests/pom.xml index 464c3d440..8c8199b38 100644 --- a/impl-servlet-tests/pom.xml +++ b/impl-servlet-tests/pom.xml @@ -4,7 +4,7 @@ org.ocpsoft.rewrite rewrite-parent - 3.0.0.Alpha2 + 3.0.0-SNAPSHOT ../ diff --git a/impl-servlet/pom.xml b/impl-servlet/pom.xml index 19c2b845a..948c156a1 100644 --- a/impl-servlet/pom.xml +++ b/impl-servlet/pom.xml @@ -4,7 +4,7 @@ org.ocpsoft.rewrite rewrite-parent - 3.0.0.Alpha2 + 3.0.0-SNAPSHOT ../ diff --git a/impl-tests/pom.xml b/impl-tests/pom.xml index c138d63f5..ecd6b335f 100644 --- a/impl-tests/pom.xml +++ b/impl-tests/pom.xml @@ -4,7 +4,7 @@ org.ocpsoft.rewrite rewrite-parent - 3.0.0.Alpha2 + 3.0.0-SNAPSHOT ../ diff --git a/impl/pom.xml b/impl/pom.xml index 934564d68..042cee53c 100644 --- a/impl/pom.xml +++ b/impl/pom.xml @@ -4,7 +4,7 @@ org.ocpsoft.rewrite rewrite-parent - 3.0.0.Alpha2 + 3.0.0-SNAPSHOT ../ diff --git a/integration-cdi-tests/pom.xml b/integration-cdi-tests/pom.xml index a0d137b5d..8f9c6e56f 100644 --- a/integration-cdi-tests/pom.xml +++ b/integration-cdi-tests/pom.xml @@ -4,7 +4,7 @@ rewrite-parent org.ocpsoft.rewrite - 3.0.0.Alpha2 + 3.0.0-SNAPSHOT ../ diff --git a/integration-cdi/pom.xml b/integration-cdi/pom.xml index e0f26095c..136796f2c 100644 --- a/integration-cdi/pom.xml +++ b/integration-cdi/pom.xml @@ -4,7 +4,7 @@ org.ocpsoft.rewrite rewrite-parent - 3.0.0.Alpha2 + 3.0.0-SNAPSHOT ../ diff --git a/integration-faces-tests/pom.xml b/integration-faces-tests/pom.xml index aad84d47f..fc735c6c8 100644 --- a/integration-faces-tests/pom.xml +++ b/integration-faces-tests/pom.xml @@ -4,7 +4,7 @@ rewrite-parent org.ocpsoft.rewrite - 3.0.0.Alpha2 + 3.0.0-SNAPSHOT ../ diff --git a/integration-faces/pom.xml b/integration-faces/pom.xml index ef5781efd..329348ab4 100644 --- a/integration-faces/pom.xml +++ b/integration-faces/pom.xml @@ -4,7 +4,7 @@ rewrite-parent org.ocpsoft.rewrite - 3.0.0.Alpha2 + 3.0.0-SNAPSHOT ../ diff --git a/integration-gwt/pom.xml b/integration-gwt/pom.xml index ceb29d836..7248d170c 100644 --- a/integration-gwt/pom.xml +++ b/integration-gwt/pom.xml @@ -4,7 +4,7 @@ org.ocpsoft.rewrite rewrite-parent - 3.0.0.Alpha2 + 3.0.0-SNAPSHOT ../pom.xml diff --git a/integration-spring/pom.xml b/integration-spring/pom.xml index bdcbbb5e1..c8ff110e0 100644 --- a/integration-spring/pom.xml +++ b/integration-spring/pom.xml @@ -4,7 +4,7 @@ org.ocpsoft.rewrite rewrite-parent - 3.0.0.Alpha2 + 3.0.0-SNAPSHOT ../ diff --git a/pom.xml b/pom.xml index d551d1b44..38378290e 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ 4.0.0 org.ocpsoft.rewrite rewrite-parent - 3.0.0.Alpha2 + 3.0.0-SNAPSHOT pom @@ -1014,7 +1014,7 @@ scm:git:git://github.com/ocpsoft/rewrite.git scm:git:git@github.com:ocpsoft/rewrite.git http://github.com/ocpsoft/rewrite - 3.0.0.Alpha2 + HEAD diff --git a/rewrite-servlet/pom.xml b/rewrite-servlet/pom.xml index 75963256a..022a782a4 100644 --- a/rewrite-servlet/pom.xml +++ b/rewrite-servlet/pom.xml @@ -4,7 +4,7 @@ rewrite-parent org.ocpsoft.rewrite - 3.0.0.Alpha2 + 3.0.0-SNAPSHOT ../ diff --git a/security-integration-shiro/pom.xml b/security-integration-shiro/pom.xml index 4f192c7c0..ef9f17bc5 100644 --- a/security-integration-shiro/pom.xml +++ b/security-integration-shiro/pom.xml @@ -4,7 +4,7 @@ org.ocpsoft.rewrite rewrite-parent - 3.0.0.Alpha2 + 3.0.0-SNAPSHOT ../pom.xml diff --git a/showcase/access-control/pom.xml b/showcase/access-control/pom.xml index 149639aad..5741b0a96 100644 --- a/showcase/access-control/pom.xml +++ b/showcase/access-control/pom.xml @@ -4,7 +4,7 @@ rewrite-showcase org.ocpsoft.rewrite.showcase - 3.0.0.Alpha2 + 3.0.0-SNAPSHOT ../ diff --git a/showcase/bookstore/pom.xml b/showcase/bookstore/pom.xml index c1a1be2c1..935a7e7c4 100644 --- a/showcase/bookstore/pom.xml +++ b/showcase/bookstore/pom.xml @@ -5,7 +5,7 @@ rewrite-showcase org.ocpsoft.rewrite.showcase - 3.0.0.Alpha2 + 3.0.0-SNAPSHOT ../ diff --git a/showcase/composite-query/pom.xml b/showcase/composite-query/pom.xml index 869fb3d41..64e19a4c1 100644 --- a/showcase/composite-query/pom.xml +++ b/showcase/composite-query/pom.xml @@ -4,7 +4,7 @@ rewrite-showcase org.ocpsoft.rewrite.showcase - 3.0.0.Alpha2 + 3.0.0-SNAPSHOT ../ diff --git a/showcase/pom.xml b/showcase/pom.xml index 3ac55ff2e..609f12e04 100644 --- a/showcase/pom.xml +++ b/showcase/pom.xml @@ -4,7 +4,7 @@ rewrite-parent org.ocpsoft.rewrite - 3.0.0.Alpha2 + 3.0.0-SNAPSHOT ../ diff --git a/showcase/rest-ws/pom.xml b/showcase/rest-ws/pom.xml index a6eb1fd7d..8d42b2902 100644 --- a/showcase/rest-ws/pom.xml +++ b/showcase/rest-ws/pom.xml @@ -4,7 +4,7 @@ rewrite-showcase org.ocpsoft.rewrite.showcase - 3.0.0.Alpha2 + 3.0.0-SNAPSHOT ../ diff --git a/showcase/transform/pom.xml b/showcase/transform/pom.xml index 3b88f54c7..c313bc5f9 100644 --- a/showcase/transform/pom.xml +++ b/showcase/transform/pom.xml @@ -5,7 +5,7 @@ rewrite-showcase org.ocpsoft.rewrite.showcase - 3.0.0.Alpha2 + 3.0.0-SNAPSHOT ../ diff --git a/test-base/pom.xml b/test-base/pom.xml index 0cb4ed474..f8964eeca 100644 --- a/test-base/pom.xml +++ b/test-base/pom.xml @@ -5,7 +5,7 @@ rewrite-parent org.ocpsoft.rewrite - 3.0.0.Alpha2 + 3.0.0-SNAPSHOT ../ diff --git a/test-harness/pom.xml b/test-harness/pom.xml index 4273fc20a..b947dee73 100644 --- a/test-harness/pom.xml +++ b/test-harness/pom.xml @@ -5,7 +5,7 @@ rewrite-parent org.ocpsoft.rewrite - 3.0.0.Alpha2 + 3.0.0-SNAPSHOT ../ diff --git a/transform-less/pom.xml b/transform-less/pom.xml index 1da37995c..7a2be77ec 100644 --- a/transform-less/pom.xml +++ b/transform-less/pom.xml @@ -4,7 +4,7 @@ org.ocpsoft.rewrite rewrite-parent - 3.0.0.Alpha2 + 3.0.0-SNAPSHOT ../ diff --git a/transform-markup/pom.xml b/transform-markup/pom.xml index 898e9e52a..708580140 100644 --- a/transform-markup/pom.xml +++ b/transform-markup/pom.xml @@ -4,7 +4,7 @@ org.ocpsoft.rewrite rewrite-parent - 3.0.0.Alpha2 + 3.0.0-SNAPSHOT ../ diff --git a/transform-minify/pom.xml b/transform-minify/pom.xml index fa648333b..d0857bb28 100644 --- a/transform-minify/pom.xml +++ b/transform-minify/pom.xml @@ -4,7 +4,7 @@ org.ocpsoft.rewrite rewrite-parent - 3.0.0.Alpha2 + 3.0.0-SNAPSHOT ../ diff --git a/transform/pom.xml b/transform/pom.xml index b3de5cd4b..4428cf564 100644 --- a/transform/pom.xml +++ b/transform/pom.xml @@ -4,7 +4,7 @@ org.ocpsoft.rewrite rewrite-parent - 3.0.0.Alpha2 + 3.0.0-SNAPSHOT ../