diff --git a/archetype/pom.xml b/archetype/pom.xml index 37c45e5b..3570691b 100644 --- a/archetype/pom.xml +++ b/archetype/pom.xml @@ -3,7 +3,7 @@ spring-ws-parent org.springframework.ws - 2.0.5.RELEASE-SNAPSHOT + 2.0.5.RELEASE ../parent/pom.xml 4.0.0 diff --git a/core/pom.xml b/core/pom.xml index 2b804faa..d6f23503 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -2,7 +2,7 @@ spring-ws-parent org.springframework.ws - 2.0.5.RELEASE-SNAPSHOT + 2.0.5.RELEASE ../parent/pom.xml 4.0.0 diff --git a/parent/pom.xml b/parent/pom.xml index d433d084..106e8409 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -4,7 +4,7 @@ org.springframework.ws spring-ws-parent pom - 2.0.5.RELEASE-SNAPSHOT + 2.0.5.RELEASE Spring Web Services - Parent http://static.springframework.org/spring-ws/site/index.html @@ -36,9 +36,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.5.RELEASE/trunk + scm:svn:https://src.springframework.org/svn/spring-ws/tags/spring-ws-2.0.5.RELEASE/trunk + https://fisheye.springframework.org/browse/spring-ws/tags/spring-ws-2.0.5.RELEASE/trunk 2.0.5.RELEASE diff --git a/pom.xml b/pom.xml index 9022d791..b8909ea2 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.springframework.ws spring-ws pom - 2.0.5.RELEASE-SNAPSHOT + 2.0.5.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.5.RELEASE + scm:svn:https://src.springframework.org/svn/spring-ws/tags/spring-ws-2.0.5.RELEASE + https://fisheye.springframework.org/browse/spring-ws/tags/spring-ws-2.0.5.RELEASE 3.1.1.RELEASE diff --git a/samples/airline/client/axis1/pom.xml b/samples/airline/client/axis1/pom.xml index 538146cf..e9dedf48 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.5.RELEASE-SNAPSHOT + 2.0.5.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 44aad89d..3fa2f2a9 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.5.RELEASE-SNAPSHOT + 2.0.5.RELEASE ../pom.xml 4.0.0 diff --git a/samples/airline/client/jms/pom.xml b/samples/airline/client/jms/pom.xml index 50c03c1e..9641488e 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.5.RELEASE-SNAPSHOT + 2.0.5.RELEASE ../pom.xml 4.0.0 diff --git a/samples/airline/client/pom.xml b/samples/airline/client/pom.xml index 61f34ad0..5c25062d 100644 --- a/samples/airline/client/pom.xml +++ b/samples/airline/client/pom.xml @@ -3,7 +3,7 @@ airline org.springframework.ws - 2.0.5.RELEASE-SNAPSHOT + 2.0.5.RELEASE ../pom.xml 4.0.0 diff --git a/samples/airline/client/saaj/pom.xml b/samples/airline/client/saaj/pom.xml index 191762e1..0aa566a4 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.5.RELEASE-SNAPSHOT + 2.0.5.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 6352f1bc..910cf434 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.5.RELEASE-SNAPSHOT + 2.0.5.RELEASE ../pom.xml 4.0.0 diff --git a/samples/airline/pom.xml b/samples/airline/pom.xml index 5964fe47..0dd419f2 100644 --- a/samples/airline/pom.xml +++ b/samples/airline/pom.xml @@ -3,7 +3,7 @@ spring-ws-samples org.springframework.ws - 2.0.5.RELEASE-SNAPSHOT + 2.0.5.RELEASE ../pom.xml 4.0.0 diff --git a/samples/airline/server/pom.xml b/samples/airline/server/pom.xml index 0b0310bc..85bfed4c 100644 --- a/samples/airline/server/pom.xml +++ b/samples/airline/server/pom.xml @@ -2,7 +2,7 @@ airline org.springframework.ws - 2.0.5.RELEASE-SNAPSHOT + 2.0.5.RELEASE ../pom.xml 4.0.0 diff --git a/samples/echo/client/pom.xml b/samples/echo/client/pom.xml index 41239322..20cbc175 100644 --- a/samples/echo/client/pom.xml +++ b/samples/echo/client/pom.xml @@ -3,7 +3,7 @@ echo org.springframework.ws - 2.0.5.RELEASE-SNAPSHOT + 2.0.5.RELEASE ../pom.xml 4.0.0 diff --git a/samples/echo/client/saaj/pom.xml b/samples/echo/client/saaj/pom.xml index 23b1b161..160e8aa2 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.5.RELEASE-SNAPSHOT + 2.0.5.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 90ea1218..a96c5bff 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.5.RELEASE-SNAPSHOT + 2.0.5.RELEASE ../pom.xml 4.0.0 diff --git a/samples/echo/pom.xml b/samples/echo/pom.xml index a789f09b..aa8f304f 100644 --- a/samples/echo/pom.xml +++ b/samples/echo/pom.xml @@ -3,7 +3,7 @@ spring-ws-samples org.springframework.ws - 2.0.5.RELEASE-SNAPSHOT + 2.0.5.RELEASE ../pom.xml 4.0.0 diff --git a/samples/echo/server/pom.xml b/samples/echo/server/pom.xml index 4e57ec01..8e4f496d 100644 --- a/samples/echo/server/pom.xml +++ b/samples/echo/server/pom.xml @@ -2,7 +2,7 @@ echo org.springframework.ws - 2.0.5.RELEASE-SNAPSHOT + 2.0.5.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 d50c6dd6..d4340854 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.5.RELEASE-SNAPSHOT + 2.0.5.RELEASE ../pom.xml 4.0.0 diff --git a/samples/mtom/client/pom.xml b/samples/mtom/client/pom.xml index f424c491..747c3050 100644 --- a/samples/mtom/client/pom.xml +++ b/samples/mtom/client/pom.xml @@ -3,7 +3,7 @@ mtom org.springframework.ws - 2.0.5.RELEASE-SNAPSHOT + 2.0.5.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 bba1f613..4a105712 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.5.RELEASE-SNAPSHOT + 2.0.5.RELEASE ../pom.xml 4.0.0 diff --git a/samples/mtom/pom.xml b/samples/mtom/pom.xml index 121fa762..a24089d9 100644 --- a/samples/mtom/pom.xml +++ b/samples/mtom/pom.xml @@ -3,7 +3,7 @@ spring-ws-samples org.springframework.ws - 2.0.5.RELEASE-SNAPSHOT + 2.0.5.RELEASE ../pom.xml 4.0.0 diff --git a/samples/mtom/server/pom.xml b/samples/mtom/server/pom.xml index 69d39ae4..58c186cb 100644 --- a/samples/mtom/server/pom.xml +++ b/samples/mtom/server/pom.xml @@ -3,7 +3,7 @@ mtom org.springframework.ws - 2.0.5.RELEASE-SNAPSHOT + 2.0.5.RELEASE ../pom.xml 4.0.0 diff --git a/samples/pom.xml b/samples/pom.xml index b2e91e9d..9e85214a 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -3,7 +3,7 @@ spring-ws-parent org.springframework.ws - 2.0.5.RELEASE-SNAPSHOT + 2.0.5.RELEASE ../parent/pom.xml 4.0.0 diff --git a/samples/pox/client/pom.xml b/samples/pox/client/pom.xml index b64ef10a..181a465a 100644 --- a/samples/pox/client/pom.xml +++ b/samples/pox/client/pom.xml @@ -3,7 +3,7 @@ pox org.springframework.ws - 2.0.5.RELEASE-SNAPSHOT + 2.0.5.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 dc91acb0..683609c1 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.5.RELEASE-SNAPSHOT + 2.0.5.RELEASE ../pom.xml 4.0.0 diff --git a/samples/pox/pom.xml b/samples/pox/pom.xml index 6bd03d1f..04904384 100644 --- a/samples/pox/pom.xml +++ b/samples/pox/pom.xml @@ -3,7 +3,7 @@ spring-ws-samples org.springframework.ws - 2.0.5.RELEASE-SNAPSHOT + 2.0.5.RELEASE ../pom.xml 4.0.0 diff --git a/samples/pox/server/pom.xml b/samples/pox/server/pom.xml index a964f78d..4214c7a5 100644 --- a/samples/pox/server/pom.xml +++ b/samples/pox/server/pom.xml @@ -2,7 +2,7 @@ pox org.springframework.ws - 2.0.5.RELEASE-SNAPSHOT + 2.0.5.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 4c4b85dc..35365971 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.5.RELEASE-SNAPSHOT + 2.0.5.RELEASE ../pom.xml 4.0.0 diff --git a/samples/stockquote/client/pom.xml b/samples/stockquote/client/pom.xml index 755a4134..5feb3bb4 100644 --- a/samples/stockquote/client/pom.xml +++ b/samples/stockquote/client/pom.xml @@ -3,7 +3,7 @@ stockquote org.springframework.ws - 2.0.5.RELEASE-SNAPSHOT + 2.0.5.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 2a61a99e..2bf976e8 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.5.RELEASE-SNAPSHOT + 2.0.5.RELEASE ../pom.xml 4.0.0 diff --git a/samples/stockquote/pom.xml b/samples/stockquote/pom.xml index aa89a10d..aea73ef3 100644 --- a/samples/stockquote/pom.xml +++ b/samples/stockquote/pom.xml @@ -3,7 +3,7 @@ spring-ws-samples org.springframework.ws - 2.0.5.RELEASE-SNAPSHOT + 2.0.5.RELEASE ../pom.xml 4.0.0 diff --git a/samples/stockquote/server/pom.xml b/samples/stockquote/server/pom.xml index 8fdc6478..a034cbc1 100644 --- a/samples/stockquote/server/pom.xml +++ b/samples/stockquote/server/pom.xml @@ -2,7 +2,7 @@ stockquote org.springframework.ws - 2.0.5.RELEASE-SNAPSHOT + 2.0.5.RELEASE ../pom.xml 4.0.0 diff --git a/samples/tutorial/pom.xml b/samples/tutorial/pom.xml index b0685c6e..d85c90b9 100644 --- a/samples/tutorial/pom.xml +++ b/samples/tutorial/pom.xml @@ -3,7 +3,7 @@ spring-ws-samples org.springframework.ws - 2.0.5.RELEASE-SNAPSHOT + 2.0.5.RELEASE ../pom.xml 4.0.0 diff --git a/security/pom.xml b/security/pom.xml index 4980737f..82d35eab 100644 --- a/security/pom.xml +++ b/security/pom.xml @@ -2,7 +2,7 @@ spring-ws-parent org.springframework.ws - 2.0.5.RELEASE-SNAPSHOT + 2.0.5.RELEASE ../parent/pom.xml 4.0.0 diff --git a/support/pom.xml b/support/pom.xml index 4ac5c6d7..d7ebb0f6 100644 --- a/support/pom.xml +++ b/support/pom.xml @@ -2,7 +2,7 @@ spring-ws-parent org.springframework.ws - 2.0.5.RELEASE-SNAPSHOT + 2.0.5.RELEASE ../parent/pom.xml 4.0.0 diff --git a/test/pom.xml b/test/pom.xml index 08c5e1ea..90f03a3f 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -2,7 +2,7 @@ spring-ws-parent org.springframework.ws - 2.0.5.RELEASE-SNAPSHOT + 2.0.5.RELEASE ../parent/pom.xml 4.0.0 diff --git a/xml/pom.xml b/xml/pom.xml index f4d2461f..b2045783 100644 --- a/xml/pom.xml +++ b/xml/pom.xml @@ -2,7 +2,7 @@ spring-ws-parent org.springframework.ws - 2.0.5.RELEASE-SNAPSHOT + 2.0.5.RELEASE ../parent/pom.xml 4.0.0