Merged changes 8933:8939 from 1.0.2 into the trunk

This commit is contained in:
Arjen Poutsma
2007-11-06 19:09:06 +00:00
parent b4e08ec797
commit d7e4b78bea
11 changed files with 176 additions and 109 deletions

View File

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

View File

@@ -6,11 +6,11 @@ Downloads
* Get the latest Spring Web Services releases here
* <<Spring-WS 1.0.1 is the current production release>>
* <<Spring-WS 1.0.2 is the current production release>>
* {{{http://sourceforge.net/project/showfiles.php?group_id=73357&package_id=178569&release_id=542737}Download}} | {{{http://static.springframework.org/spring-ws/docs/1.0.1/changelog.txt}Changelog}} | {{{http://forum.springframework.org/showthread.php?t=44351}Announcement}}
* {{{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}}
* <<Spring-WS 1.0.2 is the upcoming development release>>
* <<Spring-WS 1.0.3 is the upcoming development release>>
* {{{snapshots.html}Download nighly snapshots}}

View File

@@ -23,10 +23,10 @@ Snapshot Builds
<dependency>
<groupId>org.springframework.ws</groupId>
<artifactId>spring-ws-core</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.3-SNAPSHOT</version>
</dependency>
+---------------
Additionally, there are
{{{http://s3browse.com/explore/maven.springframework.org/snapshot/org/springframework/ws/spring-ws/1.0.2-SNAPSHOT/}zips}}
{{{http://s3browse.com/explore/maven.springframework.org/snapshot/org/springframework/ws/spring-ws/1.0.3-SNAPSHOT/}zips}}
available which contain all jars. Make sure to click 'Next >' a couple of times to get the most recent snapshots.