updated sample poms to refer to Spring Framework 3.0.0.M4 and Spring Integration 2.0.0.BUILD-SNAPSHOT

This commit is contained in:
Mark Fisher
2009-08-21 13:55:25 +00:00
parent a1b1b0d068
commit f5208c8eb2
13 changed files with 32 additions and 22 deletions

View File

@@ -2,10 +2,10 @@
<parent>
<artifactId>spring-integration-samples</artifactId>
<groupId>org.springframework.integration</groupId>
<version>1.0.3</version>
<version>2.0.0.BUILD-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>xml</groupId>
<artifactId>xml</artifactId>
<version>1.0.3</version>
<version>2.0.0.BUILD-SNAPSHOT</version>
</project>