You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/site/apt/downloads/snapshots.apt
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
Snapshot Builds
6
6
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
8
8
automatically using the latest snapshot from Subversion.
9
9
10
10
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
23
23
<dependency>
24
24
<groupId>org.springframework.ws</groupId>
25
25
<artifactId>spring-ws-core</artifactId>
26
-
<version>1.0-rc1-SNAPSHOT</version>
26
+
<version>1.0-rc2-SNAPSHOT</version>
27
27
</dependency>
28
28
+---------------
29
29
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