Skip to content

Commit b433e28

Browse files
Merge branch '2.0.x' of github.com:grails/grails-core into 2.0.x
2 parents 50b87f0 + 8352cbd commit b433e28

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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"

gradle/assemble.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ task pluginsFromSvn {
7272
plugins = [
7373
hibernate: grailsVersion,
7474
tomcat: grailsVersion,
75-
resources: "1.1.4",
75+
resources: "1.1.5",
7676
webxml: "1.4.1",
7777
jquery: "1.7.1"
7878
]

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"),

grails-resources/src/grails/grails-app/conf/BuildConfig.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ grails.project.dependency.resolution = {
3939
plugins {
4040
compile ":hibernate:$grailsVersion"
4141
compile ":jquery:1.7.1"
42-
compile ":resources:1.1.4"
42+
compile ":resources:1.1.5"
4343

4444
build ":tomcat:$grailsVersion"
4545
}

0 commit comments

Comments
 (0)