File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
grails-test-suite-uber/src/test/groovy/grails/util Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ buildscript {
1616apply plugin : ' idea'
1717
1818ext {
19- grailsVersion = ' 2.5.3 '
19+ grailsVersion = ' 2.5.4.BUILD-SNAPSHOT '
2020 isBuildSnapshot = grailsVersion. endsWith(" .BUILD-SNAPSHOT" )
2121 isTravisBuild = System . getenv(). get(" TRAVIS" ) == ' true'
2222
Original file line number Diff line number Diff line change 1- grails.version =2.5.3
1+ grails.version =2.5.4.BUILD-SNAPSHOT
Original file line number Diff line number Diff line change 3535public class GrailsUtilTests extends TestCase {
3636
3737 public void testGrailsVersion () {
38- assertEquals ("2.5.3 " , GrailsUtil .getGrailsVersion ());
38+ assertEquals ("2.5.4.BUILD-SNAPSHOT " , GrailsUtil .getGrailsVersion ());
3939 }
4040
4141 @ Override
You can’t perform that action at this time.
0 commit comments