Skip to content

Commit

Permalink
Release Grails 3.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbywarner committed Oct 15, 2019
1 parent 6c3ffb1 commit 8b7e796
Show file tree
Hide file tree
Showing 2 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 @@ -27,8 +27,8 @@ ext {
isJava8Compatible = org.gradle.api.JavaVersion.current().isJava8Compatible()
bintrayPublish = false
// Sets release version
grailsVersion = '3.3.11.BUILD-SNAPSHOT'
// grailsVersion = '3.3.10'
// grailsVersion = '3.3.11.BUILD-SNAPSHOT'
grailsVersion = '3.3.11'
isBuildSnapshot = grailsVersion.endsWith(".BUILD-SNAPSHOT")
isTravisBuild = System.getenv().get("TRAVIS") == 'true'
dependencyVersions = [
Expand Down
4 changes: 2 additions & 2 deletions grails-core/src/test/groovy/grails/util/GrailsUtilTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
public class GrailsUtilTests extends TestCase {

public void testGrailsVersion() {
// assertEquals("3.3.9", GrailsUtil.getGrailsVersion());
assertEquals("3.3.11.BUILD-SNAPSHOT", GrailsUtil.getGrailsVersion());
assertEquals("3.3.11", GrailsUtil.getGrailsVersion());
// assertEquals("3.3.11.BUILD-SNAPSHOT", GrailsUtil.getGrailsVersion());
}

@Override
Expand Down

0 comments on commit 8b7e796

Please sign in to comment.