Skip to content

Commit

Permalink
3.0.0.BUILD-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Scott Brown committed Feb 26, 2015
1 parent ba86af6 commit 544d8af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ext.providedDeps = []
ext.provided = { providedDeps << it }
ext {
bintrayPublish = false
grailsVersion = '3.0.0.M2'
grailsVersion = '3.0.0.BUILD-SNAPSHOT'
isBuildSnapshot = grailsVersion.endsWith(".BUILD-SNAPSHOT")
isTravisBuild = System.getenv().get("TRAVIS") == 'true'

Expand Down
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("3.0.0.M2", GrailsUtil.getGrailsVersion());
assertEquals("3.0.0.BUILD-SNAPSHOT", GrailsUtil.getGrailsVersion());
}

@Override
Expand Down

0 comments on commit 544d8af

Please sign in to comment.