From fe72fac0f8736e3af1f942d2ba0f48c066891f5b Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Tue, 15 May 2012 07:41:25 +0000 Subject: [PATCH] [maven-release-plugin] prepare for next development iteration --- archetype/pom.xml | 2 +- core/pom.xml | 2 +- parent/pom.xml | 8 ++++---- pom.xml | 8 ++++---- samples/airline/client/axis1/pom.xml | 2 +- samples/airline/client/jax-ws/pom.xml | 2 +- samples/airline/client/jms/pom.xml | 2 +- samples/airline/client/pom.xml | 2 +- samples/airline/client/saaj/pom.xml | 2 +- samples/airline/client/spring-ws/pom.xml | 2 +- samples/airline/pom.xml | 2 +- samples/airline/server/pom.xml | 2 +- samples/echo/client/pom.xml | 2 +- samples/echo/client/saaj/pom.xml | 2 +- samples/echo/client/spring-ws/pom.xml | 2 +- samples/echo/pom.xml | 2 +- samples/echo/server/pom.xml | 2 +- samples/mtom/client/jax-ws/pom.xml | 2 +- samples/mtom/client/pom.xml | 2 +- samples/mtom/client/spring-ws/pom.xml | 2 +- samples/mtom/pom.xml | 2 +- samples/mtom/server/pom.xml | 2 +- samples/pom.xml | 2 +- samples/pox/client/pom.xml | 2 +- samples/pox/client/spring-ws/pom.xml | 2 +- samples/pox/pom.xml | 2 +- samples/pox/server/pom.xml | 2 +- samples/stockquote/client/jax-ws/pom.xml | 2 +- samples/stockquote/client/pom.xml | 2 +- samples/stockquote/client/spring-ws/pom.xml | 2 +- samples/stockquote/pom.xml | 2 +- samples/stockquote/server/pom.xml | 2 +- samples/tutorial/pom.xml | 2 +- security/pom.xml | 2 +- support/pom.xml | 2 +- test/pom.xml | 2 +- xml/pom.xml | 2 +- 37 files changed, 43 insertions(+), 43 deletions(-) diff --git a/archetype/pom.xml b/archetype/pom.xml index 42e7d60e..4d3b1d71 100644 --- a/archetype/pom.xml +++ b/archetype/pom.xml @@ -3,7 +3,7 @@ spring-ws-parent org.springframework.ws - 2.1.0.RC1 + 2.1.0.RC2-SNAPSHOT ../parent/pom.xml 4.0.0 diff --git a/core/pom.xml b/core/pom.xml index abbc2670..829a132e 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -2,7 +2,7 @@ spring-ws-parent org.springframework.ws - 2.1.0.RC1 + 2.1.0.RC2-SNAPSHOT ../parent/pom.xml 4.0.0 diff --git a/parent/pom.xml b/parent/pom.xml index 499e793a..d3f8523d 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -4,7 +4,7 @@ org.springframework.ws spring-ws-parent pom - 2.1.0.RC1 + 2.1.0.RC2-SNAPSHOT Spring Web Services - Parent http://static.springframework.org/spring-ws/site/index.html @@ -49,9 +49,9 @@ - scm:svn:https://src.springframework.org/svn/spring-ws/tags/spring-ws-2.1.0.RC1/trunk - scm:svn:https://src.springframework.org/svn/spring-ws/tags/spring-ws-2.1.0.RC1/trunk - https://fisheye.springframework.org/browse/spring-ws/tags/spring-ws-2.1.0.RC1/trunk + scm:svn:https://src.springframework.org/svn/spring-ws/trunk + scm:svn:https://src.springframework.org/svn/spring-ws/trunk + https://fisheye.springframework.org/browse/spring-ws/trunk 2.1.0.RC1 diff --git a/pom.xml b/pom.xml index a7925863..873bdcdd 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.springframework.ws spring-ws pom - 2.1.0.RC1 + 2.1.0.RC2-SNAPSHOT Spring Web Services Spring Web Services is a product of the Spring community focused on creating document-driven Web services. It @@ -107,9 +107,9 @@ - scm:svn:https://src.springframework.org/svn/spring-ws/tags/spring-ws-2.1.0.RC1 - scm:svn:https://src.springframework.org/svn/spring-ws/tags/spring-ws-2.1.0.RC1 - https://fisheye.springframework.org/browse/spring-ws/tags/spring-ws-2.1.0.RC1 + scm:svn:https://src.springframework.org/svn/spring-ws/trunk + scm:svn:https://src.springframework.org/svn/spring-ws/trunk/ + https://fisheye.springframework.org/browse/spring-ws/trunk 3.1.1.RELEASE diff --git a/samples/airline/client/axis1/pom.xml b/samples/airline/client/axis1/pom.xml index 190e8c60..2cb59b1a 100644 --- a/samples/airline/client/axis1/pom.xml +++ b/samples/airline/client/axis1/pom.xml @@ -3,7 +3,7 @@ airline-client org.springframework.ws - 2.1.0.RC1 + 2.1.0.RC2-SNAPSHOT ../pom.xml 4.0.0 diff --git a/samples/airline/client/jax-ws/pom.xml b/samples/airline/client/jax-ws/pom.xml index 4f36598b..8d16a115 100644 --- a/samples/airline/client/jax-ws/pom.xml +++ b/samples/airline/client/jax-ws/pom.xml @@ -3,7 +3,7 @@ airline-client org.springframework.ws - 2.1.0.RC1 + 2.1.0.RC2-SNAPSHOT ../pom.xml 4.0.0 diff --git a/samples/airline/client/jms/pom.xml b/samples/airline/client/jms/pom.xml index f1446423..40ca152d 100644 --- a/samples/airline/client/jms/pom.xml +++ b/samples/airline/client/jms/pom.xml @@ -3,7 +3,7 @@ airline-client org.springframework.ws - 2.1.0.RC1 + 2.1.0.RC2-SNAPSHOT ../pom.xml 4.0.0 diff --git a/samples/airline/client/pom.xml b/samples/airline/client/pom.xml index 5b07a0fc..2eae24b8 100644 --- a/samples/airline/client/pom.xml +++ b/samples/airline/client/pom.xml @@ -3,7 +3,7 @@ airline org.springframework.ws - 2.1.0.RC1 + 2.1.0.RC2-SNAPSHOT ../pom.xml 4.0.0 diff --git a/samples/airline/client/saaj/pom.xml b/samples/airline/client/saaj/pom.xml index 5e156150..66cff858 100644 --- a/samples/airline/client/saaj/pom.xml +++ b/samples/airline/client/saaj/pom.xml @@ -3,7 +3,7 @@ airline-client org.springframework.ws - 2.1.0.RC1 + 2.1.0.RC2-SNAPSHOT ../pom.xml 4.0.0 diff --git a/samples/airline/client/spring-ws/pom.xml b/samples/airline/client/spring-ws/pom.xml index 17f799e6..49399603 100644 --- a/samples/airline/client/spring-ws/pom.xml +++ b/samples/airline/client/spring-ws/pom.xml @@ -3,7 +3,7 @@ airline-client org.springframework.ws - 2.1.0.RC1 + 2.1.0.RC2-SNAPSHOT ../pom.xml 4.0.0 diff --git a/samples/airline/pom.xml b/samples/airline/pom.xml index 0b25af63..3866cfb5 100644 --- a/samples/airline/pom.xml +++ b/samples/airline/pom.xml @@ -3,7 +3,7 @@ spring-ws-samples org.springframework.ws - 2.1.0.RC1 + 2.1.0.RC2-SNAPSHOT ../pom.xml 4.0.0 diff --git a/samples/airline/server/pom.xml b/samples/airline/server/pom.xml index 483c5f9e..8f641390 100644 --- a/samples/airline/server/pom.xml +++ b/samples/airline/server/pom.xml @@ -2,7 +2,7 @@ airline org.springframework.ws - 2.1.0.RC1 + 2.1.0.RC2-SNAPSHOT ../pom.xml 4.0.0 diff --git a/samples/echo/client/pom.xml b/samples/echo/client/pom.xml index cd7499ed..a15e5c23 100644 --- a/samples/echo/client/pom.xml +++ b/samples/echo/client/pom.xml @@ -3,7 +3,7 @@ echo org.springframework.ws - 2.1.0.RC1 + 2.1.0.RC2-SNAPSHOT ../pom.xml 4.0.0 diff --git a/samples/echo/client/saaj/pom.xml b/samples/echo/client/saaj/pom.xml index 6c6e30c3..1e47e381 100644 --- a/samples/echo/client/saaj/pom.xml +++ b/samples/echo/client/saaj/pom.xml @@ -3,7 +3,7 @@ echo-client org.springframework.ws - 2.1.0.RC1 + 2.1.0.RC2-SNAPSHOT ../pom.xml 4.0.0 diff --git a/samples/echo/client/spring-ws/pom.xml b/samples/echo/client/spring-ws/pom.xml index afb2eeda..236562f6 100644 --- a/samples/echo/client/spring-ws/pom.xml +++ b/samples/echo/client/spring-ws/pom.xml @@ -3,7 +3,7 @@ echo-client org.springframework.ws - 2.1.0.RC1 + 2.1.0.RC2-SNAPSHOT ../pom.xml 4.0.0 diff --git a/samples/echo/pom.xml b/samples/echo/pom.xml index 756a86ae..c495a2ac 100644 --- a/samples/echo/pom.xml +++ b/samples/echo/pom.xml @@ -3,7 +3,7 @@ spring-ws-samples org.springframework.ws - 2.1.0.RC1 + 2.1.0.RC2-SNAPSHOT ../pom.xml 4.0.0 diff --git a/samples/echo/server/pom.xml b/samples/echo/server/pom.xml index dbb4a061..991f5274 100644 --- a/samples/echo/server/pom.xml +++ b/samples/echo/server/pom.xml @@ -2,7 +2,7 @@ echo org.springframework.ws - 2.1.0.RC1 + 2.1.0.RC2-SNAPSHOT ../pom.xml 4.0.0 diff --git a/samples/mtom/client/jax-ws/pom.xml b/samples/mtom/client/jax-ws/pom.xml index c3876b56..431a5625 100644 --- a/samples/mtom/client/jax-ws/pom.xml +++ b/samples/mtom/client/jax-ws/pom.xml @@ -3,7 +3,7 @@ mtom-client org.springframework.ws - 2.1.0.RC1 + 2.1.0.RC2-SNAPSHOT ../pom.xml 4.0.0 diff --git a/samples/mtom/client/pom.xml b/samples/mtom/client/pom.xml index e0e872f6..33d87981 100644 --- a/samples/mtom/client/pom.xml +++ b/samples/mtom/client/pom.xml @@ -3,7 +3,7 @@ mtom org.springframework.ws - 2.1.0.RC1 + 2.1.0.RC2-SNAPSHOT ../pom.xml 4.0.0 diff --git a/samples/mtom/client/spring-ws/pom.xml b/samples/mtom/client/spring-ws/pom.xml index 4ee381c9..6ed77921 100644 --- a/samples/mtom/client/spring-ws/pom.xml +++ b/samples/mtom/client/spring-ws/pom.xml @@ -3,7 +3,7 @@ mtom-client org.springframework.ws - 2.1.0.RC1 + 2.1.0.RC2-SNAPSHOT ../pom.xml 4.0.0 diff --git a/samples/mtom/pom.xml b/samples/mtom/pom.xml index 923ce4cf..e5d4bffb 100644 --- a/samples/mtom/pom.xml +++ b/samples/mtom/pom.xml @@ -3,7 +3,7 @@ spring-ws-samples org.springframework.ws - 2.1.0.RC1 + 2.1.0.RC2-SNAPSHOT ../pom.xml 4.0.0 diff --git a/samples/mtom/server/pom.xml b/samples/mtom/server/pom.xml index d4ee913e..73b48ff0 100644 --- a/samples/mtom/server/pom.xml +++ b/samples/mtom/server/pom.xml @@ -3,7 +3,7 @@ mtom org.springframework.ws - 2.1.0.RC1 + 2.1.0.RC2-SNAPSHOT ../pom.xml 4.0.0 diff --git a/samples/pom.xml b/samples/pom.xml index 04f46741..72ea7533 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -3,7 +3,7 @@ spring-ws-parent org.springframework.ws - 2.1.0.RC1 + 2.1.0.RC2-SNAPSHOT ../parent/pom.xml 4.0.0 diff --git a/samples/pox/client/pom.xml b/samples/pox/client/pom.xml index 64ac5198..47b0d116 100644 --- a/samples/pox/client/pom.xml +++ b/samples/pox/client/pom.xml @@ -3,7 +3,7 @@ pox org.springframework.ws - 2.1.0.RC1 + 2.1.0.RC2-SNAPSHOT ../pom.xml 4.0.0 diff --git a/samples/pox/client/spring-ws/pom.xml b/samples/pox/client/spring-ws/pom.xml index 566caf82..8c72e43c 100644 --- a/samples/pox/client/spring-ws/pom.xml +++ b/samples/pox/client/spring-ws/pom.xml @@ -3,7 +3,7 @@ pox-client org.springframework.ws - 2.1.0.RC1 + 2.1.0.RC2-SNAPSHOT ../pom.xml 4.0.0 diff --git a/samples/pox/pom.xml b/samples/pox/pom.xml index 995490ee..8cb7af7b 100644 --- a/samples/pox/pom.xml +++ b/samples/pox/pom.xml @@ -3,7 +3,7 @@ spring-ws-samples org.springframework.ws - 2.1.0.RC1 + 2.1.0.RC2-SNAPSHOT ../pom.xml 4.0.0 diff --git a/samples/pox/server/pom.xml b/samples/pox/server/pom.xml index c35ab3bc..350e19de 100644 --- a/samples/pox/server/pom.xml +++ b/samples/pox/server/pom.xml @@ -2,7 +2,7 @@ pox org.springframework.ws - 2.1.0.RC1 + 2.1.0.RC2-SNAPSHOT ../pom.xml 4.0.0 diff --git a/samples/stockquote/client/jax-ws/pom.xml b/samples/stockquote/client/jax-ws/pom.xml index 871a752f..9fd3a2de 100644 --- a/samples/stockquote/client/jax-ws/pom.xml +++ b/samples/stockquote/client/jax-ws/pom.xml @@ -3,7 +3,7 @@ stockquote-client org.springframework.ws - 2.1.0.RC1 + 2.1.0.RC2-SNAPSHOT ../pom.xml 4.0.0 diff --git a/samples/stockquote/client/pom.xml b/samples/stockquote/client/pom.xml index b1930012..a6089fd5 100644 --- a/samples/stockquote/client/pom.xml +++ b/samples/stockquote/client/pom.xml @@ -3,7 +3,7 @@ stockquote org.springframework.ws - 2.1.0.RC1 + 2.1.0.RC2-SNAPSHOT ../pom.xml 4.0.0 diff --git a/samples/stockquote/client/spring-ws/pom.xml b/samples/stockquote/client/spring-ws/pom.xml index 929055b1..4e734806 100644 --- a/samples/stockquote/client/spring-ws/pom.xml +++ b/samples/stockquote/client/spring-ws/pom.xml @@ -3,7 +3,7 @@ stockquote-client org.springframework.ws - 2.1.0.RC1 + 2.1.0.RC2-SNAPSHOT ../pom.xml 4.0.0 diff --git a/samples/stockquote/pom.xml b/samples/stockquote/pom.xml index 20387bfc..6bf5f242 100644 --- a/samples/stockquote/pom.xml +++ b/samples/stockquote/pom.xml @@ -3,7 +3,7 @@ spring-ws-samples org.springframework.ws - 2.1.0.RC1 + 2.1.0.RC2-SNAPSHOT ../pom.xml 4.0.0 diff --git a/samples/stockquote/server/pom.xml b/samples/stockquote/server/pom.xml index 90ca8860..65614485 100644 --- a/samples/stockquote/server/pom.xml +++ b/samples/stockquote/server/pom.xml @@ -2,7 +2,7 @@ stockquote org.springframework.ws - 2.1.0.RC1 + 2.1.0.RC2-SNAPSHOT ../pom.xml 4.0.0 diff --git a/samples/tutorial/pom.xml b/samples/tutorial/pom.xml index 83171403..08689362 100644 --- a/samples/tutorial/pom.xml +++ b/samples/tutorial/pom.xml @@ -3,7 +3,7 @@ spring-ws-samples org.springframework.ws - 2.1.0.RC1 + 2.1.0.RC2-SNAPSHOT ../pom.xml 4.0.0 diff --git a/security/pom.xml b/security/pom.xml index 601ba599..53273e12 100644 --- a/security/pom.xml +++ b/security/pom.xml @@ -2,7 +2,7 @@ spring-ws-parent org.springframework.ws - 2.1.0.RC1 + 2.1.0.RC2-SNAPSHOT ../parent/pom.xml 4.0.0 diff --git a/support/pom.xml b/support/pom.xml index 4654def1..9edd1f8c 100644 --- a/support/pom.xml +++ b/support/pom.xml @@ -2,7 +2,7 @@ spring-ws-parent org.springframework.ws - 2.1.0.RC1 + 2.1.0.RC2-SNAPSHOT ../parent/pom.xml 4.0.0 diff --git a/test/pom.xml b/test/pom.xml index 5e1c5650..b41ddb6c 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -2,7 +2,7 @@ spring-ws-parent org.springframework.ws - 2.1.0.RC1 + 2.1.0.RC2-SNAPSHOT ../parent/pom.xml 4.0.0 diff --git a/xml/pom.xml b/xml/pom.xml index ff714154..38eee670 100644 --- a/xml/pom.xml +++ b/xml/pom.xml @@ -2,7 +2,7 @@ spring-ws-parent org.springframework.ws - 2.1.0.RC1 + 2.1.0.RC2-SNAPSHOT ../parent/pom.xml 4.0.0