Released SWS 2.0 M1

This commit is contained in:
Arjen Poutsma
2010-03-01 12:00:41 +00:00
parent 95048ca3d3
commit 1239d22c96
13 changed files with 81 additions and 70 deletions

View File

@@ -1,2 +1 @@
http\://www.springframework.org/schema/oxm=org.springframework.oxm.config.OxmNamespaceHandler
http\://www.springframework.org/schema/web-services=org.springframework.ws.config.WebServicesNamespaceHandler

View File

@@ -1,2 +1 @@
http\://www.springframework.org/schema/oxm/spring-oxm-1.5.xsd=/org/springframework/oxm/config/spring-oxm-1.5.xsd
http\://www.springframework.org/schema/web-services/web-services-1.5.xsd=/org/springframework/ws/config/web-services-1.5.xsd

View File

@@ -6,14 +6,16 @@ Downloads
* Get the latest Spring Web Services releases here
* <<Spring-WS 2.0.0 M1 is the current development release (JDK 1.5+)>>
* {{{http://www.springsource.com/download/community?project=Spring%20Web%20Services}Download}} | {{{http://static.springframework.org/spring-ws/docs/2.0.0-m1/changelog.txt}Changelog}} | {{{http://forum.springframework.org/showthread.php?t=85421}Announcement}}
* <<Spring-WS 1.5.9 is the current production release (JDK 1.4+)>>
* {{{http://www.springsource.com/download/community?project=Spring%20Web%20Services}Download}} | {{{http://static.springframework.org/spring-ws/docs/1.5.9/changelog.txt}Changelog}} | {{{http://forum.springframework.org/showthread.php?t=83900}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.10 is the upcoming production release>>
* <<Spring-WS 2.0.0 M2 is the upcoming production release>>
* {{{snapshots.html}Download nightly snapshots}}

View File

@@ -23,10 +23,10 @@ Snapshot Builds
<dependency>
<groupId>org.springframework.ws</groupId>
<artifactId>spring-ws-core</artifactId>
<version>1.5.10-SNAPSHOT</version>
<version>2.0.0-M2-SNAPSHOT</version>
</dependency>
+---------------
Additionally, there are
{{{http://static.springframework.org/spring-ws/downloads/1.5-snapshot-download.php}zips}}
{{{http://static.springframework.org/spring-ws/downloads/2.0-snapshot-download.php}zips}}
available which contain all jars.