diff --git a/archetype/pom.xml b/archetype/pom.xml index 29e78c74..28bc9132 100644 --- a/archetype/pom.xml +++ b/archetype/pom.xml @@ -3,7 +3,7 @@ spring-ws-parent org.springframework.ws - 1.5-m1-SNAPSHOT + 1.5.0-m1 4.0.0 spring-ws-archetype diff --git a/core-tiger/pom.xml b/core-tiger/pom.xml index af9f6653..6faa8563 100644 --- a/core-tiger/pom.xml +++ b/core-tiger/pom.xml @@ -1,9 +1,8 @@ - + spring-ws-parent org.springframework.ws - 1.5-m1-SNAPSHOT + 1.5.0-m1 4.0.0 spring-ws-core-tiger diff --git a/core/pom.xml b/core/pom.xml index eb624d8a..94a3d3f2 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -1,9 +1,8 @@ - + spring-ws-parent org.springframework.ws - 1.5-m1-SNAPSHOT + 1.5.0-m1 4.0.0 spring-ws-core diff --git a/oxm-tiger/pom.xml b/oxm-tiger/pom.xml index 951c6085..6ba57e02 100644 --- a/oxm-tiger/pom.xml +++ b/oxm-tiger/pom.xml @@ -1,9 +1,8 @@ - + spring-ws-parent org.springframework.ws - 1.5-m1-SNAPSHOT + 1.5.0-m1 4.0.0 spring-oxm-tiger @@ -28,8 +27,8 @@ - - + + ${project.build.directory}/generated-sources/test/java diff --git a/oxm/pom.xml b/oxm/pom.xml index b5c91e4a..342f278b 100644 --- a/oxm/pom.xml +++ b/oxm/pom.xml @@ -1,9 +1,8 @@ - + spring-ws-parent org.springframework.ws - 1.5-m1-SNAPSHOT + 1.5.0-m1 4.0.0 spring-oxm @@ -22,8 +21,8 @@ - - + + ${project.build.directory}/generated-sources/test/java @@ -38,8 +37,8 @@ - - + + diff --git a/parent/pom.xml b/parent/pom.xml index 1b53bdd2..69da28a5 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-m1-SNAPSHOT + 1.5.0-m1 Spring Web Services - Parent http://static.springframework.org/spring-ws/site/downloads/releases.html @@ -25,11 +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-m1 + scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/tags/spring-ws-1.5.0-m1 + http://fisheye3.cenqua.com/browse/springframework/spring-ws/tags/spring-ws-1.5.0-m1 2.0.7 diff --git a/pom.xml b/pom.xml index 8f6577f2..0f3667d8 100644 --- a/pom.xml +++ b/pom.xml @@ -1,11 +1,10 @@ - + 4.0.0 org.springframework.ws spring-ws pom - 1.5-m1-SNAPSHOT + 1.5.0-m1 Spring Web Services Spring Web Services is a product of the Spring community focused on creating document-driven Web services. It @@ -79,9 +78,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-m1 + scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/tags/spring-ws-1.5.0-m1 + http://fisheye3.cenqua.com/browse/springframework/spring-ws/tags/spring-ws-1.5.0-m1 parent @@ -214,20 +213,19 @@ - - + + - - - - + + + + - + diff --git a/samples/airline/pom.xml b/samples/airline/pom.xml index 0331f47f..fcf7752c 100644 --- a/samples/airline/pom.xml +++ b/samples/airline/pom.xml @@ -1,9 +1,8 @@ - + spring-ws-samples org.springframework.ws - 1.5-m1-SNAPSHOT + 1.5.0-m1 4.0.0 airline @@ -89,8 +88,7 @@ process-classes - + diff --git a/samples/echo/pom.xml b/samples/echo/pom.xml index 88625b0f..426a517a 100644 --- a/samples/echo/pom.xml +++ b/samples/echo/pom.xml @@ -2,7 +2,7 @@ spring-ws-samples org.springframework.ws - 1.5-m1-SNAPSHOT + 1.5.0-m1 4.0.0 echo diff --git a/samples/mtom/pom.xml b/samples/mtom/pom.xml index 62396c57..a6e838c3 100644 --- a/samples/mtom/pom.xml +++ b/samples/mtom/pom.xml @@ -3,7 +3,7 @@ spring-ws-samples org.springframework.ws - 1.5-m1-SNAPSHOT + 1.5.0-m1 4.0.0 mtom diff --git a/samples/pom.xml b/samples/pom.xml index e02c9dea..bca29e92 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -3,7 +3,7 @@ spring-ws-parent org.springframework.ws - 1.5-m1-SNAPSHOT + 1.5.0-m1 4.0.0 spring-ws-samples diff --git a/samples/tutorial/pom.xml b/samples/tutorial/pom.xml index a07c66ca..cefd99d6 100644 --- a/samples/tutorial/pom.xml +++ b/samples/tutorial/pom.xml @@ -3,7 +3,7 @@ spring-ws-samples org.springframework.ws - 1.5-m1-SNAPSHOT + 1.5.0-m1 4.0.0 tutorial diff --git a/security/pom.xml b/security/pom.xml index 2e06a73e..d823186f 100644 --- a/security/pom.xml +++ b/security/pom.xml @@ -1,9 +1,8 @@ - + spring-ws-parent org.springframework.ws - 1.5-m1-SNAPSHOT + 1.5.0-m1 4.0.0 spring-ws-security diff --git a/support/pom.xml b/support/pom.xml index 197da59d..26e631e0 100644 --- a/support/pom.xml +++ b/support/pom.xml @@ -1,9 +1,8 @@ - + spring-ws-parent org.springframework.ws - 1.5-m1-SNAPSHOT + 1.5.0-m1 4.0.0 org.springframework.ws diff --git a/xml/pom.xml b/xml/pom.xml index 7e80980b..b7245c87 100644 --- a/xml/pom.xml +++ b/xml/pom.xml @@ -1,9 +1,8 @@ - + spring-ws-parent org.springframework.ws - 1.5-m1-SNAPSHOT + 1.5.0-m1 4.0.0 spring-xml