Skip to content

Commit 007b0c1

Browse files
committed
Removed final references to SNAPSHOT
1 parent d505397 commit 007b0c1

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

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-rc1-SNAPSHOT"/>
15+
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.0-rc1"/>
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
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>spring-ws</artifactId>
55
<groupId>org.springframework.ws</groupId>
6-
<version>1.0-rc1-SNAPSHOT</version>
6+
<version>1.0-rc1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>spring-ws-sandbox</artifactId>

src/docbkx/tutorial.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -454,10 +454,9 @@
454454
</para>
455455
<screen>mvn archetype:create -DarchetypeGroupId=org.springframework.ws \
456456
-DarchetypeArtifactId=spring-ws-archetype \
457-
-DarchetypeVersion=1.0-rc1-SNAPSHOT \
457+
-DarchetypeVersion=1.0-rc1\
458458
-DgroupId=com.mycompany.hr \
459-
-DartifactId=holidayService \
460-
-DremoteRepositories=http://s3.amazonaws.com/maven.springframework.org
459+
-DartifactId=holidayService
461460
</screen>
462461
<para>
463462
This command will create a new directory called <filename>holidayService</filename>. In this directory,

0 commit comments

Comments
 (0)