diff --git a/archetype/src/main/resources/archetype-resources/pom.xml b/archetype/src/main/resources/archetype-resources/pom.xml
index 6684f023..2c4827ce 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.5.0-rc2
+ 1.5.0
org.springframework.ws
spring-ws-core
- 1.5.0-rc2
+ 1.5.0
diff --git a/parent/pom.xml b/parent/pom.xml
index fff05da8..64d90314 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -9,9 +9,8 @@
http://static.springframework.org/spring-ws/site/downloads/releases.html
- spring-s3
- Spring Milestone Repository
- s3://maven.springframework.org/milestone
+ local
+ file:///Users/arjen/Projects/Spring/repos/repo
spring-s3
diff --git a/pom.xml b/pom.xml
index da88b008..1a901818 100644
--- a/pom.xml
+++ b/pom.xml
@@ -420,6 +420,13 @@
1.0.6
${project.build.directory}/dependency/acegi/
+
+
+ org.springframework.security
+ spring-security-core
+ 2.0-M2
+ ${project.build.directory}/dependency/spring-security/
+
javax.xml.bind
diff --git a/readme.txt b/readme.txt
index 3997012a..d456094d 100644
--- a/readme.txt
+++ b/readme.txt
@@ -1,4 +1,4 @@
-SPRING WEB SERVICES 1.5.0 Release Candidate 2 (March 2008)
+SPRING WEB SERVICES 1.5.0 (March 2008)
-------------------------------
http://www.springframework.org/spring-ws
http://forum.springframework.org/forumdisplay.php?f=39
@@ -19,13 +19,15 @@ Spring-WS requires J2SE 1.4 or higher and J2EE 1.4 or higher. J2SE 1.6 is requi
Release contents:
"." contains Spring-WS distribution units (jars and source zip archives), readme, and copyright
+"dist" contains the Spring-WS distribution
+"dist/modules" contains the Spring-WS modules
+
+The -with-dependencies distribution contains the following additional content:
+
+"dist/module-sources" contains the Spring-WS modules
"docs" contains the Spring-WS reference manual and API Javadocs
-"modules" contains buildable modules
-"modules/spring-oxm" contains buildable Spring O/X Mapping sources
-"modules/spring-ws-core" contains buildable Spring-WS core sources
-"modules/spring-ws-security" contains buildable Spring-WS security sources
-"modules/spring-xml" contains buildable Spring XML utility sources, an internal library used by Spring-WS
"samples" contains buildable Spring-WS sample application sources
+"lib" contains the Spring-WS dependencies
See the readme.txt within the above directories for additional information.
@@ -37,40 +39,40 @@ 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.5.0-rc2.jar
+* spring-oxm-1.5.0.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.5.0-rc2.jar
+* spring-oxm-tiger-1.5.0.jar
- Contents: The Spring Object/XML Mapping framework for Java 5
- Dependencies: Commons Logging, spring-beans, spring-core, JAXB 2
-* spring-ws-core-1.5.0-rc2.jar
+* spring-ws-core-1.5.0.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, WSDL4J]
-* spring-ws-core-tiger-1.5.0-rc2.jar
+* spring-ws-core-tiger-1.5.0.jar
- Contents: The Spring-WS Core for Java 5
- Dependencies: Commons Logging, spring-beans, spring-core, spring-context, spring-core
-* spring-ws-support-1.5.0-rc2.jar
+* spring-ws-support-1.5.0.jar
- Contents: The Spring-WS Support
- Dependencies: Commons Logging, spring-beans, spring-core, spring-context, spring-core
[JMS, JavaMail]
-* spring-ws-security-1.5.0-rc2.jar
+* spring-ws-security-1.5.0.jar
- Contents: Spring-WS Security integration
- Dependencies: Commons Logging, spring-beans, spring-core, spring-context, spring-ws-core
[Log4J, xmlsdig, xmlsec, XWS-security, Acegi, WSS4J]
-* spring-xml-1.5.0-rc2.jar
+* spring-xml-1.5.0.jar
- Contents: Spring XML utility framework
- Dependencies: Commons Logging, spring-beans, spring-core
[StAX, Xalan, Jaxen]
-* spring-ws-1.5.0-rc2.jar
+* spring-ws-1.5.0.jar
- Contents: Convenient al-in-one jar containing all of the jars described above
diff --git a/samples/airline/client/jms/build.xml b/samples/airline/client/jms/build.xml
index b490e6cf..f4408b1d 100644
--- a/samples/airline/client/jms/build.xml
+++ b/samples/airline/client/jms/build.xml
@@ -24,7 +24,7 @@
-
+
@@ -32,7 +32,7 @@
-
+
diff --git a/samples/airline/client/spring-ws/build.xml b/samples/airline/client/spring-ws/build.xml
index 22f374b3..99e5aa4c 100644
--- a/samples/airline/client/spring-ws/build.xml
+++ b/samples/airline/client/spring-ws/build.xml
@@ -20,8 +20,8 @@
-
-
+
+
diff --git a/samples/echo/client/spring-ws/build.xml b/samples/echo/client/spring-ws/build.xml
index 288366a5..7ef2a825 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/pox/client/spring-ws/build.xml b/samples/pox/client/spring-ws/build.xml
index 6d840eaf..ac86e584 100644
--- a/samples/pox/client/spring-ws/build.xml
+++ b/samples/pox/client/spring-ws/build.xml
@@ -12,7 +12,7 @@
-
+
diff --git a/samples/stockquote/client/spring-ws/build.xml b/samples/stockquote/client/spring-ws/build.xml
index bcead84d..18755e62 100644
--- a/samples/stockquote/client/spring-ws/build.xml
+++ b/samples/stockquote/client/spring-ws/build.xml
@@ -12,7 +12,7 @@
-
+
diff --git a/src/docbkx/tutorial.xml b/src/docbkx/tutorial.xml
index b2dab958..19d24543 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.5.0-rc2 \
+ -DarchetypeVersion=1.5.0 \
-DgroupId=com.mycompany.hr \
-DartifactId=holidayService
@@ -634,7 +634,7 @@ public class HolidayEndpoint extends AbstractJDomPayloadEndpoint {
org.springframework.ws
spring-ws-core
- 1.5.0-rc2
+ 1.5.0
jdom
diff --git a/src/site/apt/downloads/releases.apt b/src/site/apt/downloads/releases.apt
index b60be736..5547755b 100644
--- a/src/site/apt/downloads/releases.apt
+++ b/src/site/apt/downloads/releases.apt
@@ -6,14 +6,15 @@ Downloads
* Get the latest Spring Web Services releases here
- * <>
+ * <>
- * {{{http://sourceforge.net/project/showfiles.php?group_id=73357&package_id=178569&release_id=563313}Download}} | {{{http://static.springframework.org/spring-ws/docs/1.0.3/changelog.txt}Changelog}} | {{{http://forum.springframework.org/showthread.php?t=47787}Announcement}}
-
- * <>
+ * {{{http://sourceforge.net/project/showfiles.php?group_id=73357&package_id=178569&release_id=587838}Download}} | {{{http://static.springframework.org/spring-ws/docs/1.5.0/changelog.txt}Changelog}} | {{{http://forum.springframework.org/showthread.php?t=51796}Announcement}}
+
+ * <>
+
+ * {{{http://sourceforge.net/project/showfiles.php?group_id=73357&package_id=178569&release_id=563313}Download}} | {{{http://static.springframework.org/spring-ws/docs/1.0.3/changelog.txt}Changelog}} | {{{http://forum.springframework.org/showthread.php?t=47787}Announcement}}
- * {{{http://sourceforge.net/project/showfiles.php?group_id=73357&package_id=178569&release_id=585804}Download}} | {{{http://static.springframework.org/spring-ws/docs/1.5.0-rc2/changelog.txt}Changelog}} | {{{http://forum.springframework.org/showthread.php?t=51444}Announcement}}
- * <>
+ * <>
* {{{snapshots.html}Download nightly snapshots}}
diff --git a/src/site/apt/downloads/snapshots.apt b/src/site/apt/downloads/snapshots.apt
index 0749f9bc..885e5645 100644
--- a/src/site/apt/downloads/snapshots.apt
+++ b/src/site/apt/downloads/snapshots.apt
@@ -23,7 +23,7 @@ Snapshot Builds
org.springframework.ws
spring-ws-core
- 1.5.0-SNAPSHOT
+ 1.5.1-SNAPSHOT
+---------------