diff --git a/archetype/pom.xml b/archetype/pom.xml index 3123b2ab..42e7d60e 100644 --- a/archetype/pom.xml +++ b/archetype/pom.xml @@ -3,7 +3,7 @@ spring-ws-parent org.springframework.ws - 2.1.0.RC1-SNAPSHOT + 2.1.0.RC1 ../parent/pom.xml 4.0.0 diff --git a/core/pom.xml b/core/pom.xml index 39623286..abbc2670 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -2,7 +2,7 @@ spring-ws-parent org.springframework.ws - 2.1.0.RC1-SNAPSHOT + 2.1.0.RC1 ../parent/pom.xml 4.0.0 diff --git a/parent/pom.xml b/parent/pom.xml index 5bd06f7c..499e793a 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -4,7 +4,7 @@ org.springframework.ws spring-ws-parent pom - 2.1.0.RC1-SNAPSHOT + 2.1.0.RC1 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.RC1/trunk + scm:svn:https://src.springframework.org/svn/spring-ws/tags/spring-ws-2.1.0.RC1/trunk + https://fisheye.springframework.org/browse/spring-ws/tags/spring-ws-2.1.0.RC1/trunk 2.1.0.RC1 diff --git a/pom.xml b/pom.xml index b8b8cb4e..a7925863 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.springframework.ws spring-ws pom - 2.1.0.RC1-SNAPSHOT + 2.1.0.RC1 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.RC1 + scm:svn:https://src.springframework.org/svn/spring-ws/tags/spring-ws-2.1.0.RC1 + https://fisheye.springframework.org/browse/spring-ws/tags/spring-ws-2.1.0.RC1 3.1.1.RELEASE @@ -293,7 +293,7 @@ - + diff --git a/samples/airline/client/axis1/pom.xml b/samples/airline/client/axis1/pom.xml index 2fccd202..190e8c60 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.RC1-SNAPSHOT + 2.1.0.RC1 ../pom.xml 4.0.0 diff --git a/samples/airline/client/jax-ws/pom.xml b/samples/airline/client/jax-ws/pom.xml index 6a84903f..4f36598b 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.RC1-SNAPSHOT + 2.1.0.RC1 ../pom.xml 4.0.0 diff --git a/samples/airline/client/jms/pom.xml b/samples/airline/client/jms/pom.xml index df2cd0f4..f1446423 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.RC1-SNAPSHOT + 2.1.0.RC1 ../pom.xml 4.0.0 diff --git a/samples/airline/client/pom.xml b/samples/airline/client/pom.xml index c7b5c877..5b07a0fc 100644 --- a/samples/airline/client/pom.xml +++ b/samples/airline/client/pom.xml @@ -3,7 +3,7 @@ airline org.springframework.ws - 2.1.0.RC1-SNAPSHOT + 2.1.0.RC1 ../pom.xml 4.0.0 diff --git a/samples/airline/client/saaj/pom.xml b/samples/airline/client/saaj/pom.xml index 0653b6d9..5e156150 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.RC1-SNAPSHOT + 2.1.0.RC1 ../pom.xml 4.0.0 diff --git a/samples/airline/client/spring-ws/pom.xml b/samples/airline/client/spring-ws/pom.xml index 2950bcb6..17f799e6 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.RC1-SNAPSHOT + 2.1.0.RC1 ../pom.xml 4.0.0 diff --git a/samples/airline/pom.xml b/samples/airline/pom.xml index 85789da6..0b25af63 100644 --- a/samples/airline/pom.xml +++ b/samples/airline/pom.xml @@ -3,7 +3,7 @@ spring-ws-samples org.springframework.ws - 2.1.0.RC1-SNAPSHOT + 2.1.0.RC1 ../pom.xml 4.0.0 diff --git a/samples/airline/server/pom.xml b/samples/airline/server/pom.xml index a4cb746c..483c5f9e 100644 --- a/samples/airline/server/pom.xml +++ b/samples/airline/server/pom.xml @@ -2,7 +2,7 @@ airline org.springframework.ws - 2.1.0.RC1-SNAPSHOT + 2.1.0.RC1 ../pom.xml 4.0.0 diff --git a/samples/echo/client/pom.xml b/samples/echo/client/pom.xml index d466b5ca..cd7499ed 100644 --- a/samples/echo/client/pom.xml +++ b/samples/echo/client/pom.xml @@ -3,7 +3,7 @@ echo org.springframework.ws - 2.1.0.RC1-SNAPSHOT + 2.1.0.RC1 ../pom.xml 4.0.0 diff --git a/samples/echo/client/saaj/pom.xml b/samples/echo/client/saaj/pom.xml index 7808546e..6c6e30c3 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.RC1-SNAPSHOT + 2.1.0.RC1 ../pom.xml 4.0.0 diff --git a/samples/echo/client/spring-ws/pom.xml b/samples/echo/client/spring-ws/pom.xml index a1248332..afb2eeda 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.RC1-SNAPSHOT + 2.1.0.RC1 ../pom.xml 4.0.0 diff --git a/samples/echo/pom.xml b/samples/echo/pom.xml index 01ba373a..756a86ae 100644 --- a/samples/echo/pom.xml +++ b/samples/echo/pom.xml @@ -3,7 +3,7 @@ spring-ws-samples org.springframework.ws - 2.1.0.RC1-SNAPSHOT + 2.1.0.RC1 ../pom.xml 4.0.0 diff --git a/samples/echo/server/pom.xml b/samples/echo/server/pom.xml index a12a6e00..dbb4a061 100644 --- a/samples/echo/server/pom.xml +++ b/samples/echo/server/pom.xml @@ -2,7 +2,7 @@ echo org.springframework.ws - 2.1.0.RC1-SNAPSHOT + 2.1.0.RC1 ../pom.xml 4.0.0 diff --git a/samples/mtom/client/jax-ws/pom.xml b/samples/mtom/client/jax-ws/pom.xml index a03bb121..c3876b56 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.RC1-SNAPSHOT + 2.1.0.RC1 ../pom.xml 4.0.0 diff --git a/samples/mtom/client/pom.xml b/samples/mtom/client/pom.xml index e190a238..e0e872f6 100644 --- a/samples/mtom/client/pom.xml +++ b/samples/mtom/client/pom.xml @@ -3,7 +3,7 @@ mtom org.springframework.ws - 2.1.0.RC1-SNAPSHOT + 2.1.0.RC1 ../pom.xml 4.0.0 diff --git a/samples/mtom/client/spring-ws/pom.xml b/samples/mtom/client/spring-ws/pom.xml index a17cf362..4ee381c9 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.RC1-SNAPSHOT + 2.1.0.RC1 ../pom.xml 4.0.0 diff --git a/samples/mtom/pom.xml b/samples/mtom/pom.xml index eb801baf..923ce4cf 100644 --- a/samples/mtom/pom.xml +++ b/samples/mtom/pom.xml @@ -3,7 +3,7 @@ spring-ws-samples org.springframework.ws - 2.1.0.RC1-SNAPSHOT + 2.1.0.RC1 ../pom.xml 4.0.0 diff --git a/samples/mtom/server/pom.xml b/samples/mtom/server/pom.xml index 188c6deb..d4ee913e 100644 --- a/samples/mtom/server/pom.xml +++ b/samples/mtom/server/pom.xml @@ -3,7 +3,7 @@ mtom org.springframework.ws - 2.1.0.RC1-SNAPSHOT + 2.1.0.RC1 ../pom.xml 4.0.0 diff --git a/samples/pom.xml b/samples/pom.xml index 899319ca..04f46741 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -3,7 +3,7 @@ spring-ws-parent org.springframework.ws - 2.1.0.RC1-SNAPSHOT + 2.1.0.RC1 ../parent/pom.xml 4.0.0 diff --git a/samples/pox/client/pom.xml b/samples/pox/client/pom.xml index 6f8f2c87..64ac5198 100644 --- a/samples/pox/client/pom.xml +++ b/samples/pox/client/pom.xml @@ -3,7 +3,7 @@ pox org.springframework.ws - 2.1.0.RC1-SNAPSHOT + 2.1.0.RC1 ../pom.xml 4.0.0 diff --git a/samples/pox/client/spring-ws/pom.xml b/samples/pox/client/spring-ws/pom.xml index 834ce1cd..566caf82 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.RC1-SNAPSHOT + 2.1.0.RC1 ../pom.xml 4.0.0 diff --git a/samples/pox/pom.xml b/samples/pox/pom.xml index b0e3b5f4..995490ee 100644 --- a/samples/pox/pom.xml +++ b/samples/pox/pom.xml @@ -3,7 +3,7 @@ spring-ws-samples org.springframework.ws - 2.1.0.RC1-SNAPSHOT + 2.1.0.RC1 ../pom.xml 4.0.0 diff --git a/samples/pox/server/pom.xml b/samples/pox/server/pom.xml index 8477dad7..c35ab3bc 100644 --- a/samples/pox/server/pom.xml +++ b/samples/pox/server/pom.xml @@ -2,7 +2,7 @@ pox org.springframework.ws - 2.1.0.RC1-SNAPSHOT + 2.1.0.RC1 ../pom.xml 4.0.0 diff --git a/samples/stockquote/client/jax-ws/pom.xml b/samples/stockquote/client/jax-ws/pom.xml index 163f4235..871a752f 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.RC1-SNAPSHOT + 2.1.0.RC1 ../pom.xml 4.0.0 diff --git a/samples/stockquote/client/pom.xml b/samples/stockquote/client/pom.xml index 4c68774b..b1930012 100644 --- a/samples/stockquote/client/pom.xml +++ b/samples/stockquote/client/pom.xml @@ -3,7 +3,7 @@ stockquote org.springframework.ws - 2.1.0.RC1-SNAPSHOT + 2.1.0.RC1 ../pom.xml 4.0.0 diff --git a/samples/stockquote/client/spring-ws/pom.xml b/samples/stockquote/client/spring-ws/pom.xml index 65a8791f..929055b1 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.RC1-SNAPSHOT + 2.1.0.RC1 ../pom.xml 4.0.0 diff --git a/samples/stockquote/pom.xml b/samples/stockquote/pom.xml index 2efb1926..20387bfc 100644 --- a/samples/stockquote/pom.xml +++ b/samples/stockquote/pom.xml @@ -3,7 +3,7 @@ spring-ws-samples org.springframework.ws - 2.1.0.RC1-SNAPSHOT + 2.1.0.RC1 ../pom.xml 4.0.0 diff --git a/samples/stockquote/server/pom.xml b/samples/stockquote/server/pom.xml index 75b6877d..90ca8860 100644 --- a/samples/stockquote/server/pom.xml +++ b/samples/stockquote/server/pom.xml @@ -2,7 +2,7 @@ stockquote org.springframework.ws - 2.1.0.RC1-SNAPSHOT + 2.1.0.RC1 ../pom.xml 4.0.0 diff --git a/samples/tutorial/pom.xml b/samples/tutorial/pom.xml index 98a8f38d..83171403 100644 --- a/samples/tutorial/pom.xml +++ b/samples/tutorial/pom.xml @@ -3,7 +3,7 @@ spring-ws-samples org.springframework.ws - 2.1.0.RC1-SNAPSHOT + 2.1.0.RC1 ../pom.xml 4.0.0 diff --git a/security/pom.xml b/security/pom.xml index 1279e9e1..601ba599 100644 --- a/security/pom.xml +++ b/security/pom.xml @@ -2,7 +2,7 @@ spring-ws-parent org.springframework.ws - 2.1.0.RC1-SNAPSHOT + 2.1.0.RC1 ../parent/pom.xml 4.0.0 diff --git a/support/pom.xml b/support/pom.xml index a26f725d..4654def1 100644 --- a/support/pom.xml +++ b/support/pom.xml @@ -2,7 +2,7 @@ spring-ws-parent org.springframework.ws - 2.1.0.RC1-SNAPSHOT + 2.1.0.RC1 ../parent/pom.xml 4.0.0 diff --git a/test/pom.xml b/test/pom.xml index 942f2f58..5e1c5650 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -2,7 +2,7 @@ spring-ws-parent org.springframework.ws - 2.1.0.RC1-SNAPSHOT + 2.1.0.RC1 ../parent/pom.xml 4.0.0 diff --git a/xml/pom.xml b/xml/pom.xml index fc26d749..ff714154 100644 --- a/xml/pom.xml +++ b/xml/pom.xml @@ -2,7 +2,7 @@ spring-ws-parent org.springframework.ws - 2.1.0.RC1-SNAPSHOT + 2.1.0.RC1 ../parent/pom.xml 4.0.0