diff --git a/archetype/pom.xml b/archetype/pom.xml index f7a8d4cf..0c72ea5a 100644 --- a/archetype/pom.xml +++ b/archetype/pom.xml @@ -3,7 +3,7 @@ spring-ws-parent org.springframework.ws - 2.0.0-RC2 + 2.0.0-RELEASE-SNAPSHOT ../parent/pom.xml 4.0.0 diff --git a/core/pom.xml b/core/pom.xml index e6640fb9..5b17e260 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -2,7 +2,7 @@ spring-ws-parent org.springframework.ws - 2.0.0-RC2 + 2.0.0-RELEASE-SNAPSHOT ../parent/pom.xml 4.0.0 diff --git a/parent/pom.xml b/parent/pom.xml index 1ce65f66..92922a9d 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -4,7 +4,7 @@ org.springframework.ws spring-ws-parent pom - 2.0.0-RC2 + 2.0.0-RELEASE-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-2.0.0-RC2 - scm:svn:https://src.springframework.org/svn/spring-ws/tags/spring-ws-2.0.0-RC2 - https://fisheye.springframework.org/browse/spring-ws/tags/spring-ws-2.0.0-RC2 + 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.0.0.M4 diff --git a/pom.xml b/pom.xml index 05caf774..5a9b015f 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.springframework.ws spring-ws pom - 2.0.0-RC2 + 2.0.0-RELEASE-SNAPSHOT Spring Web Services Spring Web Services is a product of the Spring community focused on creating document-driven Web services. It @@ -94,9 +94,9 @@ - scm:svn:https://src.springframework.org/svn/spring-ws/tags/spring-ws-2.0.0-RC2 - scm:svn:https://src.springframework.org/svn/spring-ws/tags/spring-ws-2.0.0-RC2 - https://fisheye.springframework.org/browse/spring-ws/tags/spring-ws-2.0.0-RC2 + 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 3.0.5.RELEASE diff --git a/samples/airline/client/axis1/pom.xml b/samples/airline/client/axis1/pom.xml index 323e1e86..19ab2ea8 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.0.0-RC2 + 2.0.0-RELEASE-SNAPSHOT ../pom.xml 4.0.0 diff --git a/samples/airline/client/jax-ws/pom.xml b/samples/airline/client/jax-ws/pom.xml index db197778..1a1a483e 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.0.0-RC2 + 2.0.0-RELEASE-SNAPSHOT ../pom.xml 4.0.0 diff --git a/samples/airline/client/jms/pom.xml b/samples/airline/client/jms/pom.xml index 51d67c6e..76ecf710 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.0.0-RC2 + 2.0.0-RELEASE-SNAPSHOT ../pom.xml 4.0.0 diff --git a/samples/airline/client/pom.xml b/samples/airline/client/pom.xml index 760f791d..dd7fff01 100644 --- a/samples/airline/client/pom.xml +++ b/samples/airline/client/pom.xml @@ -3,7 +3,7 @@ airline org.springframework.ws - 2.0.0-RC2 + 2.0.0-RELEASE-SNAPSHOT ../pom.xml 4.0.0 diff --git a/samples/airline/client/saaj/pom.xml b/samples/airline/client/saaj/pom.xml index 1780ecdc..edcaeac8 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.0.0-RC2 + 2.0.0-RELEASE-SNAPSHOT ../pom.xml 4.0.0 diff --git a/samples/airline/client/spring-ws/pom.xml b/samples/airline/client/spring-ws/pom.xml index 3c01cc55..5b647a41 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.0.0-RC2 + 2.0.0-RELEASE-SNAPSHOT ../pom.xml 4.0.0 diff --git a/samples/airline/pom.xml b/samples/airline/pom.xml index 47f6c216..90638a8d 100644 --- a/samples/airline/pom.xml +++ b/samples/airline/pom.xml @@ -3,7 +3,7 @@ spring-ws-samples org.springframework.ws - 2.0.0-RC2 + 2.0.0-RELEASE-SNAPSHOT ../pom.xml 4.0.0 diff --git a/samples/airline/server/pom.xml b/samples/airline/server/pom.xml index 7adc3bb3..f1933e5a 100644 --- a/samples/airline/server/pom.xml +++ b/samples/airline/server/pom.xml @@ -2,7 +2,7 @@ airline org.springframework.ws - 2.0.0-RC2 + 2.0.0-RELEASE-SNAPSHOT ../pom.xml 4.0.0 diff --git a/samples/echo/client/pom.xml b/samples/echo/client/pom.xml index 1b80697c..fa0acb24 100644 --- a/samples/echo/client/pom.xml +++ b/samples/echo/client/pom.xml @@ -3,7 +3,7 @@ echo org.springframework.ws - 2.0.0-RC2 + 2.0.0-RELEASE-SNAPSHOT ../pom.xml 4.0.0 diff --git a/samples/echo/client/saaj/pom.xml b/samples/echo/client/saaj/pom.xml index 4aeb311e..d1ab5183 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.0.0-RC2 + 2.0.0-RELEASE-SNAPSHOT ../pom.xml 4.0.0 diff --git a/samples/echo/client/spring-ws/pom.xml b/samples/echo/client/spring-ws/pom.xml index c7ac957b..6aa5f15e 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.0.0-RC2 + 2.0.0-RELEASE-SNAPSHOT ../pom.xml 4.0.0 diff --git a/samples/echo/pom.xml b/samples/echo/pom.xml index 69875752..c7a0fb7a 100644 --- a/samples/echo/pom.xml +++ b/samples/echo/pom.xml @@ -3,7 +3,7 @@ spring-ws-samples org.springframework.ws - 2.0.0-RC2 + 2.0.0-RELEASE-SNAPSHOT ../pom.xml 4.0.0 diff --git a/samples/echo/server/pom.xml b/samples/echo/server/pom.xml index 4fa4de2c..a8c1419e 100644 --- a/samples/echo/server/pom.xml +++ b/samples/echo/server/pom.xml @@ -2,7 +2,7 @@ echo org.springframework.ws - 2.0.0-RC2 + 2.0.0-RELEASE-SNAPSHOT ../pom.xml 4.0.0 diff --git a/samples/mtom/client/jax-ws/pom.xml b/samples/mtom/client/jax-ws/pom.xml index 626d6d1f..bcc981b8 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.0.0-RC2 + 2.0.0-RELEASE-SNAPSHOT ../pom.xml 4.0.0 diff --git a/samples/mtom/client/pom.xml b/samples/mtom/client/pom.xml index e1bd5ebb..1dc35cff 100644 --- a/samples/mtom/client/pom.xml +++ b/samples/mtom/client/pom.xml @@ -3,7 +3,7 @@ mtom org.springframework.ws - 2.0.0-RC2 + 2.0.0-RELEASE-SNAPSHOT ../pom.xml 4.0.0 diff --git a/samples/mtom/client/spring-ws/pom.xml b/samples/mtom/client/spring-ws/pom.xml index fae2bd10..aeef59df 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.0.0-RC2 + 2.0.0-RELEASE-SNAPSHOT ../pom.xml 4.0.0 diff --git a/samples/mtom/pom.xml b/samples/mtom/pom.xml index c8dc5639..4cea8d12 100644 --- a/samples/mtom/pom.xml +++ b/samples/mtom/pom.xml @@ -3,7 +3,7 @@ spring-ws-samples org.springframework.ws - 2.0.0-RC2 + 2.0.0-RELEASE-SNAPSHOT ../pom.xml 4.0.0 diff --git a/samples/mtom/server/pom.xml b/samples/mtom/server/pom.xml index 3238aa7b..5d16dec6 100644 --- a/samples/mtom/server/pom.xml +++ b/samples/mtom/server/pom.xml @@ -3,7 +3,7 @@ mtom org.springframework.ws - 2.0.0-RC2 + 2.0.0-RELEASE-SNAPSHOT ../pom.xml 4.0.0 diff --git a/samples/pom.xml b/samples/pom.xml index 275e1d4b..c96fff65 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -3,7 +3,7 @@ spring-ws-parent org.springframework.ws - 2.0.0-RC2 + 2.0.0-RELEASE-SNAPSHOT ../parent/pom.xml 4.0.0 diff --git a/samples/pox/client/pom.xml b/samples/pox/client/pom.xml index 66099819..fc28fc99 100644 --- a/samples/pox/client/pom.xml +++ b/samples/pox/client/pom.xml @@ -3,7 +3,7 @@ pox org.springframework.ws - 2.0.0-RC2 + 2.0.0-RELEASE-SNAPSHOT ../pom.xml 4.0.0 diff --git a/samples/pox/client/spring-ws/pom.xml b/samples/pox/client/spring-ws/pom.xml index efcb2c25..058762c9 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.0.0-RC2 + 2.0.0-RELEASE-SNAPSHOT ../pom.xml 4.0.0 diff --git a/samples/pox/pom.xml b/samples/pox/pom.xml index c2345344..6eeabeb7 100644 --- a/samples/pox/pom.xml +++ b/samples/pox/pom.xml @@ -3,7 +3,7 @@ spring-ws-samples org.springframework.ws - 2.0.0-RC2 + 2.0.0-RELEASE-SNAPSHOT ../pom.xml 4.0.0 diff --git a/samples/pox/server/pom.xml b/samples/pox/server/pom.xml index f50315a3..bcad2aad 100644 --- a/samples/pox/server/pom.xml +++ b/samples/pox/server/pom.xml @@ -2,7 +2,7 @@ pox org.springframework.ws - 2.0.0-RC2 + 2.0.0-RELEASE-SNAPSHOT ../pom.xml 4.0.0 diff --git a/samples/stockquote/client/jax-ws/pom.xml b/samples/stockquote/client/jax-ws/pom.xml index da296c35..12f07039 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.0.0-RC2 + 2.0.0-RELEASE-SNAPSHOT ../pom.xml 4.0.0 diff --git a/samples/stockquote/client/pom.xml b/samples/stockquote/client/pom.xml index 6e8f56d9..7e88e2c8 100644 --- a/samples/stockquote/client/pom.xml +++ b/samples/stockquote/client/pom.xml @@ -3,7 +3,7 @@ stockquote org.springframework.ws - 2.0.0-RC2 + 2.0.0-RELEASE-SNAPSHOT ../pom.xml 4.0.0 diff --git a/samples/stockquote/client/spring-ws/pom.xml b/samples/stockquote/client/spring-ws/pom.xml index acb5e9d0..0d989450 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.0.0-RC2 + 2.0.0-RELEASE-SNAPSHOT ../pom.xml 4.0.0 diff --git a/samples/stockquote/pom.xml b/samples/stockquote/pom.xml index a01072ab..bba592dc 100644 --- a/samples/stockquote/pom.xml +++ b/samples/stockquote/pom.xml @@ -3,7 +3,7 @@ spring-ws-samples org.springframework.ws - 2.0.0-RC2 + 2.0.0-RELEASE-SNAPSHOT ../pom.xml 4.0.0 diff --git a/samples/stockquote/server/pom.xml b/samples/stockquote/server/pom.xml index 3e114a48..c3c2c9e0 100644 --- a/samples/stockquote/server/pom.xml +++ b/samples/stockquote/server/pom.xml @@ -2,7 +2,7 @@ stockquote org.springframework.ws - 2.0.0-RC2 + 2.0.0-RELEASE-SNAPSHOT ../pom.xml 4.0.0 diff --git a/samples/tutorial/pom.xml b/samples/tutorial/pom.xml index 1ad5b4ca..fa65a7be 100644 --- a/samples/tutorial/pom.xml +++ b/samples/tutorial/pom.xml @@ -3,7 +3,7 @@ spring-ws-samples org.springframework.ws - 2.0.0-RC2 + 2.0.0-RELEASE-SNAPSHOT ../samples/pom.xml 4.0.0 diff --git a/security/pom.xml b/security/pom.xml index 82eae7da..28ddb972 100644 --- a/security/pom.xml +++ b/security/pom.xml @@ -2,7 +2,7 @@ spring-ws-parent org.springframework.ws - 2.0.0-RC2 + 2.0.0-RELEASE-SNAPSHOT ../parent/pom.xml 4.0.0 diff --git a/support/pom.xml b/support/pom.xml index cecd93dd..de8d5265 100644 --- a/support/pom.xml +++ b/support/pom.xml @@ -2,7 +2,7 @@ spring-ws-parent org.springframework.ws - 2.0.0-RC2 + 2.0.0-RELEASE-SNAPSHOT ../parent/pom.xml 4.0.0 diff --git a/test/pom.xml b/test/pom.xml index 40de4288..078a20ef 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -2,7 +2,7 @@ spring-ws-parent org.springframework.ws - 2.0.0-RC2 + 2.0.0-RELEASE-SNAPSHOT ../parent/pom.xml 4.0.0 diff --git a/xml/pom.xml b/xml/pom.xml index 98a9c5d0..5609766e 100644 --- a/xml/pom.xml +++ b/xml/pom.xml @@ -2,7 +2,7 @@ spring-ws-parent org.springframework.ws - 2.0.0-RC2 + 2.0.0-RELEASE-SNAPSHOT ../parent/pom.xml 4.0.0