Skip to content

Commit 7937e90

Browse files
committed
Updated version numbers
1 parent 5b11b13 commit 7937e90

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

samples/airline/client/spring-ws/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</typedef>
1515

1616
<artifact:dependencies pathId="classpath">
17-
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.0-SNAPSHOT"/>
17+
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.0.0"/>
1818
<dependency groupId="com.sun.xml.messaging.saaj" artifactId="saaj-impl" version="1.3"/>
1919
<dependency groupId="commons-httpclient" artifactId="commons-httpclient" version="3.0.1"/>
2020
<dependency groupId="commons-httpclient" artifactId="commons-httpclient" version="3.0.1"/>

samples/echo/client/spring-ws/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</typedef>
1313

1414
<artifact:dependencies pathId="classpath">
15-
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.0-SNAPSHOT"/>
15+
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.0.0"/>
1616
<dependency groupId="com.sun.xml.messaging.saaj" artifactId="saaj-impl" version="1.3"/>
1717
<dependency groupId="commons-httpclient" artifactId="commons-httpclient" version="3.0.1"/>
1818
</artifact:dependencies>

sandbox/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>spring-ws</artifactId>
66
<groupId>org.springframework.ws</groupId>
7-
<version>1.0.0-SNAPSHOT</version>
7+
<version>1.0.0</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<artifactId>spring-ws-sandbox</artifactId>

src/site/apt/downloads/releases.apt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Downloads
66

77
* Get the latest Spring Web Services releases here
88

9-
* <<Spring-WS 1.0 RC2 is the current development release>>
9+
* <<Spring-WS 1.0.0 is the current production release>>
1010

1111
* {{{http://sourceforge.net/project/showfiles.php?group_id=73357&package_id=178569&release_id=516288}Downloads}} | {{{http://static.springframework.org/spring-ws/docs/1.0-rc2/changelog.txt}Changelog}} | {{{http://forum.springframework.org/showthread.php?t=40148}Announcement}}
1212

src/site/apt/downloads/snapshots.apt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ Snapshot Builds
2323
<dependency>
2424
<groupId>org.springframework.ws</groupId>
2525
<artifactId>spring-ws-core</artifactId>
26-
<version>1.0-rc3-SNAPSHOT</version>
26+
<version>1.0.1-SNAPSHOT</version>
2727
</dependency>
2828
+---------------
2929

3030
Additionally, there are
31-
{{{http://s3browse.com/explore/maven.springframework.org/snapshot/org/springframework/ws/spring-ws/1.0-rc3-SNAPSHOT/}zips}}
31+
{{{http://s3browse.com/explore/maven.springframework.org/snapshot/org/springframework/ws/spring-ws/1.0.1-SNAPSHOT/}zips}}
3232
available which contain all jars. Make sure to click 'Next >' a couple of times to get the most recent snapshots.

0 commit comments

Comments
 (0)