Backported changes from 1.5.0 release (11467:11485)

This commit is contained in:
Arjen Poutsma
2008-03-28 22:45:36 +00:00
parent d351c4c146
commit 4fd9b994d2
12 changed files with 44 additions and 35 deletions

View File

@@ -474,7 +474,7 @@
</para>
<screen>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
</screen>
@@ -634,7 +634,7 @@ public class HolidayEndpoint extends AbstractJDomPayloadEndpoint {
<dependency>
<groupId>org.springframework.ws</groupId>
<artifactId>spring-ws-core</artifactId>
<version>1.5.0-rc2</version>
<version>1.5.0</version>
</dependency>
<dependency>
<groupId>jdom</groupId>

View File

@@ -6,14 +6,15 @@ Downloads
* Get the latest Spring Web Services releases here
* <<Spring-WS 1.0.3 is the current production release>>
* <<Spring-WS 1.5.0 is the current production release>>
* {{{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}}
* <<Spring-WS 1.5.0 Release Candidate 2 is the current development preview>>
* {{{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}}
* <<Spring-WS 1.0.3 is the previous production release>>
* {{{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}}
* <<Spring-WS 1.5.0 is the upcoming production release>>
* <<Spring-WS 1.5.1 is the upcoming production release>>
* {{{snapshots.html}Download nightly snapshots}}

View File

@@ -23,7 +23,7 @@ Snapshot Builds
<dependency>
<groupId>org.springframework.ws</groupId>
<artifactId>spring-ws-core</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.1-SNAPSHOT</version>
</dependency>
+---------------