Skip to content

Commit

Permalink
upgrade to GORM 6.0 RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
graemerocher committed Aug 31, 2016
1 parent 7144f02 commit 87aeb00
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -33,7 +33,7 @@ ext {
commonsCollectionsVersion = "3.2.1"
commonsIOVersion = "2.2"
commonsLangVersion = "2.6"
datastoreVersion = "6.0.0.M2"
datastoreVersion = "6.0.0.RC1"
gantVersion = "1.9.6"
gdocEngineVersion = "1.0.1"
groovyVersion = System.getenv('CI_GROOVY_VERSION') ?: "2.4.7"
Expand Down
12 changes: 6 additions & 6 deletions grails-bom/plugins.properties
@@ -1,9 +1,9 @@
hibernate4=6.0.0.M2
hibernate5=6.0.0.M2
mongodb=6.0.0.M2
rx-mongodb=6.0.0.M2
cassandra=6.0.0.M2
neo4j=6.0.0.M2
hibernate4=6.0.0.RC1
hibernate5=6.0.0.RC1
mongodb=6.0.0.RC1
rx-mongodb=6.0.0.RC1
cassandra=6.0.0.RC1
neo4j=6.0.0.RC1
cache=3.0.3
asset-pipeline=3.2.1
asset-pipeline-grails=2.8.2
Expand Down

0 comments on commit 87aeb00

Please sign in to comment.