Skip to content

Commit a3f5bda

Browse files
committed
1 parent 007b0c1 commit a3f5bda

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

src/changes/changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<author email="[email protected]">Arjen Poutsma</author>
66
</properties>
77
<body>
8-
<release version="1.0-RC1" date="2007-05-21">
8+
<release version="1.0-rc1" date="2007-05-21">
99
<action dev="poutsma" type="add" issue="SWS-98">Changing URL in CommonsHttpMessageSender</action>
1010
<action dev="poutsma" type="add" issue="SWS-117">Allow SoapFaultMappingExceptionResolver to use strategy to
1111
obtain SoapFaultDefinition

src/site/apt/downloads/releases.apt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ Downloads
66

77
* Get the latest Spring Web Services releases here
88

9-
* <<Spring-WS 1.0 M3 is the current development release>>
9+
* <<Spring-WS 1.0 RC1 is the current development release>>
1010

11-
* {{{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}}
11+
* {{{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}}
12+
1213

13-
* <<Spring-WS 1.0 RC1 is the upcoming development release>>
14+
* <<Spring-WS 1.0 RC2 is the upcoming development release>>
1415

1516
* {{{snapshots.html}Download nighly snapshots}}

src/site/apt/downloads/snapshots.apt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Snapshot Builds
66

7-
These builds are provided for testing and development purposes only. They are built by a Continuum process
7+
These builds are provided for testing and development purposes only. They are built by a Bamboo process
88
automatically using the latest snapshot from Subversion.
99

1010
The snapshots are deloyed to a Maven2 snapshot repository. To use it, just add the following repository to the POM:
@@ -23,8 +23,8 @@ Snapshot Builds
2323
<dependency>
2424
<groupId>org.springframework.ws</groupId>
2525
<artifactId>spring-ws-core</artifactId>
26-
<version>1.0-rc1-SNAPSHOT</version>
26+
<version>1.0-rc2-SNAPSHOT</version>
2727
</dependency>
2828
+---------------
2929

30-
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.
30+
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.

0 commit comments

Comments
 (0)