From 6ae2751836bbe4eeff16f5ea4a0d4476d4bf1c8c Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Sun, 10 Feb 2008 12:57:47 +0000 Subject: [PATCH] [maven-release-plugin] prepare release spring-ws-1.5.0-m2 --- archetype/pom.xml | 2 +- core-tiger/pom.xml | 5 ++--- core/pom.xml | 5 ++--- oxm-tiger/pom.xml | 9 ++++----- oxm/pom.xml | 13 ++++++------- parent/pom.xml | 11 +++++------ pom.xml | 26 ++++++++++++-------------- samples/airline/pom.xml | 8 +++----- samples/echo/pom.xml | 2 +- samples/mtom/pom.xml | 2 +- samples/pom.xml | 2 +- samples/tutorial/pom.xml | 2 +- security/pom.xml | 5 ++--- support/pom.xml | 5 ++--- xml/pom.xml | 5 ++--- 15 files changed, 45 insertions(+), 57 deletions(-) diff --git a/archetype/pom.xml b/archetype/pom.xml index 7eefeca5..2781fab3 100644 --- a/archetype/pom.xml +++ b/archetype/pom.xml @@ -3,7 +3,7 @@ spring-ws-parent org.springframework.ws - 1.5.0-m2-SNAPSHOT + 1.5.0-m2 4.0.0 spring-ws-archetype diff --git a/core-tiger/pom.xml b/core-tiger/pom.xml index fefa56ed..50ca4489 100644 --- a/core-tiger/pom.xml +++ b/core-tiger/pom.xml @@ -1,9 +1,8 @@ - + spring-ws-parent org.springframework.ws - 1.5.0-m2-SNAPSHOT + 1.5.0-m2 4.0.0 spring-ws-core-tiger diff --git a/core/pom.xml b/core/pom.xml index 23f9b8c5..9be87a90 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -1,9 +1,8 @@ - + spring-ws-parent org.springframework.ws - 1.5.0-m2-SNAPSHOT + 1.5.0-m2 4.0.0 spring-ws-core diff --git a/oxm-tiger/pom.xml b/oxm-tiger/pom.xml index 2534895b..6984a37a 100644 --- a/oxm-tiger/pom.xml +++ b/oxm-tiger/pom.xml @@ -1,9 +1,8 @@ - + spring-ws-parent org.springframework.ws - 1.5.0-m2-SNAPSHOT + 1.5.0-m2 4.0.0 spring-oxm-tiger @@ -65,8 +64,8 @@ - - + + ${project.build.directory}/generated-sources/test/java diff --git a/oxm/pom.xml b/oxm/pom.xml index ae6c80da..4c1fed98 100644 --- a/oxm/pom.xml +++ b/oxm/pom.xml @@ -1,9 +1,8 @@ - + spring-ws-parent org.springframework.ws - 1.5.0-m2-SNAPSHOT + 1.5.0-m2 4.0.0 spring-oxm @@ -40,8 +39,8 @@ - - + + ${project.build.directory}/generated-sources/test/java @@ -56,8 +55,8 @@ - - + + diff --git a/parent/pom.xml b/parent/pom.xml index 611fb853..172f4838 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -1,11 +1,10 @@ - + 4.0.0 org.springframework.ws spring-ws-parent pom - 1.5.0-m2-SNAPSHOT + 1.5.0-m2 Spring Web Services - Parent http://static.springframework.org/spring-ws/site/downloads/releases.html @@ -25,9 +24,9 @@ - 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 + scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/tags/spring-ws-1.5.0-m2 + scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/tags/spring-ws-1.5.0-m2 + http://fisheye3.cenqua.com/browse/springframework/spring-ws/tags/spring-ws-1.5.0-m2 2.5.1 diff --git a/pom.xml b/pom.xml index 0a97b2be..98b4b228 100644 --- a/pom.xml +++ b/pom.xml @@ -1,11 +1,10 @@ - + 4.0.0 org.springframework.ws spring-ws pom - 1.5.0-m2-SNAPSHOT + 1.5.0-m2 Spring Web Services Spring Web Services is a product of the Spring community focused on creating document-driven Web services. It @@ -82,9 +81,9 @@ - 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 + scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/tags/spring-ws-1.5.0-m2 + scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/tags/spring-ws-1.5.0-m2 + http://fisheye3.cenqua.com/browse/springframework/spring-ws/tags/spring-ws-1.5.0-m2 2.5.1 @@ -557,20 +556,19 @@ - - + + - - - - + + + + - + diff --git a/samples/airline/pom.xml b/samples/airline/pom.xml index a33e263d..249ebf5f 100644 --- a/samples/airline/pom.xml +++ b/samples/airline/pom.xml @@ -1,9 +1,8 @@ - + spring-ws-samples org.springframework.ws - 1.5.0-m2-SNAPSHOT + 1.5.0-m2 4.0.0 airline @@ -135,8 +134,7 @@ process-classes - + diff --git a/samples/echo/pom.xml b/samples/echo/pom.xml index ceaec090..f549b242 100644 --- a/samples/echo/pom.xml +++ b/samples/echo/pom.xml @@ -2,7 +2,7 @@ spring-ws-samples org.springframework.ws - 1.5.0-m2-SNAPSHOT + 1.5.0-m2 4.0.0 echo diff --git a/samples/mtom/pom.xml b/samples/mtom/pom.xml index 4299229c..0203f3f7 100644 --- a/samples/mtom/pom.xml +++ b/samples/mtom/pom.xml @@ -3,7 +3,7 @@ spring-ws-samples org.springframework.ws - 1.5.0-m2-SNAPSHOT + 1.5.0-m2 4.0.0 mtom diff --git a/samples/pom.xml b/samples/pom.xml index 7eaa6292..b865e32a 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -3,7 +3,7 @@ spring-ws-parent org.springframework.ws - 1.5.0-m2-SNAPSHOT + 1.5.0-m2 4.0.0 spring-ws-samples diff --git a/samples/tutorial/pom.xml b/samples/tutorial/pom.xml index 9d76dc40..d57f4811 100644 --- a/samples/tutorial/pom.xml +++ b/samples/tutorial/pom.xml @@ -3,7 +3,7 @@ spring-ws-samples org.springframework.ws - 1.5.0-m2-SNAPSHOT + 1.5.0-m2 4.0.0 tutorial diff --git a/security/pom.xml b/security/pom.xml index 2bf224ae..7a5d80d6 100644 --- a/security/pom.xml +++ b/security/pom.xml @@ -1,9 +1,8 @@ - + spring-ws-parent org.springframework.ws - 1.5.0-m2-SNAPSHOT + 1.5.0-m2 4.0.0 spring-ws-security diff --git a/support/pom.xml b/support/pom.xml index d43db3c1..8fb5cb62 100644 --- a/support/pom.xml +++ b/support/pom.xml @@ -1,9 +1,8 @@ - + spring-ws-parent org.springframework.ws - 1.5.0-m2-SNAPSHOT + 1.5.0-m2 4.0.0 org.springframework.ws diff --git a/xml/pom.xml b/xml/pom.xml index f55a949f..97800040 100644 --- a/xml/pom.xml +++ b/xml/pom.xml @@ -1,9 +1,8 @@ - + spring-ws-parent org.springframework.ws - 1.5.0-m2-SNAPSHOT + 1.5.0-m2 4.0.0 spring-xml