From 0e51169a217bf8471c818d1cdbc6476f4c43ec7d Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Wed, 15 Aug 2007 23:51:32 +0000 Subject: [PATCH] Increased the version number to 1.0 SNAPSHOT. --- samples/airline/client/spring-ws/build.xml | 2 +- samples/airline/pom.xml | 2 +- .../src/main/webapp/WEB-INF/ws-servlet.xml | 1 - samples/echo/client/spring-ws/build.xml | 2 +- samples/echo/pom.xml | 37 ++++++++++++++++++- samples/echo/src/main/webapp/WEB-INF/web.xml | 4 -- samples/echo/src/main/webapp/index.html | 14 ------- samples/mtom/client/jaxws/build.xml | 5 --- samples/mtom/pom.xml | 2 +- samples/pom.xml | 6 ++- samples/tutorial/pom.xml | 2 +- 11 files changed, 45 insertions(+), 32 deletions(-) delete mode 100755 samples/echo/src/main/webapp/index.html diff --git a/samples/airline/client/spring-ws/build.xml b/samples/airline/client/spring-ws/build.xml index fb91f8b8..da3590f2 100644 --- a/samples/airline/client/spring-ws/build.xml +++ b/samples/airline/client/spring-ws/build.xml @@ -14,7 +14,7 @@ - + diff --git a/samples/airline/pom.xml b/samples/airline/pom.xml index 2a97e0eb..f4432ffc 100644 --- a/samples/airline/pom.xml +++ b/samples/airline/pom.xml @@ -2,7 +2,7 @@ spring-ws-samples org.springframework.ws - 1.0-rc3-SNAPSHOT + 1.0-SNAPSHOT 4.0.0 airline diff --git a/samples/airline/src/main/webapp/WEB-INF/ws-servlet.xml b/samples/airline/src/main/webapp/WEB-INF/ws-servlet.xml index 5b96e8df..9bd3dcd4 100644 --- a/samples/airline/src/main/webapp/WEB-INF/ws-servlet.xml +++ b/samples/airline/src/main/webapp/WEB-INF/ws-servlet.xml @@ -42,7 +42,6 @@ The JAXB 2 Marshaller is used by the endpoints. - diff --git a/samples/echo/client/spring-ws/build.xml b/samples/echo/client/spring-ws/build.xml index a90c09e6..a3d83380 100644 --- a/samples/echo/client/spring-ws/build.xml +++ b/samples/echo/client/spring-ws/build.xml @@ -12,7 +12,7 @@ - + diff --git a/samples/echo/pom.xml b/samples/echo/pom.xml index 3bc6910b..16def2f7 100644 --- a/samples/echo/pom.xml +++ b/samples/echo/pom.xml @@ -1,8 +1,10 @@ - + spring-ws-samples org.springframework.ws - 1.0-rc3-SNAPSHOT + 1.0-SNAPSHOT 4.0.0 echo @@ -32,5 +34,36 @@ 1.2_Java1.3 test + + org.apache.axis + axis-saaj + 1.4 + + + org.apache.axis + axis + 1.4 + + + org.apache.axis + axis-jaxrpc + 1.4 + + + commons-discovery + commons-discovery + 0.4 + + + xerces + xercesImpl + 2.8.1 + + + xalan + xalan + 2.7.0 + + \ No newline at end of file diff --git a/samples/echo/src/main/webapp/WEB-INF/web.xml b/samples/echo/src/main/webapp/WEB-INF/web.xml index 7d2e2626..52cc4fc5 100755 --- a/samples/echo/src/main/webapp/WEB-INF/web.xml +++ b/samples/echo/src/main/webapp/WEB-INF/web.xml @@ -27,8 +27,4 @@ /* - - index.html - - \ No newline at end of file diff --git a/samples/echo/src/main/webapp/index.html b/samples/echo/src/main/webapp/index.html deleted file mode 100755 index e1fb4f6f..00000000 --- a/samples/echo/src/main/webapp/index.html +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - Spring WS test page - - -

Spring-WS Echo

-If you see this page, the WAR deployment was successful. - - - diff --git a/samples/mtom/client/jaxws/build.xml b/samples/mtom/client/jaxws/build.xml index 2197535b..2960ddb1 100644 --- a/samples/mtom/client/jaxws/build.xml +++ b/samples/mtom/client/jaxws/build.xml @@ -16,12 +16,9 @@ - - @@ -32,14 +29,12 @@ - - diff --git a/samples/mtom/pom.xml b/samples/mtom/pom.xml index dc2f1ad7..8aed5ca7 100644 --- a/samples/mtom/pom.xml +++ b/samples/mtom/pom.xml @@ -3,7 +3,7 @@ spring-ws-samples org.springframework.ws - 1.0-rc3-SNAPSHOT + 1.0-SNAPSHOT 4.0.0 mtom diff --git a/samples/pom.xml b/samples/pom.xml index d7d75fed..7f4ab5a6 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -3,7 +3,7 @@ spring-ws org.springframework.ws - 1.0-rc3-SNAPSHOT + 1.0-SNAPSHOT 4.0.0 spring-ws-samples @@ -20,6 +20,8 @@ org.mortbay.jetty maven-jetty-plugin + 6.1.4 + org.apache.maven.plugins @@ -39,6 +41,7 @@ + diff --git a/samples/tutorial/pom.xml b/samples/tutorial/pom.xml index a4584ed6..dda03d28 100644 --- a/samples/tutorial/pom.xml +++ b/samples/tutorial/pom.xml @@ -3,7 +3,7 @@ spring-ws-samples org.springframework.ws - 1.0-rc3-SNAPSHOT + 1.0-SNAPSHOT 4.0.0 tutorial