From 43c4731e5970105e6d3ad444d4bb9b727efcbd81 Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Tue, 25 Aug 2009 09:08:59 +0000 Subject: [PATCH] [maven-release-plugin] prepare for next development iteration --- archetype/pom.xml | 2 +- core-tiger/pom.xml | 2 +- core/pom.xml | 2 +- oxm-tiger/pom.xml | 2 +- oxm/pom.xml | 2 +- parent/pom.xml | 8 ++++---- pom.xml | 8 ++++---- samples/airline/pom.xml | 2 +- samples/echo/pom.xml | 2 +- samples/mtom/pom.xml | 2 +- samples/pom.xml | 2 +- samples/pox/pom.xml | 2 +- samples/stockquote/pom.xml | 2 +- samples/tutorial/pom.xml | 2 +- security/pom.xml | 2 +- support/pom.xml | 2 +- xml/pom.xml | 2 +- 17 files changed, 23 insertions(+), 23 deletions(-) diff --git a/archetype/pom.xml b/archetype/pom.xml index 5132c650..fea8fb8a 100644 --- a/archetype/pom.xml +++ b/archetype/pom.xml @@ -3,7 +3,7 @@ spring-ws-parent org.springframework.ws - 1.5.8 + 1.5.9-SNAPSHOT 4.0.0 spring-ws-archetype diff --git a/core-tiger/pom.xml b/core-tiger/pom.xml index 10bf3d67..6384b08b 100644 --- a/core-tiger/pom.xml +++ b/core-tiger/pom.xml @@ -2,7 +2,7 @@ spring-ws-parent org.springframework.ws - 1.5.8 + 1.5.9-SNAPSHOT 4.0.0 spring-ws-core-tiger diff --git a/core/pom.xml b/core/pom.xml index 7879506f..76f5623b 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -2,7 +2,7 @@ spring-ws-parent org.springframework.ws - 1.5.8 + 1.5.9-SNAPSHOT 4.0.0 spring-ws-core diff --git a/oxm-tiger/pom.xml b/oxm-tiger/pom.xml index f45098f5..9c2adbbe 100644 --- a/oxm-tiger/pom.xml +++ b/oxm-tiger/pom.xml @@ -2,7 +2,7 @@ spring-ws-parent org.springframework.ws - 1.5.8 + 1.5.9-SNAPSHOT 4.0.0 spring-oxm-tiger diff --git a/oxm/pom.xml b/oxm/pom.xml index d7ad1b83..78e12a18 100644 --- a/oxm/pom.xml +++ b/oxm/pom.xml @@ -2,7 +2,7 @@ spring-ws-parent org.springframework.ws - 1.5.8 + 1.5.9-SNAPSHOT 4.0.0 spring-oxm diff --git a/parent/pom.xml b/parent/pom.xml index 5b8a165b..c1c2a192 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -4,7 +4,7 @@ org.springframework.ws spring-ws-parent pom - 1.5.8 + 1.5.9-SNAPSHOT Spring Web Services - Parent http://static.springframework.org/spring-ws/site/downloads/releases.html @@ -23,9 +23,9 @@ - scm:svn:https://src.springframework.org/svn/spring-ws/tags/spring-ws-1.5.8 - scm:svn:https://src.springframework.org/svn/spring-ws/tags/spring-ws-1.5.8 - https://fisheye.springframework.org/browse/spring-ws/tags/spring-ws-1.5.8 + scm:svn:https://src.springframework.org/svn/spring-ws/tags/spring-ws-1.5.6 + scm:svn:https://src.springframework.org/svn/spring-ws/tags/spring-ws-1.5.6 + https://fisheye.springframework.org/browse/spring-ws/tags/spring-ws-1.5.6 2.5.6 diff --git a/pom.xml b/pom.xml index 726bd23e..93c75ed0 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.springframework.ws spring-ws pom - 1.5.8 + 1.5.9-SNAPSHOT Spring Web Services Spring Web Services is a product of the Spring community focused on creating document-driven Web services. It @@ -83,9 +83,9 @@ - scm:svn:https://src.springframework.org/svn/spring-ws/tags/spring-ws-1.5.8 - scm:svn:https://src.springframework.org/svn/spring-ws/tags/spring-ws-1.5.8 - https://fisheye.springframework.org/browse/spring-ws/tags/spring-ws-1.5.8 + scm:svn:https://src.springframework.org/svn/spring-ws/tags/spring-ws-1.5.6 + scm:svn:https://src.springframework.org/svn/spring-ws/tags/spring-ws-1.5.6 + https://fisheye.springframework.org/browse/spring-ws/tags/spring-ws-1.5.6 2.5.6 diff --git a/samples/airline/pom.xml b/samples/airline/pom.xml index e820e431..221da73f 100644 --- a/samples/airline/pom.xml +++ b/samples/airline/pom.xml @@ -2,7 +2,7 @@ spring-ws-samples org.springframework.ws - 1.5.8 + 1.5.9-SNAPSHOT 4.0.0 airline diff --git a/samples/echo/pom.xml b/samples/echo/pom.xml index d426161f..8b3f8004 100644 --- a/samples/echo/pom.xml +++ b/samples/echo/pom.xml @@ -2,7 +2,7 @@ spring-ws-samples org.springframework.ws - 1.5.8 + 1.5.9-SNAPSHOT 4.0.0 echo diff --git a/samples/mtom/pom.xml b/samples/mtom/pom.xml index 85bd8dca..ba376535 100644 --- a/samples/mtom/pom.xml +++ b/samples/mtom/pom.xml @@ -3,7 +3,7 @@ spring-ws-samples org.springframework.ws - 1.5.8 + 1.5.9-SNAPSHOT 4.0.0 mtom diff --git a/samples/pom.xml b/samples/pom.xml index d3674190..e8c20765 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -3,7 +3,7 @@ spring-ws-parent org.springframework.ws - 1.5.8 + 1.5.9-SNAPSHOT 4.0.0 spring-ws-samples diff --git a/samples/pox/pom.xml b/samples/pox/pom.xml index 496f441d..3d4282ec 100644 --- a/samples/pox/pom.xml +++ b/samples/pox/pom.xml @@ -2,7 +2,7 @@ spring-ws-samples org.springframework.ws - 1.5.8 + 1.5.9-SNAPSHOT 4.0.0 pox diff --git a/samples/stockquote/pom.xml b/samples/stockquote/pom.xml index a9604745..70868d48 100644 --- a/samples/stockquote/pom.xml +++ b/samples/stockquote/pom.xml @@ -2,7 +2,7 @@ spring-ws-samples org.springframework.ws - 1.5.8 + 1.5.9-SNAPSHOT 4.0.0 stockquote diff --git a/samples/tutorial/pom.xml b/samples/tutorial/pom.xml index 5c4c4797..0410a009 100644 --- a/samples/tutorial/pom.xml +++ b/samples/tutorial/pom.xml @@ -3,7 +3,7 @@ spring-ws-samples org.springframework.ws - 1.5.8 + 1.5.9-SNAPSHOT 4.0.0 tutorial diff --git a/security/pom.xml b/security/pom.xml index 76a09a4a..0acf2040 100644 --- a/security/pom.xml +++ b/security/pom.xml @@ -2,7 +2,7 @@ spring-ws-parent org.springframework.ws - 1.5.8 + 1.5.9-SNAPSHOT 4.0.0 spring-ws-security diff --git a/support/pom.xml b/support/pom.xml index cac5de8d..da8efe45 100644 --- a/support/pom.xml +++ b/support/pom.xml @@ -2,7 +2,7 @@ spring-ws-parent org.springframework.ws - 1.5.8 + 1.5.9-SNAPSHOT 4.0.0 org.springframework.ws diff --git a/xml/pom.xml b/xml/pom.xml index 278a4a91..37ff50c2 100644 --- a/xml/pom.xml +++ b/xml/pom.xml @@ -2,7 +2,7 @@ spring-ws-parent org.springframework.ws - 1.5.8 + 1.5.9-SNAPSHOT 4.0.0 spring-xml