Backported 1.5.1 changes to trunk (12289:12294)

This commit is contained in:
Arjen Poutsma
2008-05-04 13:07:25 +00:00
parent 8ce1c51fa9
commit c078a4ea9f
11 changed files with 25 additions and 25 deletions

View File

@@ -474,7 +474,7 @@
</para>
<screen>mvn archetype:create -DarchetypeGroupId=org.springframework.ws \
-DarchetypeArtifactId=spring-ws-archetype \
-DarchetypeVersion=1.5.0 \
-DarchetypeVersion=1.5.1 \
-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</version>
<version>1.5.1</version>
</dependency>
<dependency>
<groupId>jdom</groupId>

View File

@@ -6,15 +6,15 @@ Downloads
* Get the latest Spring Web Services releases here
* <<Spring-WS 1.5.0 is the current production release (JDK 1.4+)>>
* <<Spring-WS 1.5.1 is the current production release (JDK 1.4+)>>
* {{{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=596930}Download}} | {{{http://static.springframework.org/spring-ws/docs/1.5.1/changelog.txt}Changelog}} | {{{http://forum.springframework.org/showthread.php?t=53701}Announcement}}
* <<Spring-WS 1.0.4 is the previous production release (JDK 1.3)>>
* {{{http://sourceforge.net/project/showfiles.php?group_id=73357&package_id=178569&release_id=590453}Download}} | {{{http://static.springframework.org/spring-ws/docs/1.0.4/changelog.txt}Changelog}} | {{{http://forum.springframework.org/showthread.php?t=52246}Announcement}}
* <<Spring-WS 1.5.1 is the upcoming production release>>
* <<Spring-WS 1.5.2 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.1-SNAPSHOT</version>
<version>1.5.2-SNAPSHOT</version>
</dependency>
+---------------