File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
grails-core/src/test/groovy/grails/util Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ apply plugin: 'idea'
2121ext {
2222 bintrayPublish = false
2323 // Sets release version
24- grailsVersion = ' 3.1.9.BUILD-SNAPSHOT '
24+ grailsVersion = ' 3.1.9'
2525 isBuildSnapshot = grailsVersion. endsWith(" .BUILD-SNAPSHOT" )
2626 isTravisBuild = System . getenv(). get(" TRAVIS" ) == ' true'
2727
Original file line number Diff line number Diff line change 1- angular =3.1.8
2- rest-api =3.1.8
3- base =3.1.8
4- plugin =3.1.8
5- web-plugin =3.1.8
6- web =3.1.8
1+ angular =3.1.9
2+ rest-api =3.1.9
3+ base =3.1.9
4+ plugin =3.1.9
5+ web-plugin =3.1.9
6+ web =3.1.9
Original file line number Diff line number Diff line change 3535public class GrailsUtilTests extends TestCase {
3636
3737 public void testGrailsVersion () {
38- assertEquals ("3.1.9.BUILD-SNAPSHOT " , GrailsUtil .getGrailsVersion ());
38+ assertEquals ("3.1.9" , GrailsUtil .getGrailsVersion ());
3939 }
4040
4141 @ Override
You can’t perform that action at this time.
0 commit comments