File tree Expand file tree Collapse file tree 4 files changed +15
-14
lines changed
grails-core/src/test/groovy/grails/util Expand file tree Collapse file tree 4 files changed +15
-14
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ apply plugin: 'idea'
2222ext {
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
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"
Original file line number Diff line number Diff line change 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
78cache =3.0.3
89asset-pipeline =3.2.1
910asset-pipeline-grails =2.11.1
1011scaffolding =3.2.1
1112fields =2.1.3
1213geb =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
Original file line number Diff line number Diff line change 11angular =3.2.0.RC1
22rest-api =3.2.0.RC1
33rest-api-plugin =3.2.0.RC1
4- base =3.2.0.RC1
4+ base =3.2.0.RC2
55plugin =3.2.0.RC1
66web-plugin =3.2.0.RC1
77web =3.2.0.RC1
8- profile =3.2.0.RC1
8+ profile =3.2.0.RC2
Original file line number Diff line number Diff line change 2525public 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
You can’t perform that action at this time.
0 commit comments