diff --git a/build-spring-integration/pom.xml b/build-spring-integration/pom.xml
index 2cba87cda8..4da83f2406 100644
--- a/build-spring-integration/pom.xml
+++ b/build-spring-integration/pom.xml
@@ -29,6 +29,7 @@
../org.springframework.integration.mail
../org.springframework.integration.rmi
../org.springframework.integration.stream
+ ../org.springframework.integration.udp
../org.springframework.integration.ws
../org.springframework.integration.xml
diff --git a/build-spring-integration/publish.xml b/build-spring-integration/publish.xml
index b2b352cea1..cf5da83c77 100644
--- a/build-spring-integration/publish.xml
+++ b/build-spring-integration/publish.xml
@@ -17,6 +17,7 @@
+
diff --git a/build-spring-integration/resources/changelog.txt b/build-spring-integration/resources/changelog.txt
index 5d06195e36..7a184c85b1 100644
--- a/build-spring-integration/resources/changelog.txt
+++ b/build-spring-integration/resources/changelog.txt
@@ -5,7 +5,7 @@ For the full detailed changelog, see:
https://fisheye.springsource.org/changelog/spring-integration
-Changes in version 2.0.0 Milestone 1 (Oct 09, 2009)
+Changes in version 2.0.0 Milestone 1 (Oct 12, 2009)
---------------------------------------------------
http://jira.springframework.org/secure/IssueNavigator.jspa?reset=true&pid=10121&fixfor=11178
diff --git a/build-spring-integration/resources/readme.txt b/build-spring-integration/resources/readme.txt
index 94c4655968..3c5e8de443 100644
--- a/build-spring-integration/resources/readme.txt
+++ b/build-spring-integration/resources/readme.txt
@@ -1,4 +1,4 @@
-SPRING INTEGRATION 2.0.0 Milestone 1 (Oct 09, 2009)
+SPRING INTEGRATION 2.0.0 Milestone 1 (Oct 12, 2009)
---------------------------------------------------
To find out what has changed since version 1.0.3, see 'changelog.txt'
diff --git a/org.springframework.integration.test/build.xml b/org.springframework.integration.test/build.xml
index d4b00fd40e..36440cfac1 100644
--- a/org.springframework.integration.test/build.xml
+++ b/org.springframework.integration.test/build.xml
@@ -2,7 +2,7 @@
-
+
diff --git a/org.springframework.integration.ws/pom.xml b/org.springframework.integration.ws/pom.xml
index 21a24a4f4c..db4f004ba6 100644
--- a/org.springframework.integration.ws/pom.xml
+++ b/org.springframework.integration.ws/pom.xml
@@ -45,7 +45,7 @@
org.springframework.ws
spring-ws-core
- 1.5.5
+ 1.5.8
compile
diff --git a/org.springframework.integration.xml/pom.xml b/org.springframework.integration.xml/pom.xml
index f12443ada1..f9817dfe92 100644
--- a/org.springframework.integration.xml/pom.xml
+++ b/org.springframework.integration.xml/pom.xml
@@ -69,16 +69,10 @@
${project.version}
compile
-
- org.springframework.ws
- spring-oxm-tiger
- 1.5.5
- test
-
org.springframework.ws
spring-oxm
- 1.5.5
+ ${spring.version}
compile
diff --git a/pom.xml b/pom.xml
index 3d1980825a..9f9aaaafa5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,6 +20,7 @@
org.springframework.integration.rmi
org.springframework.integration.security
org.springframework.integration.stream
+ org.springframework.integration.udp
org.springframework.integration.ws
org.springframework.integration.xml
org.springframework.integration.test