File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
grails-test-suite-uber/src/test/groovy/grails/util Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ ext.providedDeps = []
1818
1919ext. provided = { providedDeps << it }
2020ext {
21- grailsVersion = ' 2.3.5.BUILD-SNAPSHOT '
21+ grailsVersion = ' 2.3.5'
2222 isBuildSnapshot = grailsVersion. endsWith(" .BUILD-SNAPSHOT" )
2323 antTraxVersion = " 1.7.1"
2424 antVersion = " 1.8.4"
2828 commonsCollectionsVersion = " 3.2.1"
2929 commonsIOVersion = " 2.1"
3030 commonsLangVersion = " 2.6"
31- datastoreVersion = " 2.0.6 .RELEASE"
31+ datastoreVersion = " 2.0.7 .RELEASE"
3232 gantVersion = " 1.9.6"
3333 gdocEngineVersion = " 1.0.1"
3434 groovyVersion = " 2.1.9"
Original file line number Diff line number Diff line change 1- grails.version =2.3.5.BUILD-SNAPSHOT
1+ grails.version =2.3.5
22
Original file line number Diff line number Diff line change 3535public class GrailsUtilTests extends TestCase {
3636
3737 public void testGrailsVersion () {
38- assertEquals ("2.3.5.BUILD-SNAPSHOT " , GrailsUtil .getGrailsVersion ());
38+ assertEquals ("2.3.5" , GrailsUtil .getGrailsVersion ());
3939 }
4040
4141 @ Override
You can’t perform that action at this time.
0 commit comments