Skip to content

Commit fe28200

Browse files
committed
Prepare Grails 3.0 RC1 release
1 parent 7c7003c commit fe28200

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ apply plugin: 'idea'
1818

1919
ext {
2020
bintrayPublish = false
21-
grailsVersion = '3.0.0.BUILD-SNAPSHOT'
21+
grailsVersion = '3.0.0.RC1'
2222
isBuildSnapshot = grailsVersion.endsWith(".BUILD-SNAPSHOT")
2323
isTravisBuild = System.getenv().get("TRAVIS") == 'true'
2424

@@ -29,7 +29,7 @@ ext {
2929
commonsCollectionsVersion = "3.2.1"
3030
commonsIOVersion = "2.2"
3131
commonsLangVersion = "2.6"
32-
datastoreVersion = "4.0.0.BUILD-SNAPSHOT"
32+
datastoreVersion = "4.0.0.M3"
3333
gantVersion = "1.9.6"
3434
gdocEngineVersion = "1.0.1"
3535
groovyVersion = "2.4.1"

grails-bom/plugins.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
hibernate=4.3.8.0.BUILD-SNAPSHOT
2-
mongodb=4.0.0.BUILD-SNAPSHOT
3-
cassandra=4.0.0.BUILD-SNAPSHOT
4-
neo4j=4.0.0.BUILD-SNAPSHOT
1+
hibernate=4.3.8.0.M3
2+
mongodb=4.0.0.M3
3+
cassandra=4.0.0.M3
4+
neo4j=4.0.0.M3
55
cache=3.0.0.M2
66
asset-pipeline=3.0.0.M4
77
scaffolding=3.0.0.M2

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.RC1", GrailsUtil.getGrailsVersion());
3939
}
4040

4141
@Override

0 commit comments

Comments
 (0)