Skip to content

Commit

Permalink
use spring-datastore-mapping 1.0.0.M6
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Brown committed May 18, 2011
1 parent 66605ba commit 7ad1ca2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -18,7 +18,7 @@ antVersion = "1.8.2"
antTraxVersion = "1.7.1"
aspectjVersion = "1.6.10"
springVersion = "3.1.0.M1"
springDatastoreVersion = "1.0.0.BUILD-SNAPSHOT"
springDatastoreVersion = "1.0.0.M6"
springLoadedVersion = "0.8.0.BUILD-SNAPSHOT"
springWebflowVersion= "2.0.8.RELEASE"
ivyVersion = "2.2.0"
Expand Down
Expand Up @@ -145,7 +145,7 @@ public Object doCall() {
};
registerDependencies(dependencyManager, compileTimeDependenciesMethod, commonsExcludingLoggingAndXmlApis, "commons-logging", "xml-apis");

String springDatastoreMappingVersion = "1.0.0.BUILD-SNAPSHOT";
String springDatastoreMappingVersion = "1.0.0.M6";
ModuleRevisionId[] compileDependencies = {
ModuleRevisionId.newInstance("org.coconut.forkjoin", "jsr166y", "070108"),
ModuleRevisionId.newInstance("org.codehaus.gpars", "gpars", "0.9"),
Expand Down

0 comments on commit 7ad1ca2

Please sign in to comment.