Skip to content

Commit e0522b7

Browse files
committed
Prepare 3.0.0 release
1 parent d4474c4 commit e0522b7

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
@@ -20,7 +20,7 @@ apply plugin: 'idea'
2020

2121
ext {
2222
bintrayPublish = false
23-
grailsVersion = '3.0.0.BUILD-SNAPSHOT'
23+
grailsVersion = '3.0.0'
2424
isBuildSnapshot = grailsVersion.endsWith(".BUILD-SNAPSHOT")
2525
isTravisBuild = System.getenv().get("TRAVIS") == 'true'
2626

@@ -44,7 +44,7 @@ ext {
4444

4545
spockVersion = '1.0-groovy-2.4'
4646
springLoadedVersion = "1.2.3.RELEASE"
47-
springBootVersion = "1.2.2.RELEASE"
47+
springBootVersion = "1.2.3.RELEASE"
4848
springLoadedCommonOptions = "-Xverify:none -Dspringloaded.synchronize=true -Djdk.reflect.allowGetCallerClass=true"
4949
springVersion = "4.1.6.RELEASE"
5050
ehcacheVersion = "2.4.6"

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

4141
@Override

0 commit comments

Comments
 (0)