updates for 2.0 M1 release

This commit is contained in:
Mark Fisher
2009-10-12 20:34:47 +00:00
parent 2e137375a1
commit 78da00302e
8 changed files with 8 additions and 11 deletions

View File

@@ -29,6 +29,7 @@
<module>../org.springframework.integration.mail</module>
<module>../org.springframework.integration.rmi</module>
<module>../org.springframework.integration.stream</module>
<module>../org.springframework.integration.udp</module>
<module>../org.springframework.integration.ws</module>
<module>../org.springframework.integration.xml</module>
</modules>

View File

@@ -17,6 +17,7 @@
<pathelement location="${basedir}/../org.springframework.integration.mail"/>
<pathelement location="${basedir}/../org.springframework.integration.rmi"/>
<pathelement location="${basedir}/../org.springframework.integration.stream"/>
<pathelement location="${basedir}/../org.springframework.integration.udp"/>
<pathelement location="${basedir}/../org.springframework.integration.ws"/>
</path>

View File

@@ -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

View File

@@ -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'

View File

@@ -2,7 +2,7 @@
<project name="org.springframework.integration.test">
<property file="${basedir}/../build.properties"/>
<import file="${basedir}/../build-spring-integration/package-bundle.xml"/>
<!-- import file="${basedir}/../build-spring-integration/package-bundle.xml"/ -->
<import file="${basedir}/../spring-build/standard/default.xml"/>
</project>

View File

@@ -45,7 +45,7 @@
<dependency>
<groupId>org.springframework.ws</groupId>
<artifactId>spring-ws-core</artifactId>
<version>1.5.5</version>
<version>1.5.8</version>
<scope>compile</scope>
</dependency>
<dependency>

View File

@@ -69,16 +69,10 @@
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.ws</groupId>
<artifactId>spring-oxm-tiger</artifactId>
<version>1.5.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.ws</groupId>
<artifactId>spring-oxm</artifactId>
<version>1.5.5</version>
<version>${spring.version}</version>
<scope>compile</scope>
</dependency>
</dependencies>

View File

@@ -20,6 +20,7 @@
<module>org.springframework.integration.rmi</module>
<module>org.springframework.integration.security</module>
<module>org.springframework.integration.stream</module>
<module>org.springframework.integration.udp</module>
<module>org.springframework.integration.ws</module>
<module>org.springframework.integration.xml</module>
<module>org.springframework.integration.test</module>