Skip to content

Commit 13339a2

Browse files
committed
update to 2.4.4
1 parent e54ad21 commit 13339a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.4.BUILD-SNAPSHOT
1+
grails.version=2.4.4
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.4.BUILD-SNAPSHOT", GrailsUtil.getGrailsVersion());
38+
assertEquals("2.4.4", GrailsUtil.getGrailsVersion());
3939
}
4040

4141
@Override

0 commit comments

Comments
 (0)