Skip to content

Commit 2b2a1d8

Browse files
committed
Set version to 3.0.3
1 parent 03e3640 commit 2b2a1d8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ apply plugin: 'idea'
2121
ext {
2222
bintrayPublish = false
2323
// Sets release version
24-
grailsVersion = '3.0.3.BUILD-SNAPSHOT'
25-
// grailsVersion = '3.0.2'
24+
// grailsVersion = '3.0.4.BUILD-SNAPSHOT'
25+
grailsVersion = '3.0.3'
2626
isBuildSnapshot = grailsVersion.endsWith(".BUILD-SNAPSHOT")
2727
isTravisBuild = System.getenv().get("TRAVIS") == 'true'
2828

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

4141
@Override

0 commit comments

Comments
 (0)