We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b41470 commit ec295f8Copy full SHA for ec295f8
build.gradle
@@ -31,7 +31,7 @@ ext {
31
commonsCollectionsVersion = "3.2.1"
32
commonsIOVersion = "2.2"
33
commonsLangVersion = "2.6"
34
- datastoreVersion = "4.0.0.RC1"
+ datastoreVersion = "4.0.0.RELEASE"
35
gantVersion = "1.9.6"
36
gdocEngineVersion = "1.0.1"
37
groovyVersion = System.getenv('CI_GROOVY_VERSION') ?: "2.4.3"
grails-bom/plugins.properties
@@ -1,7 +1,7 @@
1
-hibernate=4.3.8.0.RC1
2
-mongodb=4.0.0.RC1
3
-cassandra=4.0.0.RC1
4
-neo4j=4.0.0.RC1
+hibernate=4.3.8.0
+mongodb=4.0.0
+cassandra=4.0.0
+neo4j=4.0.0
5
cache=3.0.1
6
asset-pipeline=3.0.0
7
scaffolding=3.0.2
0 commit comments