Release version 2.0.5.RELEASE

This commit is contained in:
Mark Fisher
2011-07-18 17:36:31 -04:00
parent bb90ffc840
commit b1ee08b8d1
24 changed files with 125 additions and 125 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.5.BUILD-SNAPSHOT</version>
<version>2.0.5.RELEASE</version>
<name>Spring Integration HTTP Support</name>
<licenses>
<license>
@@ -109,13 +109,13 @@
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-core</artifactId>
<version>2.0.5.BUILD-SNAPSHOT</version>
<version>2.0.5.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-test</artifactId>
<version>2.0.5.BUILD-SNAPSHOT</version>
<version>2.0.5.RELEASE</version>
<scope>test</scope>
</dependency>
<dependency>