Merged back changes from 1.5.5 release (14414:14424)

This commit is contained in:
Arjen Poutsma
2008-11-05 13:01:56 +00:00
parent 608b1a15ae
commit f2d73deaa8
14 changed files with 67 additions and 34 deletions

View File

@@ -36,7 +36,7 @@
</moduleSets>
<files>
<file>
<source>target/${artifactId}-${version}.jar</source>
<source>target/${artifactId}-${version}-all.jar</source>
<outputDirectory>dist</outputDirectory>
</file>
<file>

View File

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

View File

@@ -6,9 +6,9 @@ Downloads
* Get the latest Spring Web Services releases here
* <<Spring-WS 1.5.4 is the current production release (JDK 1.4+)>>
* <<Spring-WS 1.5.5 is the current production release (JDK 1.4+)>>
* {{{http://sourceforge.net/project/showfiles.php?group_id=73357&package_id=178569&release_id=617117}Download}} | {{{http://static.springframework.org/spring-ws/docs/1.5.4/changelog.txt}Changelog}} | {{{http://forum.springframework.org/showthread.php?t=58204}Announcement}}
* {{{http://www.springsource.com/download/community?project=Spring%20Web%20Services}Download}} | {{{http://static.springframework.org/spring-ws/docs/1.5.5/changelog.txt}Changelog}} | {{{http://forum.springframework.org/showthread.php?t=63045}Announcement}}
* <<Spring-WS 1.0.4 is the previous production release (JDK 1.3)>>

View File

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