Skip to content

Commit b7b5318

Browse files
committed
Merge branch '2.1.x' into 2.2.x
2 parents f279f3e + 27a936f commit b7b5318

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.1.4.RELEASE"
27+
datastoreVersion = "1.1.5.RELEASE"
2828
gantVersion = "1.9.6"
2929
gdocEngineVersion = "1.0.1"
3030
groovyVersion = "2.0.7"

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
@@ -172,7 +172,7 @@ public Object doCall() {
172172
};
173173
registerDependencies(dependencyManager, compileTimeDependenciesMethod, commonsExcludingLoggingAndXmlApis, "commons-logging", "xml-apis", "commons-digester");
174174

175-
String datastoreMappingVersion = "1.1.4.RELEASE";
175+
String datastoreMappingVersion = "1.1.5.RELEASE";
176176
ModuleRevisionId[] compileDependencies = {
177177
ModuleRevisionId.newInstance("aopalliance", "aopalliance", "1.0"),
178178
ModuleRevisionId.newInstance("com.googlecode.concurrentlinkedhashmap", "concurrentlinkedhashmap-lru", "1.3.1"),

0 commit comments

Comments
 (0)