Release version 2.0.1.RELEASE

This commit is contained in:
Mark Fisher
2010-12-17 18:35:24 -05:00
parent 4e16713d67
commit e6ac44dbbd
24 changed files with 63 additions and 63 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.1.BUILD-SNAPSHOT</version>
<version>2.0.1.RELEASE</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.1.BUILD-SNAPSHOT</version>
<version>2.0.1.RELEASE</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -146,7 +146,7 @@
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-core</artifactId>
<version>2.0.1.BUILD-SNAPSHOT</version>
<version>2.0.1.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>