diff --git a/archetype/src/main/resources/archetype-resources/pom.xml b/archetype/src/main/resources/archetype-resources/pom.xml
index 718f2c03..ec5d04be 100644
--- a/archetype/src/main/resources/archetype-resources/pom.xml
+++ b/archetype/src/main/resources/archetype-resources/pom.xml
@@ -15,12 +15,12 @@
org.springframework.ws
spring-oxm
- 1.0.0
+ 1.0.1
org.springframework.ws
spring-ws-core
- 1.0.0
+ 1.0.1
diff --git a/readme.txt b/readme.txt
index a561ef8f..f2c502c5 100644
--- a/readme.txt
+++ b/readme.txt
@@ -1,4 +1,4 @@
-SPRING WEB SERVICES 1.0.0 (August 2007)
+SPRING WEB SERVICES 1.0.1 (September 2007)
-------------------------------
http://www.springframework.org/spring-ws
http://forum.springframework.org/forumdisplay.php?f=39
@@ -37,30 +37,30 @@ The following distinct jar files are included in the distribution. This list spe
third-party dependencies. Libraries in [brackets] are optional, i.e. just necessary for certain functionality. For an
exact list of Spring-WS project dependencies see the respective Maven2 pom.xml files.
-* spring-oxm-1.0.0.jar
+* spring-oxm-1.0.1.jar
- Contents: The Spring Object/XML Mapping framework
- Dependencies: Commons Logging, spring-beans, spring-core
[Log4J, JAXB 1, Castor, XMLBeans, StAX, JiBX, XStream]
-* spring-oxm-tiger-1.0.0.jar
+* spring-oxm-tiger-1.0.1.jar
- Contents: The Spring Object/XML Mapping framework for Java 5
- Dependencies: Commons Logging, spring-beans, spring-core, JAXB 2
-* spring-ws-core-1.0.0.jar
+* spring-ws-core-1.0.1.jar
- Contents: The Spring-WS Core
- Dependencies: Commons Logging, spring-beans, spring-core, spring-context, spring-oxm
[Log4J, spring-web, spring-webmvc, SAAJ, JDOM, StAX, Servlet API, JAF, Axiom, DOM4J, XOM]
-* spring-ws-core-tiger-1.0.0.jar
+* spring-ws-core-tiger-1.0.1.jar
- Contents: The Spring-WS Core for Java 5
- Dependencies: Commons Logging, spring-beans, spring-core, spring-context, spring-core
-* spring-ws-security-1.0.0.jar
+* spring-ws-security-1.0.1.jar
- Contents: Spring-WS Security integration
- Dependencies: Commons Logging, spring-beans, spring-core, spring-context, spring-ws-core
[Log4J, xmlsdig, xmlsec, XWS-security, Acegi]
-* spring-xml-1.0.0.jar
+* spring-xml-1.0.1.jar
- Contents: Spring XML utility framework
- Dependencies: Commons Logging, spring-beans, spring-core
[StAX, Xalan, Jaxen]
diff --git a/samples/airline/client/spring-ws/build.xml b/samples/airline/client/spring-ws/build.xml
index 813f7580..c41c13bd 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/echo/client/spring-ws/build.xml b/samples/echo/client/spring-ws/build.xml
index 94a6409d..30d04ad7 100644
--- a/samples/echo/client/spring-ws/build.xml
+++ b/samples/echo/client/spring-ws/build.xml
@@ -12,7 +12,7 @@
-
+
diff --git a/src/docbkx/tutorial.xml b/src/docbkx/tutorial.xml
index bd83022c..00360ec1 100644
--- a/src/docbkx/tutorial.xml
+++ b/src/docbkx/tutorial.xml
@@ -474,7 +474,7 @@
mvn archetype:create -DarchetypeGroupId=org.springframework.ws \
-DarchetypeArtifactId=spring-ws-archetype \
- -DarchetypeVersion=1.0.0 \
+ -DarchetypeVersion=1.0.1 \
-DgroupId=com.mycompany.hr \
-DartifactId=holidayService
@@ -634,7 +634,7 @@ public class HolidayEndpoint extends AbstractJDomPayloadEndpoint {
org.springframework.ws
spring-ws-core
- 1.0.0
+ 1.0.1
jdom
diff --git a/src/site/apt/downloads/releases.apt b/src/site/apt/downloads/releases.apt
index e8bb2c00..568997ef 100644
--- a/src/site/apt/downloads/releases.apt
+++ b/src/site/apt/downloads/releases.apt
@@ -6,11 +6,11 @@ Downloads
* Get the latest Spring Web Services releases here
- * <>
+ * <>
- * {{{http://sourceforge.net/project/showfiles.php?group_id=73357&package_id=178569&release_id=532966}Download}} | {{{http://static.springframework.org/spring-ws/docs/1.0.0/changelog.txt}Changelog}} | {{{http://forum.springframework.org/showthread.php?t=42788}Announcement}}
+ * {{{http://sourceforge.net/project/showfiles.php?group_id=73357&package_id=178569&release_id=542737}Download}} | {{{http://static.springframework.org/spring-ws/docs/1.0.1/changelog.txt}Changelog}} | {{{http://forum.springframework.org/showthread.php?t=44351}Announcement}}
- * <>
+ * <>
* {{{snapshots.html}Download nighly snapshots}}
diff --git a/src/site/apt/downloads/snapshots.apt b/src/site/apt/downloads/snapshots.apt
index b213a498..c5260d13 100644
--- a/src/site/apt/downloads/snapshots.apt
+++ b/src/site/apt/downloads/snapshots.apt
@@ -23,10 +23,10 @@ Snapshot Builds
org.springframework.ws
spring-ws-core
- 1.0.1-SNAPSHOT
+ 1.0.2-SNAPSHOT
+---------------
Additionally, there are
- {{{http://s3browse.com/explore/maven.springframework.org/snapshot/org/springframework/ws/spring-ws/1.0.1-SNAPSHOT/}zips}}
+ {{{http://s3browse.com/explore/maven.springframework.org/snapshot/org/springframework/ws/spring-ws/1.0.2-SNAPSHOT/}zips}}
available which contain all jars. Make sure to click 'Next >' a couple of times to get the most recent snapshots.