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 @@ repositories {
1616
1717apply plugin : ' idea'
1818
19- grailsVersion = ' 2.0.0.BUILD-SNAPSHOT '
19+ grailsVersion = ' 2.0.0'
2020antTraxVersion = " 1.7.1"
2121antVersion = " 1.8.2"
2222aspectjVersion = " 1.6.10"
Original file line number Diff line number Diff line change 1- grails.version =2.0.0.BUILD-SNAPSHOT
1+ grails.version =2.0.0
22
33# Bundlor dependency versions
44bundlor.javax.persistence.version =1.0.2.GA
Original file line number Diff line number Diff line change 3535public class GrailsUtilTests extends TestCase {
3636
3737 public void testGrailsVersion () {
38- assertEquals ("2.0.0.BUILD-SNAPSHOT " , GrailsUtil .getGrailsVersion ());
38+ assertEquals ("2.0.0" , GrailsUtil .getGrailsVersion ());
3939 }
4040
4141 @ Override
You can’t perform that action at this time.
0 commit comments