Skip to content

Commit 8352cbd

Browse files
committed
update datastore version to 1.0.0.RELEASE
1 parent 7ae4688 commit 8352cbd

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
@@ -25,7 +25,7 @@ commonsCliVersion = "1.2"
2525
commonsCollectionsVersion = "3.2.1"
2626
commonsIOVersion = "2.1"
2727
commonsLangVersion = "2.6"
28-
datastoreVersion = "1.0.0.BUILD-SNAPSHOT"
28+
datastoreVersion = "1.0.0.RELEASE"
2929
gantVersion = "1.9.6"
3030
gdocEngineVersion = "1.0.1"
3131
groovyVersion = "1.8.4"

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
@@ -191,7 +191,7 @@ public Object doCall() {
191191
};
192192
registerDependencies(dependencyManager, compileTimeDependenciesMethod, commonsExcludingLoggingAndXmlApis, "commons-logging", "xml-apis", "commons-digester");
193193

194-
String datastoreMappingVersion = "1.0.0.BUILD-SNAPSHOT";
194+
String datastoreMappingVersion = "1.0.0.RELEASE";
195195
ModuleRevisionId[] compileDependencies = {
196196
ModuleRevisionId.newInstance("aopalliance", "aopalliance", "1.0"),
197197
ModuleRevisionId.newInstance("com.googlecode.concurrentlinkedhashmap", "concurrentlinkedhashmap-lru", "1.2_jdk5"),

0 commit comments

Comments
 (0)