diff --git a/archetype/pom.xml b/archetype/pom.xml index f68b45c4..0ef023c9 100644 --- a/archetype/pom.xml +++ b/archetype/pom.xml @@ -3,7 +3,7 @@ spring-ws-parent org.springframework.ws - 2.0.3.RELEASE-SNAPSHOT + 2.0.3.RELEASE ../parent/pom.xml 4.0.0 diff --git a/core/pom.xml b/core/pom.xml index 90d1b654..0da6bbf5 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -2,7 +2,7 @@ spring-ws-parent org.springframework.ws - 2.0.3.RELEASE-SNAPSHOT + 2.0.3.RELEASE ../parent/pom.xml 4.0.0 diff --git a/parent/pom.xml b/parent/pom.xml index 371446e8..f28ac4ac 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -4,7 +4,7 @@ org.springframework.ws spring-ws-parent pom - 2.0.3.RELEASE-SNAPSHOT + 2.0.3.RELEASE Spring Web Services - Parent http://static.springframework.org/spring-ws/site/downloads/releases.html @@ -24,9 +24,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.0.3.RELEASE/trunk + scm:svn:https://src.springframework.org/svn/spring-ws/tags/spring-ws-2.0.3.RELEASE/trunk + https://fisheye.springframework.org/browse/spring-ws/tags/spring-ws-2.0.3.RELEASE/trunk 2.0.3.RELEASE diff --git a/pom.xml b/pom.xml index 2782c175..d8bf00a2 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.springframework.ws spring-ws pom - 2.0.3.RELEASE-SNAPSHOT + 2.0.3.RELEASE 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/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.0.3.RELEASE + scm:svn:https://src.springframework.org/svn/spring-ws/tags/spring-ws-2.0.3.RELEASE + https://fisheye.springframework.org/browse/spring-ws/tags/spring-ws-2.0.3.RELEASE 3.0.6.RELEASE diff --git a/samples/airline/client/axis1/pom.xml b/samples/airline/client/axis1/pom.xml index b6067a58..366884fb 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.3.RELEASE-SNAPSHOT + 2.0.3.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 ac2011a0..105776a8 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.3.RELEASE-SNAPSHOT + 2.0.3.RELEASE ../pom.xml 4.0.0 diff --git a/samples/airline/client/jms/pom.xml b/samples/airline/client/jms/pom.xml index ef547da6..b0544b04 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.3.RELEASE-SNAPSHOT + 2.0.3.RELEASE ../pom.xml 4.0.0 diff --git a/samples/airline/client/pom.xml b/samples/airline/client/pom.xml index 7d4118e8..64506ac2 100644 --- a/samples/airline/client/pom.xml +++ b/samples/airline/client/pom.xml @@ -3,7 +3,7 @@ airline org.springframework.ws - 2.0.3.RELEASE-SNAPSHOT + 2.0.3.RELEASE ../pom.xml 4.0.0 diff --git a/samples/airline/client/saaj/pom.xml b/samples/airline/client/saaj/pom.xml index 85879105..491b99c5 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.3.RELEASE-SNAPSHOT + 2.0.3.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 d2e8d830..576bfa4b 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.3.RELEASE-SNAPSHOT + 2.0.3.RELEASE ../pom.xml 4.0.0 diff --git a/samples/airline/pom.xml b/samples/airline/pom.xml index 931270bb..6df08b3a 100644 --- a/samples/airline/pom.xml +++ b/samples/airline/pom.xml @@ -3,7 +3,7 @@ spring-ws-samples org.springframework.ws - 2.0.3.RELEASE-SNAPSHOT + 2.0.3.RELEASE ../pom.xml 4.0.0 diff --git a/samples/airline/server/pom.xml b/samples/airline/server/pom.xml index a8a6679b..157ffc7c 100644 --- a/samples/airline/server/pom.xml +++ b/samples/airline/server/pom.xml @@ -2,7 +2,7 @@ airline org.springframework.ws - 2.0.3.RELEASE-SNAPSHOT + 2.0.3.RELEASE ../pom.xml 4.0.0 diff --git a/samples/echo/client/pom.xml b/samples/echo/client/pom.xml index f288063c..5cee225a 100644 --- a/samples/echo/client/pom.xml +++ b/samples/echo/client/pom.xml @@ -3,7 +3,7 @@ echo org.springframework.ws - 2.0.3.RELEASE-SNAPSHOT + 2.0.3.RELEASE ../pom.xml 4.0.0 diff --git a/samples/echo/client/saaj/pom.xml b/samples/echo/client/saaj/pom.xml index 68e29d85..699996a8 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.3.RELEASE-SNAPSHOT + 2.0.3.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 a4c4d8ab..bdc12432 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.3.RELEASE-SNAPSHOT + 2.0.3.RELEASE ../pom.xml 4.0.0 diff --git a/samples/echo/pom.xml b/samples/echo/pom.xml index f1b5df6e..84c5facf 100644 --- a/samples/echo/pom.xml +++ b/samples/echo/pom.xml @@ -3,7 +3,7 @@ spring-ws-samples org.springframework.ws - 2.0.3.RELEASE-SNAPSHOT + 2.0.3.RELEASE ../pom.xml 4.0.0 diff --git a/samples/echo/server/pom.xml b/samples/echo/server/pom.xml index e5aa6edc..a43039b3 100644 --- a/samples/echo/server/pom.xml +++ b/samples/echo/server/pom.xml @@ -2,7 +2,7 @@ echo org.springframework.ws - 2.0.3.RELEASE-SNAPSHOT + 2.0.3.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 9f7d104b..b5d62c54 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.3.RELEASE-SNAPSHOT + 2.0.3.RELEASE ../pom.xml 4.0.0 diff --git a/samples/mtom/client/pom.xml b/samples/mtom/client/pom.xml index ccfbd920..9453a62e 100644 --- a/samples/mtom/client/pom.xml +++ b/samples/mtom/client/pom.xml @@ -3,7 +3,7 @@ mtom org.springframework.ws - 2.0.3.RELEASE-SNAPSHOT + 2.0.3.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 3da1e0f6..c4bb8d69 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.3.RELEASE-SNAPSHOT + 2.0.3.RELEASE ../pom.xml 4.0.0 diff --git a/samples/mtom/pom.xml b/samples/mtom/pom.xml index 3e96f4b8..bf3159ec 100644 --- a/samples/mtom/pom.xml +++ b/samples/mtom/pom.xml @@ -3,7 +3,7 @@ spring-ws-samples org.springframework.ws - 2.0.3.RELEASE-SNAPSHOT + 2.0.3.RELEASE ../pom.xml 4.0.0 diff --git a/samples/mtom/server/pom.xml b/samples/mtom/server/pom.xml index 5a0727de..9ece0692 100644 --- a/samples/mtom/server/pom.xml +++ b/samples/mtom/server/pom.xml @@ -3,7 +3,7 @@ mtom org.springframework.ws - 2.0.3.RELEASE-SNAPSHOT + 2.0.3.RELEASE ../pom.xml 4.0.0 diff --git a/samples/pom.xml b/samples/pom.xml index dbf7159d..dab7f05d 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -3,7 +3,7 @@ spring-ws-parent org.springframework.ws - 2.0.3.RELEASE-SNAPSHOT + 2.0.3.RELEASE ../parent/pom.xml 4.0.0 diff --git a/samples/pox/client/pom.xml b/samples/pox/client/pom.xml index fa37a414..992c3365 100644 --- a/samples/pox/client/pom.xml +++ b/samples/pox/client/pom.xml @@ -3,7 +3,7 @@ pox org.springframework.ws - 2.0.3.RELEASE-SNAPSHOT + 2.0.3.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 c4bd6a29..5c4c8c90 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.3.RELEASE-SNAPSHOT + 2.0.3.RELEASE ../pom.xml 4.0.0 diff --git a/samples/pox/pom.xml b/samples/pox/pom.xml index eb88e56f..68311933 100644 --- a/samples/pox/pom.xml +++ b/samples/pox/pom.xml @@ -3,7 +3,7 @@ spring-ws-samples org.springframework.ws - 2.0.3.RELEASE-SNAPSHOT + 2.0.3.RELEASE ../pom.xml 4.0.0 diff --git a/samples/pox/server/pom.xml b/samples/pox/server/pom.xml index e02d2fb7..ecd80332 100644 --- a/samples/pox/server/pom.xml +++ b/samples/pox/server/pom.xml @@ -2,7 +2,7 @@ pox org.springframework.ws - 2.0.3.RELEASE-SNAPSHOT + 2.0.3.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 150c72dd..1f4e90c0 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.3.RELEASE-SNAPSHOT + 2.0.3.RELEASE ../pom.xml 4.0.0 diff --git a/samples/stockquote/client/pom.xml b/samples/stockquote/client/pom.xml index d4c669a8..20c46a0b 100644 --- a/samples/stockquote/client/pom.xml +++ b/samples/stockquote/client/pom.xml @@ -3,7 +3,7 @@ stockquote org.springframework.ws - 2.0.3.RELEASE-SNAPSHOT + 2.0.3.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 8cacc54e..e2f08e99 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.3.RELEASE-SNAPSHOT + 2.0.3.RELEASE ../pom.xml 4.0.0 diff --git a/samples/stockquote/pom.xml b/samples/stockquote/pom.xml index cd8b2cc1..01d01fa1 100644 --- a/samples/stockquote/pom.xml +++ b/samples/stockquote/pom.xml @@ -3,7 +3,7 @@ spring-ws-samples org.springframework.ws - 2.0.3.RELEASE-SNAPSHOT + 2.0.3.RELEASE ../pom.xml 4.0.0 diff --git a/samples/stockquote/server/pom.xml b/samples/stockquote/server/pom.xml index 79ea8b77..65b5b9a6 100644 --- a/samples/stockquote/server/pom.xml +++ b/samples/stockquote/server/pom.xml @@ -2,7 +2,7 @@ stockquote org.springframework.ws - 2.0.3.RELEASE-SNAPSHOT + 2.0.3.RELEASE ../pom.xml 4.0.0 diff --git a/samples/tutorial/pom.xml b/samples/tutorial/pom.xml index 4e703764..39b62cd1 100644 --- a/samples/tutorial/pom.xml +++ b/samples/tutorial/pom.xml @@ -3,7 +3,7 @@ spring-ws-samples org.springframework.ws - 2.0.3.RELEASE-SNAPSHOT + 2.0.3.RELEASE ../pom.xml 4.0.0 diff --git a/security/pom.xml b/security/pom.xml index 933a42f4..3ec372cd 100644 --- a/security/pom.xml +++ b/security/pom.xml @@ -2,7 +2,7 @@ spring-ws-parent org.springframework.ws - 2.0.3.RELEASE-SNAPSHOT + 2.0.3.RELEASE ../parent/pom.xml 4.0.0 diff --git a/support/pom.xml b/support/pom.xml index 0d981fca..93d9ebb2 100644 --- a/support/pom.xml +++ b/support/pom.xml @@ -2,7 +2,7 @@ spring-ws-parent org.springframework.ws - 2.0.3.RELEASE-SNAPSHOT + 2.0.3.RELEASE ../parent/pom.xml 4.0.0 diff --git a/test/pom.xml b/test/pom.xml index 5ab64ce4..e094affe 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -2,7 +2,7 @@ spring-ws-parent org.springframework.ws - 2.0.3.RELEASE-SNAPSHOT + 2.0.3.RELEASE ../parent/pom.xml 4.0.0 diff --git a/xml/pom.xml b/xml/pom.xml index ce0a3889..6390d693 100644 --- a/xml/pom.xml +++ b/xml/pom.xml @@ -2,7 +2,7 @@ spring-ws-parent org.springframework.ws - 2.0.3.RELEASE-SNAPSHOT + 2.0.3.RELEASE ../parent/pom.xml 4.0.0