Skip to content

Commit e5d43be

Browse files
committed
Merge branch '3.2.x' of https://github.com/grails/grails-core into 3.2.x
2 parents 02d1f31 + b222ab3 commit e5d43be

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ ext {
3333
commonsCollectionsVersion = "3.2.1"
3434
commonsIOVersion = "2.2"
3535
commonsLangVersion = "2.6"
36-
datastoreVersion = "6.0.0.RC2"
36+
datastoreVersion = "6.0.0.RELEASE"
3737
gantVersion = "1.9.6"
3838
gdocEngineVersion = "1.0.1"
3939
groovyVersion = System.getenv('CI_GROOVY_VERSION') ?: "2.4.7"

grails-bom/plugins.properties

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
1-
hibernate4=6.0.0.RC2
2-
hibernate5=6.0.0.RC2
3-
mongodb=6.0.0.RC2
4-
rx-gorm-rest-client=1.0.0.RC2
5-
rx-mongodb=6.0.0.RC2
6-
cassandra=6.0.0.RC2
7-
neo4j=6.0.0.RC2
1+
hibernate4=6.0.0
2+
hibernate5=6.0.0
3+
mongodb=6.0.0
4+
rx-gorm-rest-client=1.0.0
5+
rx-mongodb=6.0.0
6+
cassandra=6.0.0
7+
neo4j=6.0.0
88
cache=3.0.3
99
asset-pipeline=3.2.1
1010
asset-pipeline-grails=2.11.1
1111
scaffolding=3.2.1
1212
fields=2.1.3
1313
geb=1.0.2
14-
views-json=1.1.0.RC3
15-
views-json-templates=1.1.0.RC3
16-
views-markup=1.1.0.RC3
14+
rxjava=1.0.0
15+
views-json=1.1.0
16+
views-json-templates=1.1.0
17+
views-markup=1.1.0

0 commit comments

Comments
 (0)