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 d26488b commit 528f5e9Copy full SHA for 528f5e9
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.BUILD-SNAPSHOT"
+ datastoreVersion = "4.0.0.RC1"
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,9 +1,9 @@
1
-hibernate=4.3.8.0.BUILD-SNAPSHOT
2
-mongodb=4.0.0.BUILD-SNAPSHOT
3
-cassandra=4.0.0.BUILD-SNAPSHOT
4
-neo4j=4.0.0.BUILD-SNAPSHOT
5
-cache=3.0.0
+hibernate=4.3.8.0.RC1
+mongodb=4.0.0.RC1
+cassandra=4.0.0.RC1
+neo4j=4.0.0.RC1
+cache=3.0.1
6
asset-pipeline=3.0.0
7
-scaffolding=3.0.0
8
-fields=2.0.0
+scaffolding=3.0.2
+fields=2.0.1
9
geb=1.0.0
0 commit comments