Skip to content

Commit 06221a8

Browse files
committed
Release Grails 3.1.9
1 parent f94b82a commit 06221a8

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ apply plugin: 'idea'
2121
ext {
2222
bintrayPublish = false
2323
// Sets release version
24-
grailsVersion = '3.1.9.BUILD-SNAPSHOT'
24+
grailsVersion = '3.1.9'
2525
isBuildSnapshot = grailsVersion.endsWith(".BUILD-SNAPSHOT")
2626
isTravisBuild = System.getenv().get("TRAVIS") == 'true'
2727

grails-bom/profiles.properties

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
angular=3.1.8
2-
rest-api=3.1.8
3-
base=3.1.8
4-
plugin=3.1.8
5-
web-plugin=3.1.8
6-
web=3.1.8
1+
angular=3.1.9
2+
rest-api=3.1.9
3+
base=3.1.9
4+
plugin=3.1.9
5+
web-plugin=3.1.9
6+
web=3.1.9

grails-core/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("3.1.9.BUILD-SNAPSHOT", GrailsUtil.getGrailsVersion());
38+
assertEquals("3.1.9", GrailsUtil.getGrailsVersion());
3939
}
4040

4141
@Override

0 commit comments

Comments
 (0)