updated poms for 2.0.0.BUILD-SNAPSHOT and added spring.version and junit.version properties to parent pom

This commit is contained in:
Mark Fisher
2009-08-20 18:41:20 +00:00
parent da996b24dc
commit d0caa68a6e
17 changed files with 119 additions and 57 deletions

View File

@@ -5,11 +5,11 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-samples</artifactId>
<version>1.0.3</version>
<version>2.0.0.BUILD-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Spring Integration Samples</name>
<properties>
<release.version>1.0.3.RELEASE</release.version>
<release.version>2.0.0.BUILD-SNAPSHOT</release.version>
</properties>
<modules>
<module>cafe</module>