Skip to content

Commit

Permalink
2.0.5.BUILD-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Brown committed Jun 7, 2012
1 parent d48a717 commit 3f91555
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -14,7 +14,7 @@ buildscript {
apply plugin: 'idea'

ext {
grailsVersion = '2.0.4'
grailsVersion = '2.0.5.BUILD-SNAPSHOT'
isBuildSnapshot = grailsVersion.endsWith(".BUILD-SNAPSHOT")
antTraxVersion = "1.7.1"
antVersion = "1.8.2"
Expand Down
2 changes: 1 addition & 1 deletion build.properties
@@ -1,4 +1,4 @@
grails.version=2.0.4
grails.version=2.0.5.BUILD-SNAPSHOT

# Bundlor dependency versions
bundlor.javax.persistence.version=1.0.2.GA
Expand Down
Expand Up @@ -35,7 +35,7 @@
public class GrailsUtilTests extends TestCase {

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

@Override
Expand Down

0 comments on commit 3f91555

Please sign in to comment.