Skip to content

Commit

Permalink
Prepare 3.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
graemerocher committed Jun 16, 2015
1 parent 1eefa56 commit cdb1567
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ apply plugin: 'idea'
ext {
bintrayPublish = false
// Sets release version
grailsVersion = '3.0.2.BUILD-SNAPSHOT'
// grailsVersion = '3.0.2.BUILD-SNAPSHOT'
grailsVersion = '3.0.2'
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.2.BUILD-SNAPSHOT", GrailsUtil.getGrailsVersion());
assertEquals("3.0.2", GrailsUtil.getGrailsVersion());
}

@Override
Expand Down

0 comments on commit cdb1567

Please sign in to comment.