Skip to content

Commit

Permalink
Release Grails 3.3.0.M1
Browse files Browse the repository at this point in the history
  • Loading branch information
graemerocher committed May 9, 2017
1 parent eb7064e commit 22db359
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ apply plugin: 'idea'
ext {
bintrayPublish = false
// Sets release version
grailsVersion = '3.3.0.BUILD-SNAPSHOT'
// grailsVersion = '3.3.0.BUILD-SNAPSHOT'
grailsVersion = '3.3.0.M1'
isBuildSnapshot = grailsVersion.endsWith(".BUILD-SNAPSHOT")
isTravisBuild = System.getenv().get("TRAVIS") == 'true'
asyncVersion = '3.3.0.M3'
Expand Down

0 comments on commit 22db359

Please sign in to comment.