Skip to content

Commit ed169d1

Browse files
committed
Updated version numbers
1 parent 527493e commit ed169d1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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-rc2-SNAPSHOT"/>
17+
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.0-rc2"/>
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-rc2-SNAPSHOT"/>
15+
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.0-rc2"/>
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>

src/site/apt/downloads/snapshots.apt

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

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.
30+
Additionally, there are {{{http://s3browse.com/explore/maven.springframework.org/org/springframework/ws/spring-ws/1.0-rc3-SNAPSHOT/}zips}} available which contain all jars.

0 commit comments

Comments
 (0)