POMs updated from 2.0.2.RELEASE to 2.0.3.BUILD-SNAPSHOT as version for all project modules

This commit is contained in:
Gary Russell
2011-02-09 14:57:26 -05:00
parent 97617355ee
commit a2aedfb969
23 changed files with 62 additions and 62 deletions

View File

@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-xml</artifactId>
<version>2.0.2.RELEASE</version>
<version>2.0.3.BUILD-SNAPSHOT</version>
<name>Spring Integration XML Support</name>
<licenses>
<license>
@@ -133,7 +133,7 @@
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-test</artifactId>
<version>2.0.2.RELEASE</version>
<version>2.0.3.BUILD-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -176,7 +176,7 @@
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-core</artifactId>
<version>2.0.2.RELEASE</version>
<version>2.0.3.BUILD-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
</dependencies>