Preparing for 2.0-RELEASE

This commit is contained in:
Arjen Poutsma
2011-01-11 11:55:26 +00:00
parent d6fb1a8285
commit 829dd284c6
39 changed files with 39 additions and 44 deletions

View File

@@ -3,7 +3,7 @@
<parent>
<artifactId>spring-ws-parent</artifactId>
<groupId>org.springframework.ws</groupId>
<version>2.0.1-RELEASE-SNAPSHOT</version>
<version>2.0.0.RELEASE-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@@ -12,15 +12,10 @@
<finalName>${artifactId}</finalName>
</build>
<dependencies>
<dependency>
<groupId>org.springframework.ws</groupId>
<artifactId>spring-oxm</artifactId>
<version>2.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.springframework.ws</groupId>
<artifactId>spring-ws-core</artifactId>
<version>2.0.0-M1</version>
<version>2.0.0.RELEASE</version>
</dependency>
</dependencies>
</project>