Skip to content

Commit f0289d0

Browse files
committed
Use GORM 6.0 M2
1 parent dcfa7e1 commit f0289d0

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ext {
3232
commonsCollectionsVersion = "3.2.1"
3333
commonsIOVersion = "2.2"
3434
commonsLangVersion = "2.6"
35-
datastoreVersion = "6.0.0.BUILD-SNAPSHOT"
35+
datastoreVersion = "6.0.0.M2"
3636
gantVersion = "1.9.6"
3737
gdocEngineVersion = "1.0.1"
3838
groovyVersion = System.getenv('CI_GROOVY_VERSION') ?: "2.4.7"

grails-bom/plugins.properties

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
hibernate4=6.0.0.BUILD-SNAPSHOT
2-
hibernate5=6.0.0.BUILD-SNAPSHOT
3-
mongodb=6.0.0.BUILD-SNAPSHOT
4-
rx-mongodb=6.0.0.BUILD-SNAPSHOT
5-
cassandra=6.0.0.BUILD-SNAPSHOT
6-
neo4j=6.0.0.BUILD-SNAPSHOT
1+
hibernate4=6.0.0.M2
2+
hibernate5=6.0.0.M2
3+
mongodb=6.0.0.M2
4+
rx-mongodb=6.0.0.M2
5+
cassandra=6.0.0.M2
6+
neo4j=6.0.0.M2
77
cache=3.0.2
88
asset-pipeline=3.2.1
99
asset-pipeline-grails=2.8.2

0 commit comments

Comments
 (0)