Skip to content

Commit

Permalink
Release 3.2.0.RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
graemerocher committed Sep 15, 2016
1 parent a5849fa commit 7ee0670
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 14 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ apply plugin: 'idea'
ext {
bintrayPublish = false
// Sets release version
grailsVersion = '3.2.0.BUILD-SNAPSHOT'
grailsVersion = '3.2.0.RC2'
isBuildSnapshot = grailsVersion.endsWith(".BUILD-SNAPSHOT")
isTravisBuild = System.getenv().get("TRAVIS") == 'true'

Expand All @@ -33,7 +33,7 @@ ext {
commonsCollectionsVersion = "3.2.1"
commonsIOVersion = "2.2"
commonsLangVersion = "2.6"
datastoreVersion = "6.0.0.RC1"
datastoreVersion = "6.0.0.RC2"
gantVersion = "1.9.6"
gdocEngineVersion = "1.0.1"
groovyVersion = System.getenv('CI_GROOVY_VERSION') ?: "2.4.7"
Expand Down
19 changes: 10 additions & 9 deletions grails-bom/plugins.properties
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
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
hibernate4=6.0.0.RC2
hibernate5=6.0.0.RC2
mongodb=6.0.0.RC2
rx-gorm-rest-client=1.0.0.RC2
rx-mongodb=6.0.0.RC2
cassandra=6.0.0.RC2
neo4j=6.0.0.RC2
cache=3.0.3
asset-pipeline=3.2.1
asset-pipeline-grails=2.11.1
scaffolding=3.2.1
fields=2.1.3
geb=1.0.2
views-json=1.1.0.RC2
views-json-templates=1.1.0.RC2
views-markup=1.1.0.RC2
views-json=1.1.0.RC3
views-json-templates=1.1.0.RC3
views-markup=1.1.0.RC3
4 changes: 2 additions & 2 deletions grails-bom/profiles.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
angular=3.2.0.RC1
rest-api=3.2.0.RC1
rest-api-plugin=3.2.0.RC1
base=3.2.0.RC1
base=3.2.0.RC2
plugin=3.2.0.RC1
web-plugin=3.2.0.RC1
web=3.2.0.RC1
profile=3.2.0.RC1
profile=3.2.0.RC2
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
public class GrailsUtilTests extends TestCase {

public void testGrailsVersion() {
assertEquals("3.2.0.BUILD-SNAPSHOT", GrailsUtil.getGrailsVersion());
assertEquals("3.2.0.RC2", GrailsUtil.getGrailsVersion());
}

@Override
Expand Down

0 comments on commit 7ee0670

Please sign in to comment.