Skip to content

Commit cd60a41

Browse files
Graeme RocherGraeme Rocher
authored andcommitted
update version to 2.4.1
1 parent 46e9a36 commit cd60a41

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ext.providedDeps = []
1818

1919
ext.provided = { providedDeps << it }
2020
ext {
21-
grailsVersion = '2.4.1.BUILD-SNAPSHOT'
21+
grailsVersion = '2.4.1'
2222
isBuildSnapshot = grailsVersion.endsWith(".BUILD-SNAPSHOT")
2323
antTraxVersion = "1.7.1"
2424
antVersion = "1.8.4"

build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
grails.version=2.4.1.BUILD-SNAPSHOT
1+
grails.version=2.4.1
22

grails-test-suite-uber/src/test/groovy/grails/util/GrailsUtilTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
public class GrailsUtilTests extends TestCase {
3636

3737
public void testGrailsVersion() {
38-
assertEquals("2.4.1.BUILD-SNAPSHOT", GrailsUtil.getGrailsVersion());
38+
assertEquals("2.4.1", GrailsUtil.getGrailsVersion());
3939
}
4040

4141
@Override

0 commit comments

Comments
 (0)