From 689706b05eb46fec7ed9478c5690e554808ebb3f Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Fri, 4 May 2012 12:43:31 +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 3570691b..3123b2ab 100644 --- a/archetype/pom.xml +++ b/archetype/pom.xml @@ -3,7 +3,7 @@ spring-ws-parent org.springframework.ws - 2.0.5.RELEASE + 2.1.0.RC1-SNAPSHOT ../parent/pom.xml 4.0.0 diff --git a/core/pom.xml b/core/pom.xml index d6f23503..9d6f0749 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -2,7 +2,7 @@ spring-ws-parent org.springframework.ws - 2.0.5.RELEASE + 2.1.0.RC1-SNAPSHOT ../parent/pom.xml 4.0.0 diff --git a/parent/pom.xml b/parent/pom.xml index 106e8409..12f9ac19 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -4,7 +4,7 @@ org.springframework.ws spring-ws-parent pom - 2.0.5.RELEASE + 2.1.0.RC1-SNAPSHOT Spring Web Services - Parent http://static.springframework.org/spring-ws/site/index.html @@ -36,9 +36,9 @@ - scm:svn:https://src.springframework.org/svn/spring-ws/tags/spring-ws-2.0.5.RELEASE/trunk - scm:svn:https://src.springframework.org/svn/spring-ws/tags/spring-ws-2.0.5.RELEASE/trunk - https://fisheye.springframework.org/browse/spring-ws/tags/spring-ws-2.0.5.RELEASE/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.0.5.RELEASE diff --git a/pom.xml b/pom.xml index b8909ea2..451792f3 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.springframework.ws spring-ws pom - 2.0.5.RELEASE + 2.1.0.RC1-SNAPSHOT Spring Web Services Spring Web Services is a product of the Spring community focused on creating document-driven Web services. It @@ -94,9 +94,9 @@ - scm:svn:https://src.springframework.org/svn/spring-ws/tags/spring-ws-2.0.5.RELEASE - scm:svn:https://src.springframework.org/svn/spring-ws/tags/spring-ws-2.0.5.RELEASE - https://fisheye.springframework.org/browse/spring-ws/tags/spring-ws-2.0.5.RELEASE + 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 e9dedf48..2fccd202 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.0.5.RELEASE + 2.1.0.RC1-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 3fa2f2a9..6a84903f 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.0.5.RELEASE + 2.1.0.RC1-SNAPSHOT ../pom.xml 4.0.0 diff --git a/samples/airline/client/jms/pom.xml b/samples/airline/client/jms/pom.xml index 9641488e..df2cd0f4 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.0.5.RELEASE + 2.1.0.RC1-SNAPSHOT ../pom.xml 4.0.0 diff --git a/samples/airline/client/pom.xml b/samples/airline/client/pom.xml index 5c25062d..c7b5c877 100644 --- a/samples/airline/client/pom.xml +++ b/samples/airline/client/pom.xml @@ -3,7 +3,7 @@ airline org.springframework.ws - 2.0.5.RELEASE + 2.1.0.RC1-SNAPSHOT ../pom.xml 4.0.0 diff --git a/samples/airline/client/saaj/pom.xml b/samples/airline/client/saaj/pom.xml index 0aa566a4..0653b6d9 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.0.5.RELEASE + 2.1.0.RC1-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 910cf434..2950bcb6 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.0.5.RELEASE + 2.1.0.RC1-SNAPSHOT ../pom.xml 4.0.0 diff --git a/samples/airline/pom.xml b/samples/airline/pom.xml index 0dd419f2..85789da6 100644 --- a/samples/airline/pom.xml +++ b/samples/airline/pom.xml @@ -3,7 +3,7 @@ spring-ws-samples org.springframework.ws - 2.0.5.RELEASE + 2.1.0.RC1-SNAPSHOT ../pom.xml 4.0.0 diff --git a/samples/airline/server/pom.xml b/samples/airline/server/pom.xml index 85bfed4c..6d1a8d3e 100644 --- a/samples/airline/server/pom.xml +++ b/samples/airline/server/pom.xml @@ -2,7 +2,7 @@ airline org.springframework.ws - 2.0.5.RELEASE + 2.1.0.RC1-SNAPSHOT ../pom.xml 4.0.0 diff --git a/samples/echo/client/pom.xml b/samples/echo/client/pom.xml index 20cbc175..d466b5ca 100644 --- a/samples/echo/client/pom.xml +++ b/samples/echo/client/pom.xml @@ -3,7 +3,7 @@ echo org.springframework.ws - 2.0.5.RELEASE + 2.1.0.RC1-SNAPSHOT ../pom.xml 4.0.0 diff --git a/samples/echo/client/saaj/pom.xml b/samples/echo/client/saaj/pom.xml index 160e8aa2..7808546e 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.0.5.RELEASE + 2.1.0.RC1-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 a96c5bff..a1248332 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.0.5.RELEASE + 2.1.0.RC1-SNAPSHOT ../pom.xml 4.0.0 diff --git a/samples/echo/pom.xml b/samples/echo/pom.xml index aa8f304f..01ba373a 100644 --- a/samples/echo/pom.xml +++ b/samples/echo/pom.xml @@ -3,7 +3,7 @@ spring-ws-samples org.springframework.ws - 2.0.5.RELEASE + 2.1.0.RC1-SNAPSHOT ../pom.xml 4.0.0 diff --git a/samples/echo/server/pom.xml b/samples/echo/server/pom.xml index 8e4f496d..a12a6e00 100644 --- a/samples/echo/server/pom.xml +++ b/samples/echo/server/pom.xml @@ -2,7 +2,7 @@ echo org.springframework.ws - 2.0.5.RELEASE + 2.1.0.RC1-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 d4340854..a03bb121 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.0.5.RELEASE + 2.1.0.RC1-SNAPSHOT ../pom.xml 4.0.0 diff --git a/samples/mtom/client/pom.xml b/samples/mtom/client/pom.xml index 747c3050..e190a238 100644 --- a/samples/mtom/client/pom.xml +++ b/samples/mtom/client/pom.xml @@ -3,7 +3,7 @@ mtom org.springframework.ws - 2.0.5.RELEASE + 2.1.0.RC1-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 4a105712..a17cf362 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.0.5.RELEASE + 2.1.0.RC1-SNAPSHOT ../pom.xml 4.0.0 diff --git a/samples/mtom/pom.xml b/samples/mtom/pom.xml index a24089d9..eb801baf 100644 --- a/samples/mtom/pom.xml +++ b/samples/mtom/pom.xml @@ -3,7 +3,7 @@ spring-ws-samples org.springframework.ws - 2.0.5.RELEASE + 2.1.0.RC1-SNAPSHOT ../pom.xml 4.0.0 diff --git a/samples/mtom/server/pom.xml b/samples/mtom/server/pom.xml index 58c186cb..188c6deb 100644 --- a/samples/mtom/server/pom.xml +++ b/samples/mtom/server/pom.xml @@ -3,7 +3,7 @@ mtom org.springframework.ws - 2.0.5.RELEASE + 2.1.0.RC1-SNAPSHOT ../pom.xml 4.0.0 diff --git a/samples/pom.xml b/samples/pom.xml index 9e85214a..899319ca 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -3,7 +3,7 @@ spring-ws-parent org.springframework.ws - 2.0.5.RELEASE + 2.1.0.RC1-SNAPSHOT ../parent/pom.xml 4.0.0 diff --git a/samples/pox/client/pom.xml b/samples/pox/client/pom.xml index 181a465a..6f8f2c87 100644 --- a/samples/pox/client/pom.xml +++ b/samples/pox/client/pom.xml @@ -3,7 +3,7 @@ pox org.springframework.ws - 2.0.5.RELEASE + 2.1.0.RC1-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 683609c1..834ce1cd 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.0.5.RELEASE + 2.1.0.RC1-SNAPSHOT ../pom.xml 4.0.0 diff --git a/samples/pox/pom.xml b/samples/pox/pom.xml index 04904384..b0e3b5f4 100644 --- a/samples/pox/pom.xml +++ b/samples/pox/pom.xml @@ -3,7 +3,7 @@ spring-ws-samples org.springframework.ws - 2.0.5.RELEASE + 2.1.0.RC1-SNAPSHOT ../pom.xml 4.0.0 diff --git a/samples/pox/server/pom.xml b/samples/pox/server/pom.xml index 4214c7a5..8477dad7 100644 --- a/samples/pox/server/pom.xml +++ b/samples/pox/server/pom.xml @@ -2,7 +2,7 @@ pox org.springframework.ws - 2.0.5.RELEASE + 2.1.0.RC1-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 35365971..163f4235 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.0.5.RELEASE + 2.1.0.RC1-SNAPSHOT ../pom.xml 4.0.0 diff --git a/samples/stockquote/client/pom.xml b/samples/stockquote/client/pom.xml index 5feb3bb4..4c68774b 100644 --- a/samples/stockquote/client/pom.xml +++ b/samples/stockquote/client/pom.xml @@ -3,7 +3,7 @@ stockquote org.springframework.ws - 2.0.5.RELEASE + 2.1.0.RC1-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 2bf976e8..65a8791f 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.0.5.RELEASE + 2.1.0.RC1-SNAPSHOT ../pom.xml 4.0.0 diff --git a/samples/stockquote/pom.xml b/samples/stockquote/pom.xml index aea73ef3..2efb1926 100644 --- a/samples/stockquote/pom.xml +++ b/samples/stockquote/pom.xml @@ -3,7 +3,7 @@ spring-ws-samples org.springframework.ws - 2.0.5.RELEASE + 2.1.0.RC1-SNAPSHOT ../pom.xml 4.0.0 diff --git a/samples/stockquote/server/pom.xml b/samples/stockquote/server/pom.xml index a034cbc1..75b6877d 100644 --- a/samples/stockquote/server/pom.xml +++ b/samples/stockquote/server/pom.xml @@ -2,7 +2,7 @@ stockquote org.springframework.ws - 2.0.5.RELEASE + 2.1.0.RC1-SNAPSHOT ../pom.xml 4.0.0 diff --git a/samples/tutorial/pom.xml b/samples/tutorial/pom.xml index d85c90b9..98a8f38d 100644 --- a/samples/tutorial/pom.xml +++ b/samples/tutorial/pom.xml @@ -3,7 +3,7 @@ spring-ws-samples org.springframework.ws - 2.0.5.RELEASE + 2.1.0.RC1-SNAPSHOT ../pom.xml 4.0.0 diff --git a/security/pom.xml b/security/pom.xml index 82d35eab..826d89ba 100644 --- a/security/pom.xml +++ b/security/pom.xml @@ -2,7 +2,7 @@ spring-ws-parent org.springframework.ws - 2.0.5.RELEASE + 2.1.0.RC1-SNAPSHOT ../parent/pom.xml 4.0.0 diff --git a/support/pom.xml b/support/pom.xml index d7ebb0f6..a26f725d 100644 --- a/support/pom.xml +++ b/support/pom.xml @@ -2,7 +2,7 @@ spring-ws-parent org.springframework.ws - 2.0.5.RELEASE + 2.1.0.RC1-SNAPSHOT ../parent/pom.xml 4.0.0 diff --git a/test/pom.xml b/test/pom.xml index 90f03a3f..942f2f58 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -2,7 +2,7 @@ spring-ws-parent org.springframework.ws - 2.0.5.RELEASE + 2.1.0.RC1-SNAPSHOT ../parent/pom.xml 4.0.0 diff --git a/xml/pom.xml b/xml/pom.xml index b2045783..302cc188 100644 --- a/xml/pom.xml +++ b/xml/pom.xml @@ -2,7 +2,7 @@ spring-ws-parent org.springframework.ws - 2.0.5.RELEASE + 2.1.0.RC1-SNAPSHOT ../parent/pom.xml 4.0.0