From 608b1a15ae378620d0ef2a369cd0966df2360314 Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Wed, 5 Nov 2008 11:24:36 +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 270ea45a..e68cb8ef 100644 --- a/archetype/pom.xml +++ b/archetype/pom.xml @@ -3,7 +3,7 @@ spring-ws-parent org.springframework.ws - 1.5.5 + 1.5.6-SNAPSHOT 4.0.0 spring-ws-archetype diff --git a/core-tiger/pom.xml b/core-tiger/pom.xml index 88ce1e91..cbf19b51 100644 --- a/core-tiger/pom.xml +++ b/core-tiger/pom.xml @@ -2,7 +2,7 @@ spring-ws-parent org.springframework.ws - 1.5.5 + 1.5.6-SNAPSHOT 4.0.0 spring-ws-core-tiger diff --git a/core/pom.xml b/core/pom.xml index 6c9d1b3b..16cc5a88 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -2,7 +2,7 @@ spring-ws-parent org.springframework.ws - 1.5.5 + 1.5.6-SNAPSHOT 4.0.0 spring-ws-core diff --git a/oxm-tiger/pom.xml b/oxm-tiger/pom.xml index 558e99e3..63823453 100644 --- a/oxm-tiger/pom.xml +++ b/oxm-tiger/pom.xml @@ -2,7 +2,7 @@ spring-ws-parent org.springframework.ws - 1.5.5 + 1.5.6-SNAPSHOT 4.0.0 spring-oxm-tiger diff --git a/oxm/pom.xml b/oxm/pom.xml index c8dc921f..2a2a05bf 100644 --- a/oxm/pom.xml +++ b/oxm/pom.xml @@ -2,7 +2,7 @@ spring-ws-parent org.springframework.ws - 1.5.5 + 1.5.6-SNAPSHOT 4.0.0 spring-oxm diff --git a/parent/pom.xml b/parent/pom.xml index 39472fff..9330f38d 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -4,7 +4,7 @@ org.springframework.ws spring-ws-parent pom - 1.5.5 + 1.5.6-SNAPSHOT Spring Web Services - Parent http://static.springframework.org/spring-ws/site/downloads/releases.html @@ -23,9 +23,9 @@ - scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/tags/spring-ws-1.5.5 - scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/tags/spring-ws-1.5.5 - http://fisheye3.cenqua.com/browse/springframework/spring-ws/tags/spring-ws-1.5.5 + scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/trunk + scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/trunk + http://fisheye3.cenqua.com/browse/springframework/spring-ws/trunk 2.5.6 diff --git a/pom.xml b/pom.xml index 35721a27..5d44a72c 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.springframework.ws spring-ws pom - 1.5.5 + 1.5.6-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://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/tags/spring-ws-1.5.5 - scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/tags/spring-ws-1.5.5 - https://fisheye.springframework.org/browse/spring-ws/tags/spring-ws-1.5.5 + scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/trunk + scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/trunk + https://fisheye.springframework.org/browse/spring-ws/trunk 2.5.6 diff --git a/samples/airline/pom.xml b/samples/airline/pom.xml index f17bcaea..e80612f5 100644 --- a/samples/airline/pom.xml +++ b/samples/airline/pom.xml @@ -2,7 +2,7 @@ spring-ws-samples org.springframework.ws - 1.5.5 + 1.5.6-SNAPSHOT 4.0.0 airline diff --git a/samples/echo/pom.xml b/samples/echo/pom.xml index 02ae52f4..7281acc3 100644 --- a/samples/echo/pom.xml +++ b/samples/echo/pom.xml @@ -2,7 +2,7 @@ spring-ws-samples org.springframework.ws - 1.5.5 + 1.5.6-SNAPSHOT 4.0.0 echo diff --git a/samples/mtom/pom.xml b/samples/mtom/pom.xml index b717e436..28ca24e1 100644 --- a/samples/mtom/pom.xml +++ b/samples/mtom/pom.xml @@ -3,7 +3,7 @@ spring-ws-samples org.springframework.ws - 1.5.5 + 1.5.6-SNAPSHOT 4.0.0 mtom diff --git a/samples/pom.xml b/samples/pom.xml index e8dc2646..2ea5280f 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -3,7 +3,7 @@ spring-ws-parent org.springframework.ws - 1.5.5 + 1.5.6-SNAPSHOT 4.0.0 spring-ws-samples diff --git a/samples/pox/pom.xml b/samples/pox/pom.xml index d44b5f50..23cdc56c 100644 --- a/samples/pox/pom.xml +++ b/samples/pox/pom.xml @@ -2,7 +2,7 @@ spring-ws-samples org.springframework.ws - 1.5.5 + 1.5.6-SNAPSHOT 4.0.0 pox diff --git a/samples/stockquote/pom.xml b/samples/stockquote/pom.xml index 4ee2787d..d1e4f625 100644 --- a/samples/stockquote/pom.xml +++ b/samples/stockquote/pom.xml @@ -2,7 +2,7 @@ spring-ws-samples org.springframework.ws - 1.5.5 + 1.5.6-SNAPSHOT 4.0.0 stockquote diff --git a/samples/tutorial/pom.xml b/samples/tutorial/pom.xml index e9ecf370..3b0a733b 100644 --- a/samples/tutorial/pom.xml +++ b/samples/tutorial/pom.xml @@ -3,7 +3,7 @@ spring-ws-samples org.springframework.ws - 1.5.5 + 1.5.6-SNAPSHOT 4.0.0 tutorial diff --git a/security/pom.xml b/security/pom.xml index 119ac920..1866a2c6 100644 --- a/security/pom.xml +++ b/security/pom.xml @@ -2,7 +2,7 @@ spring-ws-parent org.springframework.ws - 1.5.5 + 1.5.6-SNAPSHOT 4.0.0 spring-ws-security diff --git a/support/pom.xml b/support/pom.xml index 6f5676eb..80d93564 100644 --- a/support/pom.xml +++ b/support/pom.xml @@ -2,7 +2,7 @@ spring-ws-parent org.springframework.ws - 1.5.5 + 1.5.6-SNAPSHOT 4.0.0 org.springframework.ws diff --git a/xml/pom.xml b/xml/pom.xml index 880623fa..cb71c903 100644 --- a/xml/pom.xml +++ b/xml/pom.xml @@ -2,7 +2,7 @@ spring-ws-parent org.springframework.ws - 1.5.5 + 1.5.6-SNAPSHOT 4.0.0 spring-xml