File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
grails-core/src/test/groovy/grails/util Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ apply plugin: 'idea'
1818
1919ext {
2020 bintrayPublish = false
21- grailsVersion = ' 3.0.0.BUILD-SNAPSHOT '
21+ grailsVersion = ' 3.0.0.RC1 '
2222 isBuildSnapshot = grailsVersion. endsWith(" .BUILD-SNAPSHOT" )
2323 isTravisBuild = System . getenv(). get(" TRAVIS" ) == ' true'
2424
2929 commonsCollectionsVersion = " 3.2.1"
3030 commonsIOVersion = " 2.2"
3131 commonsLangVersion = " 2.6"
32- datastoreVersion = " 4.0.0.BUILD-SNAPSHOT "
32+ datastoreVersion = " 4.0.0.M3 "
3333 gantVersion = " 1.9.6"
3434 gdocEngineVersion = " 1.0.1"
3535 groovyVersion = " 2.4.1"
Original file line number Diff line number Diff line change 1- hibernate =4.3.8.0.BUILD-SNAPSHOT
2- mongodb =4.0.0.BUILD-SNAPSHOT
3- cassandra =4.0.0.BUILD-SNAPSHOT
4- neo4j =4.0.0.BUILD-SNAPSHOT
1+ hibernate =4.3.8.0.M3
2+ mongodb =4.0.0.M3
3+ cassandra =4.0.0.M3
4+ neo4j =4.0.0.M3
55cache =3.0.0.M2
66asset-pipeline =3.0.0.M4
77scaffolding =3.0.0.M2
Original file line number Diff line number Diff line change 3535public class GrailsUtilTests extends TestCase {
3636
3737 public void testGrailsVersion () {
38- assertEquals ("3.0.0.BUILD-SNAPSHOT " , GrailsUtil .getGrailsVersion ());
38+ assertEquals ("3.0.0.RC1 " , GrailsUtil .getGrailsVersion ());
3939 }
4040
4141 @ Override
You can’t perform that action at this time.
0 commit comments