INT-2229 upgraded spring-data-mongodb dep to 1.0.0.RC1

This commit is contained in:
Mark Fisher
2011-12-09 08:46:16 -05:00
parent b6ded0de5e
commit 71d64da0cb
2 changed files with 14 additions and 14 deletions

View File

@@ -124,7 +124,7 @@ configure(javaprojects) {
mockitoVersion = '1.8.4'
springVersion = '3.0.6.RELEASE'
springAmqpVersion = '1.0.0.RELEASE'
springDataMongoVersion = '1.0.0.M4'
springDataMongoVersion = '1.0.0.RC1'
springDataRedisVersion = '1.0.0.RC1'
springGemfireVersion = '1.1.0.M3'
springSecurityVersion = '3.0.6.RELEASE'

View File

@@ -88,6 +88,12 @@
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-test</artifactId>
<version>2.1.0.BUILD-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>
@@ -100,16 +106,10 @@
<version>2.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-test</artifactId>
<version>2.1.0.BUILD-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-mongodb</artifactId>
<version>1.0.0.M4</version>
<version>1.0.0.RC1</version>
<scope>compile</scope>
</dependency>
<dependency>
@@ -118,18 +118,18 @@
<version>3.0.6.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-all</artifactId>
<version>1.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-core</artifactId>
<version>2.1.0.BUILD-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-all</artifactId>
<version>1.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>