Updating for RC2 snapshot

This commit is contained in:
Arjen Poutsma
2007-05-21 09:44:26 +00:00
parent 4b3cbb12d6
commit 92ab66c2ee
5 changed files with 10 additions and 10 deletions

View File

@@ -12,7 +12,7 @@
</typedef>
<artifact:dependencies pathId="classpath">
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.0-rc1-SNAPSHOT"/>
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.0-rc2-SNAPSHOT"/>
<dependency groupId="com.sun.xml.messaging.saaj" artifactId="saaj-impl" version="1.3"/>
<dependency groupId="commons-httpclient" artifactId="commons-httpclient" version="3.0.1"/>
</artifact:dependencies>

View File

@@ -3,7 +3,7 @@
<parent>
<artifactId>spring-ws</artifactId>
<groupId>org.springframework.ws</groupId>
<version>1.0-rc1-SNAPSHOT</version>
<version>1.0-rc2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>spring-ws-sandbox</artifactId>

View File

@@ -454,10 +454,9 @@
</para>
<screen>mvn archetype:create -DarchetypeGroupId=org.springframework.ws \
-DarchetypeArtifactId=spring-ws-archetype \
-DarchetypeVersion=1.0-rc1-SNAPSHOT \
-DarchetypeVersion=1.0-rc1 \
-DgroupId=com.mycompany.hr \
-DartifactId=holidayService \
-DremoteRepositories=http://s3.amazonaws.com/maven.springframework.org
-DartifactId=holidayService
</screen>
<para>
This command will create a new directory called <filename>holidayService</filename>. In this directory,

View File

@@ -6,10 +6,11 @@ Downloads
* Get the latest Spring Web Services releases here
* <<Spring-WS 1.0 M3 is the current development release>>
* <<Spring-WS 1.0 RC1 is the current development release>>
* {{{http://sourceforge.net/project/showfiles.php?group_id=73357&package_id=178569&release_id=481055}Downloads}} | {{{http://static.springframework.org/spring-ws/docs/1.0-m3/changelog.txt}Changelog}} | {{{http://forum.springframework.org/showthread.php?t=34044}Announcement}}
* {{{http://sourceforge.net/project/showfiles.php?group_id=73357&package_id=178569&release_id=509928}Downloads}} | {{{http://static.springframework.org/spring-ws/docs/1.0-rc1/changelog.txt}Changelog}} | {{{http://forum.springframework.org/showthread.php?t=38978}Announcement}}
* <<Spring-WS 1.0 RC1 is the upcoming development release>>
* <<Spring-WS 1.0 RC2 is the upcoming development release>>
* {{{snapshots.html}Download nighly snapshots}}

View File

@@ -23,8 +23,8 @@ Snapshot Builds
<dependency>
<groupId>org.springframework.ws</groupId>
<artifactId>spring-ws-core</artifactId>
<version>1.0-rc1-SNAPSHOT</version>
<version>1.0-rc2-SNAPSHOT</version>
</dependency>
+---------------
Additionally, there are {{{http://s3browse.com/explore/maven.springframework.org/org/springframework/ws/spring-ws/1.0-rc1-SNAPSHOT/}zips}} available which contain all jars.
Additionally, there are {{{http://s3browse.com/explore/maven.springframework.org/org/springframework/ws/spring-ws/1.0-rc2-SNAPSHOT/}zips}} available which contain all jars.