This commit is contained in:
Arjen Poutsma
2007-01-27 15:44:58 +00:00
parent 3daddc2ba2
commit 73ff6b112d
2 changed files with 6 additions and 1 deletions

View File

@@ -2,6 +2,11 @@ SPRING WEB SERVICES CHANGELOG
=============================
http://www.springframework.org/spring-ws
Changes in version 1.0-RC1
-------------------------
Package org.springframework.ws.server.endpoint
* added XPathPayloadEndpointMapping (#SWS-85).
Changes in version 1.0-M3
-------------------------
Package org.springframework.oxm.castor

View File

@@ -3,7 +3,7 @@
<parent>
<artifactId>spring-ws</artifactId>
<groupId>org.springframework.ws</groupId>
<version>1.0-m3-SNAPSHOT</version>
<version>1.0-m4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>spring-ws-sandbox</artifactId>