Skip to content

Commit

Permalink
update to datastore 1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
graemerocher committed May 22, 2012
1 parent b0ccb7b commit eb7954a
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 @@ -24,7 +24,7 @@ ext {
commonsCollectionsVersion = "3.2.1"
commonsIOVersion = "2.1"
commonsLangVersion = "2.6"
datastoreVersion = "1.0.8.RELEASE"
datastoreVersion = "1.0.9.RELEASE"
gantVersion = "1.9.6"
gdocEngineVersion = "1.0.1"
groovyVersion = "1.8.6"
Expand Down
Expand Up @@ -180,7 +180,7 @@ public Object doCall() {
};
registerDependencies(dependencyManager, compileTimeDependenciesMethod, commonsExcludingLoggingAndXmlApis, "commons-logging", "xml-apis", "commons-digester");

String datastoreMappingVersion = "1.0.8.RELEASE";
String datastoreMappingVersion = "1.0.9.RELEASE";
ModuleRevisionId[] compileDependencies = {
ModuleRevisionId.newInstance("aopalliance", "aopalliance", "1.0"),
ModuleRevisionId.newInstance("com.googlecode.concurrentlinkedhashmap", "concurrentlinkedhashmap-lru", "1.2_jdk5"),
Expand Down

0 comments on commit eb7954a

Please sign in to comment.