Skip to content

Commit 7ee0670

Browse files
committed
Release 3.2.0.RC2
1 parent a5849fa commit 7ee0670

File tree

4 files changed

+15
-14
lines changed

4 files changed

+15
-14
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ apply plugin: 'idea'
2222
ext {
2323
bintrayPublish = false
2424
// Sets release version
25-
grailsVersion = '3.2.0.BUILD-SNAPSHOT'
25+
grailsVersion = '3.2.0.RC2'
2626
isBuildSnapshot = grailsVersion.endsWith(".BUILD-SNAPSHOT")
2727
isTravisBuild = System.getenv().get("TRAVIS") == 'true'
2828

@@ -33,7 +33,7 @@ ext {
3333
commonsCollectionsVersion = "3.2.1"
3434
commonsIOVersion = "2.2"
3535
commonsLangVersion = "2.6"
36-
datastoreVersion = "6.0.0.RC1"
36+
datastoreVersion = "6.0.0.RC2"
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: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
1-
hibernate4=6.0.0.RC1
2-
hibernate5=6.0.0.RC1
3-
mongodb=6.0.0.RC1
4-
rx-mongodb=6.0.0.RC1
5-
cassandra=6.0.0.RC1
6-
neo4j=6.0.0.RC1
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
78
cache=3.0.3
89
asset-pipeline=3.2.1
910
asset-pipeline-grails=2.11.1
1011
scaffolding=3.2.1
1112
fields=2.1.3
1213
geb=1.0.2
13-
views-json=1.1.0.RC2
14-
views-json-templates=1.1.0.RC2
15-
views-markup=1.1.0.RC2
14+
views-json=1.1.0.RC3
15+
views-json-templates=1.1.0.RC3
16+
views-markup=1.1.0.RC3

grails-bom/profiles.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
angular=3.2.0.RC1
22
rest-api=3.2.0.RC1
33
rest-api-plugin=3.2.0.RC1
4-
base=3.2.0.RC1
4+
base=3.2.0.RC2
55
plugin=3.2.0.RC1
66
web-plugin=3.2.0.RC1
77
web=3.2.0.RC1
8-
profile=3.2.0.RC1
8+
profile=3.2.0.RC2

grails-core/src/test/groovy/grails/util/GrailsUtilTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
public class GrailsUtilTests extends TestCase {
2626

2727
public void testGrailsVersion() {
28-
assertEquals("3.2.0.BUILD-SNAPSHOT", GrailsUtil.getGrailsVersion());
28+
assertEquals("3.2.0.RC2", GrailsUtil.getGrailsVersion());
2929
}
3030

3131
@Override

0 commit comments

Comments
 (0)