From 691f3a2d25fcf5c57fa4c0d99547fa4ccb5c9ba4 Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Wed, 30 May 2012 10:20:25 +0000 Subject: [PATCH] [maven-release-plugin] prepare release spring-ws-2.1.0.RELEASE --- 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 183efa12..1d98e1b9 100644 --- a/archetype/pom.xml +++ b/archetype/pom.xml @@ -3,7 +3,7 @@ spring-ws-parent org.springframework.ws - 2.1.0.RELEASE-SNAPSHOT + 2.1.0.RELEASE ../parent/pom.xml 4.0.0 diff --git a/core/pom.xml b/core/pom.xml index 441c7444..25feb993 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -2,7 +2,7 @@ spring-ws-parent org.springframework.ws - 2.1.0.RELEASE-SNAPSHOT + 2.1.0.RELEASE ../parent/pom.xml 4.0.0 diff --git a/parent/pom.xml b/parent/pom.xml index 15992393..bc7beb17 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -4,7 +4,7 @@ org.springframework.ws spring-ws-parent pom - 2.1.0.RELEASE-SNAPSHOT + 2.1.0.RELEASE 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/trunk - scm:svn:https://src.springframework.org/svn/spring-ws/trunk - https://fisheye.springframework.org/browse/spring-ws/trunk + scm:svn:https://src.springframework.org/svn/spring-ws/tags/spring-ws-2.1.0.RELEASE/trunk + scm:svn:https://src.springframework.org/svn/spring-ws/tags/spring-ws-2.1.0.RELEASE/trunk + https://fisheye.springframework.org/browse/spring-ws/tags/spring-ws-2.1.0.RELEASE/trunk 2.1.0.RELEASE diff --git a/pom.xml b/pom.xml index bc887d52..24025ee7 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.springframework.ws spring-ws pom - 2.1.0.RELEASE-SNAPSHOT + 2.1.0.RELEASE 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/trunk - scm:svn:https://src.springframework.org/svn/spring-ws/trunk/ - https://fisheye.springframework.org/browse/spring-ws/trunk + scm:svn:https://src.springframework.org/svn/spring-ws/tags/spring-ws-2.1.0.RELEASE + scm:svn:https://src.springframework.org/svn/spring-ws/tags/spring-ws-2.1.0.RELEASE + https://fisheye.springframework.org/browse/spring-ws/tags/spring-ws-2.1.0.RELEASE 3.1.1.RELEASE diff --git a/samples/airline/client/axis1/pom.xml b/samples/airline/client/axis1/pom.xml index cb6ccb35..b7c2eb98 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.RELEASE-SNAPSHOT + 2.1.0.RELEASE ../pom.xml 4.0.0 diff --git a/samples/airline/client/jax-ws/pom.xml b/samples/airline/client/jax-ws/pom.xml index 7f3affc0..09ec5f3e 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.RELEASE-SNAPSHOT + 2.1.0.RELEASE ../pom.xml 4.0.0 diff --git a/samples/airline/client/jms/pom.xml b/samples/airline/client/jms/pom.xml index 9f5bcfae..87a3ea1a 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.RELEASE-SNAPSHOT + 2.1.0.RELEASE ../pom.xml 4.0.0 diff --git a/samples/airline/client/pom.xml b/samples/airline/client/pom.xml index a4097abe..9fc0e91f 100644 --- a/samples/airline/client/pom.xml +++ b/samples/airline/client/pom.xml @@ -3,7 +3,7 @@ airline org.springframework.ws - 2.1.0.RELEASE-SNAPSHOT + 2.1.0.RELEASE ../pom.xml 4.0.0 diff --git a/samples/airline/client/saaj/pom.xml b/samples/airline/client/saaj/pom.xml index fa272944..fdc6aa52 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.RELEASE-SNAPSHOT + 2.1.0.RELEASE ../pom.xml 4.0.0 diff --git a/samples/airline/client/spring-ws/pom.xml b/samples/airline/client/spring-ws/pom.xml index 748fe54a..9b0e5487 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.RELEASE-SNAPSHOT + 2.1.0.RELEASE ../pom.xml 4.0.0 diff --git a/samples/airline/pom.xml b/samples/airline/pom.xml index c2a86e92..3bfa2697 100644 --- a/samples/airline/pom.xml +++ b/samples/airline/pom.xml @@ -3,7 +3,7 @@ spring-ws-samples org.springframework.ws - 2.1.0.RELEASE-SNAPSHOT + 2.1.0.RELEASE ../pom.xml 4.0.0 diff --git a/samples/airline/server/pom.xml b/samples/airline/server/pom.xml index deae4067..08a90a26 100644 --- a/samples/airline/server/pom.xml +++ b/samples/airline/server/pom.xml @@ -2,7 +2,7 @@ airline org.springframework.ws - 2.1.0.RELEASE-SNAPSHOT + 2.1.0.RELEASE ../pom.xml 4.0.0 diff --git a/samples/echo/client/pom.xml b/samples/echo/client/pom.xml index 92d97c08..0f8dc8e5 100644 --- a/samples/echo/client/pom.xml +++ b/samples/echo/client/pom.xml @@ -3,7 +3,7 @@ echo org.springframework.ws - 2.1.0.RELEASE-SNAPSHOT + 2.1.0.RELEASE ../pom.xml 4.0.0 diff --git a/samples/echo/client/saaj/pom.xml b/samples/echo/client/saaj/pom.xml index a9476b2c..393f1be5 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.RELEASE-SNAPSHOT + 2.1.0.RELEASE ../pom.xml 4.0.0 diff --git a/samples/echo/client/spring-ws/pom.xml b/samples/echo/client/spring-ws/pom.xml index 7dfae114..8b5f7f79 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.RELEASE-SNAPSHOT + 2.1.0.RELEASE ../pom.xml 4.0.0 diff --git a/samples/echo/pom.xml b/samples/echo/pom.xml index 1b04b6c1..effc4372 100644 --- a/samples/echo/pom.xml +++ b/samples/echo/pom.xml @@ -3,7 +3,7 @@ spring-ws-samples org.springframework.ws - 2.1.0.RELEASE-SNAPSHOT + 2.1.0.RELEASE ../pom.xml 4.0.0 diff --git a/samples/echo/server/pom.xml b/samples/echo/server/pom.xml index ad9c28e9..f3e8d8d7 100644 --- a/samples/echo/server/pom.xml +++ b/samples/echo/server/pom.xml @@ -2,7 +2,7 @@ echo org.springframework.ws - 2.1.0.RELEASE-SNAPSHOT + 2.1.0.RELEASE ../pom.xml 4.0.0 diff --git a/samples/mtom/client/jax-ws/pom.xml b/samples/mtom/client/jax-ws/pom.xml index 6f19c7c0..3c2d3d5f 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.RELEASE-SNAPSHOT + 2.1.0.RELEASE ../pom.xml 4.0.0 diff --git a/samples/mtom/client/pom.xml b/samples/mtom/client/pom.xml index 0666bd51..132aa313 100644 --- a/samples/mtom/client/pom.xml +++ b/samples/mtom/client/pom.xml @@ -3,7 +3,7 @@ mtom org.springframework.ws - 2.1.0.RELEASE-SNAPSHOT + 2.1.0.RELEASE ../pom.xml 4.0.0 diff --git a/samples/mtom/client/spring-ws/pom.xml b/samples/mtom/client/spring-ws/pom.xml index 56d23745..f53362a6 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.RELEASE-SNAPSHOT + 2.1.0.RELEASE ../pom.xml 4.0.0 diff --git a/samples/mtom/pom.xml b/samples/mtom/pom.xml index 5d1805ba..0ff6fe3e 100644 --- a/samples/mtom/pom.xml +++ b/samples/mtom/pom.xml @@ -3,7 +3,7 @@ spring-ws-samples org.springframework.ws - 2.1.0.RELEASE-SNAPSHOT + 2.1.0.RELEASE ../pom.xml 4.0.0 diff --git a/samples/mtom/server/pom.xml b/samples/mtom/server/pom.xml index 45e0a88f..d242403e 100644 --- a/samples/mtom/server/pom.xml +++ b/samples/mtom/server/pom.xml @@ -3,7 +3,7 @@ mtom org.springframework.ws - 2.1.0.RELEASE-SNAPSHOT + 2.1.0.RELEASE ../pom.xml 4.0.0 diff --git a/samples/pom.xml b/samples/pom.xml index 2f8c4953..4eca1e2c 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -3,7 +3,7 @@ spring-ws-parent org.springframework.ws - 2.1.0.RELEASE-SNAPSHOT + 2.1.0.RELEASE ../parent/pom.xml 4.0.0 diff --git a/samples/pox/client/pom.xml b/samples/pox/client/pom.xml index 0178b309..070b4861 100644 --- a/samples/pox/client/pom.xml +++ b/samples/pox/client/pom.xml @@ -3,7 +3,7 @@ pox org.springframework.ws - 2.1.0.RELEASE-SNAPSHOT + 2.1.0.RELEASE ../pom.xml 4.0.0 diff --git a/samples/pox/client/spring-ws/pom.xml b/samples/pox/client/spring-ws/pom.xml index 8991f660..ac31f71a 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.RELEASE-SNAPSHOT + 2.1.0.RELEASE ../pom.xml 4.0.0 diff --git a/samples/pox/pom.xml b/samples/pox/pom.xml index b9e0518d..f3c3bd00 100644 --- a/samples/pox/pom.xml +++ b/samples/pox/pom.xml @@ -3,7 +3,7 @@ spring-ws-samples org.springframework.ws - 2.1.0.RELEASE-SNAPSHOT + 2.1.0.RELEASE ../pom.xml 4.0.0 diff --git a/samples/pox/server/pom.xml b/samples/pox/server/pom.xml index 1bf85eed..d9335899 100644 --- a/samples/pox/server/pom.xml +++ b/samples/pox/server/pom.xml @@ -2,7 +2,7 @@ pox org.springframework.ws - 2.1.0.RELEASE-SNAPSHOT + 2.1.0.RELEASE ../pom.xml 4.0.0 diff --git a/samples/stockquote/client/jax-ws/pom.xml b/samples/stockquote/client/jax-ws/pom.xml index 3b937b27..2cbbad9e 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.RELEASE-SNAPSHOT + 2.1.0.RELEASE ../pom.xml 4.0.0 diff --git a/samples/stockquote/client/pom.xml b/samples/stockquote/client/pom.xml index 6099d43a..78f4c7c1 100644 --- a/samples/stockquote/client/pom.xml +++ b/samples/stockquote/client/pom.xml @@ -3,7 +3,7 @@ stockquote org.springframework.ws - 2.1.0.RELEASE-SNAPSHOT + 2.1.0.RELEASE ../pom.xml 4.0.0 diff --git a/samples/stockquote/client/spring-ws/pom.xml b/samples/stockquote/client/spring-ws/pom.xml index eedd6be5..5ce063e8 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.RELEASE-SNAPSHOT + 2.1.0.RELEASE ../pom.xml 4.0.0 diff --git a/samples/stockquote/pom.xml b/samples/stockquote/pom.xml index aeb3a829..84ac577d 100644 --- a/samples/stockquote/pom.xml +++ b/samples/stockquote/pom.xml @@ -3,7 +3,7 @@ spring-ws-samples org.springframework.ws - 2.1.0.RELEASE-SNAPSHOT + 2.1.0.RELEASE ../pom.xml 4.0.0 diff --git a/samples/stockquote/server/pom.xml b/samples/stockquote/server/pom.xml index 61a3a4fe..4e540e13 100644 --- a/samples/stockquote/server/pom.xml +++ b/samples/stockquote/server/pom.xml @@ -2,7 +2,7 @@ stockquote org.springframework.ws - 2.1.0.RELEASE-SNAPSHOT + 2.1.0.RELEASE ../pom.xml 4.0.0 diff --git a/samples/tutorial/pom.xml b/samples/tutorial/pom.xml index 1aab3fce..cccc9ad4 100644 --- a/samples/tutorial/pom.xml +++ b/samples/tutorial/pom.xml @@ -3,7 +3,7 @@ spring-ws-samples org.springframework.ws - 2.1.0.RELEASE-SNAPSHOT + 2.1.0.RELEASE ../pom.xml 4.0.0 diff --git a/security/pom.xml b/security/pom.xml index 3457d25a..c2882310 100644 --- a/security/pom.xml +++ b/security/pom.xml @@ -2,7 +2,7 @@ spring-ws-parent org.springframework.ws - 2.1.0.RELEASE-SNAPSHOT + 2.1.0.RELEASE ../parent/pom.xml 4.0.0 diff --git a/support/pom.xml b/support/pom.xml index f13882f6..7da27d65 100644 --- a/support/pom.xml +++ b/support/pom.xml @@ -2,7 +2,7 @@ spring-ws-parent org.springframework.ws - 2.1.0.RELEASE-SNAPSHOT + 2.1.0.RELEASE ../parent/pom.xml 4.0.0 diff --git a/test/pom.xml b/test/pom.xml index bf3619da..ca7af727 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -2,7 +2,7 @@ spring-ws-parent org.springframework.ws - 2.1.0.RELEASE-SNAPSHOT + 2.1.0.RELEASE ../parent/pom.xml 4.0.0 diff --git a/xml/pom.xml b/xml/pom.xml index 11c0b9a8..c8fa3c73 100644 --- a/xml/pom.xml +++ b/xml/pom.xml @@ -2,7 +2,7 @@ spring-ws-parent org.springframework.ws - 2.1.0.RELEASE-SNAPSHOT + 2.1.0.RELEASE ../parent/pom.xml 4.0.0