Catch poms up with 2.0.1.BUILD-SNAPSHOT version

This commit is contained in:
Chris Beams
2010-11-26 11:26:07 -07:00
parent a98c1f4257
commit c8a24acfc6
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-http</artifactId>
<version>2.0.0.RELEASE</version>
<version>2.0.1.BUILD-SNAPSHOT</version>
<name>Spring Integration HTTP Support</name>
<licenses>
<license>
@@ -122,7 +122,7 @@
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-test</artifactId>
<version>2.0.0.RELEASE</version>
<version>2.0.1.BUILD-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -146,7 +146,7 @@
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-core</artifactId>
<version>2.0.0.RELEASE</version>
<version>2.0.1.BUILD-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>