Backported changes from 1.5.3 release (13085:13088)

This commit is contained in:
Arjen Poutsma
2008-07-04 23:30:37 +00:00
parent 3d7b1bc06d
commit cbe55649a2
14 changed files with 58 additions and 26 deletions

View File

@@ -83,7 +83,7 @@
<include>mtom/**/spring-ws-logo.png</include>
<include>maven-ant-tasks-*.jar</include>
<include>**/ant-dotnet-*.jar</include>
<includes>**/*.exe</includes>
<include>**/*.exe</include>
</includes>
<excludes>
<exclude>airline/activemq-data</exclude>

View File

@@ -474,7 +474,7 @@
</para>
<screen>mvn archetype:create -DarchetypeGroupId=org.springframework.ws \
-DarchetypeArtifactId=spring-ws-archetype \
-DarchetypeVersion=1.5.2 \
-DarchetypeVersion=1.5.3 \
-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.2</version>
<version>1.5.3</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.2 is the current production release (JDK 1.4+)>>
* <<Spring-WS 1.5.3 is the current production release (JDK 1.4+)>>
* {{{http://sourceforge.net/project/showfiles.php?group_id=73357&package_id=178569&release_id=600343}Download}} | {{{http://static.springframework.org/spring-ws/docs/1.5.2/changelog.txt}Changelog}} | {{{http://forum.springframework.org/showthread.php?t=54476}Announcement}}
* {{{http://sourceforge.net/project/showfiles.php?group_id=73357&package_id=178569&release_id=611368}Download}} | {{{http://static.springframework.org/spring-ws/docs/1.5.3/changelog.txt}Changelog}} | {{{http://forum.springframework.org/showthread.php?t=56915}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.3-SNAPSHOT</version>
<version>1.5.4-SNAPSHOT</version>
</dependency>
+---------------