updates for 2.0 M1 release
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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'
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
1
pom.xml
1
pom.xml
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user