We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d16f09 commit f8f4d57Copy full SHA for f8f4d57
build.gradle
@@ -14,7 +14,7 @@ buildscript {
14
apply plugin: 'idea'
15
16
ext {
17
- grailsVersion = '2.2.0.RC4'
+ grailsVersion = '2.2.0'
18
isBuildSnapshot = grailsVersion.endsWith(".BUILD-SNAPSHOT")
19
antTraxVersion = "1.7.1"
20
antVersion = "1.8.2"
build.properties
@@ -1,2 +1,2 @@
1
-grails.version=2.2.0.RC4
+grails.version=2.2.0
2
grails-test-suite-uber/src/test/groovy/grails/util/GrailsUtilTests.java
@@ -35,7 +35,7 @@
35
public class GrailsUtilTests extends TestCase {
36
37
public void testGrailsVersion() {
38
- assertEquals("2.2.0.RC4", GrailsUtil.getGrailsVersion());
+ assertEquals("2.2.0", GrailsUtil.getGrailsVersion());
39
}
40
41
@Override
0 commit comments