Backported changes from 1.5 M2 into trunk (10189:10199)

This commit is contained in:
Arjen Poutsma
2008-02-11 00:00:27 +00:00
parent 73b3664064
commit a1105c8981
11 changed files with 55 additions and 26 deletions

View File

@@ -78,7 +78,7 @@
<include>**/Makefile</include>
<include>mtom/**/spring-ws-logo.png</include>
<include>maven-ant-tasks-*.jar</include>
<include>ant-dotnet-*.jar</include>
<include>**/ant-dotnet-*.jar</include>
<includes>**/*.exe</includes>
</includes>
<excludes>

View File

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

View File

@@ -6,14 +6,14 @@ Downloads
* Get the latest Spring Web Services releases here
* <<Spring-WS 1.0.2 is the current production release>>
* <<Spring-WS 1.0.3 is the current production release>>
* {{{http://sourceforge.net/project/showfiles.php?group_id=73357&package_id=178569&release_id=552258}Download}} | {{{http://static.springframework.org/spring-ws/docs/1.0.2/changelog.txt}Changelog}} | {{{http://forum.springframework.org/showthread.php?t=45879}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}}
* <<Spring-WS 1.5.0 Milestone 1 is the current development preview>>
* <<Spring-WS 1.5.0 Milestone 2 is the current development preview>>
* {{{http://sourceforge.net/project/showfiles.php?group_id=73357&package_id=178569&release_id=560091}Download}} | {{{http://static.springframework.org/spring-ws/docs/1.5.0-m1/changelog.txt}Changelog}} | {{{http://forum.springframework.org/showthread.php?t=47217}Announcement}}
* {{{http://sourceforge.net/project/showfiles.php?group_id=73357&package_id=178569&release_id=575397}Download}} | {{{http://static.springframework.org/spring-ws/docs/1.5.0-m2/changelog.txt}Changelog}} | {{{http://forum.springframework.org/showthread.php?t=49690}Announcement}}
* <<Spring-WS 1.5.0 Milestone 2 is the upcoming development release>>
* <<Spring-WS 1.5.0 Release Candidate 1 is the upcoming development 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-m2-SNAPSHOT</version>
<version>1.5.0-rc1-SNAPSHOT</version>
</dependency>
+---------------