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' mockitoVersion = '1.8.4'
springVersion = '3.0.6.RELEASE' springVersion = '3.0.6.RELEASE'
springAmqpVersion = '1.0.0.RELEASE' springAmqpVersion = '1.0.0.RELEASE'
springDataMongoVersion = '1.0.0.M4' springDataMongoVersion = '1.0.0.RC1'
springDataRedisVersion = '1.0.0.RC1' springDataRedisVersion = '1.0.0.RC1'
springGemfireVersion = '1.1.0.M3' springGemfireVersion = '1.1.0.M3'
springSecurityVersion = '3.0.6.RELEASE' springSecurityVersion = '3.0.6.RELEASE'

View File

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