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-jdbc</artifactId>
<version>2.0.5.BUILD-SNAPSHOT</version>
<version>2.0.5.RELEASE</version>
<name>Spring Integration JDBC Support</name>
<licenses>
<license>
@@ -119,15 +119,9 @@
<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>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derby</artifactId>
@@ -140,6 +134,12 @@
<version>1.6.8</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-test</artifactId>
<version>2.0.5.RELEASE</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>