Skip to content

Commit c0c0b6a

Browse files
committed
upgrade to Grails datastore API 1.0.3
1 parent 19446c3 commit c0c0b6a

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
@@ -23,7 +23,7 @@ ext {
2323
commonsCollectionsVersion = "3.2.1"
2424
commonsIOVersion = "2.1"
2525
commonsLangVersion = "2.6"
26-
datastoreVersion = "1.0.3.BUILD-SNAPSHOT"
26+
datastoreVersion = "1.0.3.RELEASE"
2727
gantVersion = "1.9.6"
2828
gdocEngineVersion = "1.0.1"
2929
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.3.BUILD-SNAPSHOT";
195+
String datastoreMappingVersion = "1.0.3.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)