Set version number to 1.0-RC1.

This commit is contained in:
Arjen Poutsma
2007-04-18 00:09:49 +00:00
parent 94a92201fa
commit 4ef7773527
3 changed files with 61 additions and 8 deletions

View File

@@ -12,7 +12,7 @@
</typedef>
<artifact:dependencies pathId="classpath">
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.0-m4-SNAPSHOT"/>
<dependency groupId="org.springframework.ws" artifactId="spring-ws-core" version="1.0-rc1-SNAPSHOT"/>
<dependency groupId="com.sun.xml.messaging.saaj" artifactId="saaj-impl" version="1.3"/>
<dependency groupId="commons-httpclient" artifactId="commons-httpclient" version="3.0.1"/>
</artifact:dependencies>
@@ -39,7 +39,7 @@
<target name="echo" depends="build">
<java classname="org.springframework.ws.samples.echo.client.sws.EchoClient" fork="true" failonerror="true">
<classpath refid="classpath" />
<classpath refid="classpath"/>
<classpath location="${bin.dir}"/>
</java>
</target>

View File

@@ -4,7 +4,7 @@
<parent>
<artifactId>spring-ws-samples</artifactId>
<groupId>org.springframework.ws</groupId>
<version>1.0-m4-SNAPSHOT</version>
<version>1.0-rc1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>echo</artifactId>