Skip to content

Commit ee7eb82

Browse files
committed
update to datastore 1.0.9
Conflicts: build.gradle grails-bootstrap/src/main/groovy/org/codehaus/groovy/grails/resolve/GrailsCoreDependencies.java
1 parent e199a74 commit ee7eb82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ext {
2424
commonsCollectionsVersion = "3.2.1"
2525
commonsIOVersion = "2.1"
2626
commonsLangVersion = "2.6"
27-
datastoreVersion = "1.0.7.RELEASE"
27+
datastoreVersion = "1.0.9.RELEASE"
2828
gantVersion = "1.9.6"
2929
gdocEngineVersion = "1.0.1"
3030
groovyVersion = "1.8.6"

grails-bootstrap/src/main/groovy/org/codehaus/groovy/grails/resolve/GrailsCoreDependencies.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ public Object doCall() {
192192
};
193193
registerDependencies(dependencyManager, compileTimeDependenciesMethod, commonsExcludingLoggingAndXmlApis, "commons-logging", "xml-apis", "commons-digester");
194194

195-
String datastoreMappingVersion = "1.0.7.RELEASE";
195+
String datastoreMappingVersion = "1.0.9.RELEASE";
196196
ModuleRevisionId[] compileDependencies = {
197197
ModuleRevisionId.newInstance("aopalliance", "aopalliance", "1.0"),
198198
ModuleRevisionId.newInstance("com.googlecode.concurrentlinkedhashmap", "concurrentlinkedhashmap-lru", "1.2_jdk5"),

0 commit comments

Comments
 (0)