Skip to content

Commit

Permalink
up version to 2.3.0 RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
graemerocher committed Aug 28, 2013
1 parent c0a6e2d commit 9e3a208
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ext.providedDeps = []

ext.provided = { providedDeps << it }
ext {
grailsVersion = '2.3.0.BUILD-SNAPSHOT'
grailsVersion = '2.3.0.RC2'
isBuildSnapshot = grailsVersion.endsWith(".BUILD-SNAPSHOT")
antTraxVersion = "1.7.1"
antVersion = "1.8.4"
Expand All @@ -28,7 +28,7 @@ ext {
commonsCollectionsVersion = "3.2.1"
commonsIOVersion = "2.1"
commonsLangVersion = "2.6"
datastoreVersion = "2.0.0.RC1"
datastoreVersion = "2.0.0.RC2"
gantVersion = "1.9.6"
gdocEngineVersion = "1.0.1"
groovyVersion = "2.1.6"
Expand Down
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
grails.version=2.3.0.BUILD-SNAPSHOT
grails.version=2.3.0.RC2

Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
public class GrailsUtilTests extends TestCase {

public void testGrailsVersion() {
assertEquals("2.3.0.BUILD-SNAPSHOT", GrailsUtil.getGrailsVersion());
assertEquals("2.3.0.RC2", GrailsUtil.getGrailsVersion());
}

@Override
Expand Down

0 comments on commit 9e3a208

Please sign in to comment.