From 2d35ef4aa4ff10af50d85a8025fffd2a551f8033 Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Fri, 29 Jan 2010 10:43:47 +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 7a82899b..c55b658e 100644 --- a/archetype/pom.xml +++ b/archetype/pom.xml @@ -3,7 +3,7 @@ spring-ws-parent org.springframework.ws - 1.5.9 + 1.5.10-SNAPSHOT ../parent/pom.xml 4.0.0 diff --git a/core-tiger/pom.xml b/core-tiger/pom.xml index cc7e1b77..d6886bc2 100644 --- a/core-tiger/pom.xml +++ b/core-tiger/pom.xml @@ -2,7 +2,7 @@ spring-ws-parent org.springframework.ws - 1.5.9 + 1.5.10-SNAPSHOT ../parent/pom.xml 4.0.0 diff --git a/core/pom.xml b/core/pom.xml index 70010976..0fb4a1eb 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -2,7 +2,7 @@ spring-ws-parent org.springframework.ws - 1.5.9 + 1.5.10-SNAPSHOT ../parent/pom.xml 4.0.0 diff --git a/oxm-tiger/pom.xml b/oxm-tiger/pom.xml index 9852e646..5ec262a1 100644 --- a/oxm-tiger/pom.xml +++ b/oxm-tiger/pom.xml @@ -2,7 +2,7 @@ spring-ws-parent org.springframework.ws - 1.5.9 + 1.5.10-SNAPSHOT ../parent/pom.xml 4.0.0 diff --git a/oxm/pom.xml b/oxm/pom.xml index 6c49a968..8e6a82f2 100644 --- a/oxm/pom.xml +++ b/oxm/pom.xml @@ -2,7 +2,7 @@ spring-ws-parent org.springframework.ws - 1.5.9 + 1.5.10-SNAPSHOT ../parent/pom.xml 4.0.0 diff --git a/parent/pom.xml b/parent/pom.xml index 40f6028f..70f43030 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -4,7 +4,7 @@ org.springframework.ws spring-ws-parent pom - 1.5.9 + 1.5.10-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.9 - scm:svn:https://src.springframework.org/svn/spring-ws/tags/spring-ws-1.5.9 - https://fisheye.springframework.org/browse/spring-ws/tags/spring-ws-1.5.9 + 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.5.6 diff --git a/pom.xml b/pom.xml index 17fd1481..71cdea5b 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.springframework.ws spring-ws pom - 1.5.9 + 1.5.10-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.9 - scm:svn:https://src.springframework.org/svn/spring-ws/tags/spring-ws-1.5.9 - https://fisheye.springframework.org/browse/spring-ws/tags/spring-ws-1.5.9 + 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 422526fc..17ed612c 100644 --- a/samples/airline/pom.xml +++ b/samples/airline/pom.xml @@ -2,7 +2,7 @@ spring-ws-samples org.springframework.ws - 1.5.9 + 1.5.10-SNAPSHOT ../samples/pom.xml 4.0.0 diff --git a/samples/echo/pom.xml b/samples/echo/pom.xml index c435a621..fb7f32f9 100644 --- a/samples/echo/pom.xml +++ b/samples/echo/pom.xml @@ -2,7 +2,7 @@ spring-ws-samples org.springframework.ws - 1.5.9 + 1.5.10-SNAPSHOT ../samples/pom.xml 4.0.0 diff --git a/samples/mtom/pom.xml b/samples/mtom/pom.xml index a41c35ab..d21325cc 100644 --- a/samples/mtom/pom.xml +++ b/samples/mtom/pom.xml @@ -3,7 +3,7 @@ spring-ws-samples org.springframework.ws - 1.5.9 + 1.5.10-SNAPSHOT ../samples/pom.xml 4.0.0 diff --git a/samples/pom.xml b/samples/pom.xml index 9c78f1c9..53e9f673 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -3,7 +3,7 @@ spring-ws-parent org.springframework.ws - 1.5.9 + 1.5.10-SNAPSHOT ../parent/pom.xml 4.0.0 diff --git a/samples/pox/pom.xml b/samples/pox/pom.xml index bf7f6da5..e89dd529 100644 --- a/samples/pox/pom.xml +++ b/samples/pox/pom.xml @@ -2,7 +2,7 @@ spring-ws-samples org.springframework.ws - 1.5.9 + 1.5.10-SNAPSHOT ../samples/pom.xml 4.0.0 diff --git a/samples/stockquote/pom.xml b/samples/stockquote/pom.xml index 6e0127e1..2a72dc63 100644 --- a/samples/stockquote/pom.xml +++ b/samples/stockquote/pom.xml @@ -2,7 +2,7 @@ spring-ws-samples org.springframework.ws - 1.5.9 + 1.5.10-SNAPSHOT ../samples/pom.xml 4.0.0 diff --git a/samples/tutorial/pom.xml b/samples/tutorial/pom.xml index 42bf2d55..dce2d7a4 100644 --- a/samples/tutorial/pom.xml +++ b/samples/tutorial/pom.xml @@ -3,7 +3,7 @@ spring-ws-samples org.springframework.ws - 1.5.9 + 1.5.10-SNAPSHOT ../samples/pom.xml 4.0.0 diff --git a/security/pom.xml b/security/pom.xml index 1cd6b674..f323bb5a 100644 --- a/security/pom.xml +++ b/security/pom.xml @@ -2,7 +2,7 @@ spring-ws-parent org.springframework.ws - 1.5.9 + 1.5.10-SNAPSHOT ../parent/pom.xml 4.0.0 diff --git a/support/pom.xml b/support/pom.xml index b9dd2ae6..077c7bad 100644 --- a/support/pom.xml +++ b/support/pom.xml @@ -2,7 +2,7 @@ spring-ws-parent org.springframework.ws - 1.5.9 + 1.5.10-SNAPSHOT ../parent/pom.xml 4.0.0 diff --git a/xml/pom.xml b/xml/pom.xml index 142ed2b9..e6d4ee7e 100644 --- a/xml/pom.xml +++ b/xml/pom.xml @@ -2,7 +2,7 @@ spring-ws-parent org.springframework.ws - 1.5.9 + 1.5.10-SNAPSHOT ../parent/pom.xml 4.0.0