Set version number to 1.0-RC1.
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user