Skip to content

Commit

Permalink
Release Grails 4.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetbehl committed Oct 25, 2020
1 parent 9dc0200 commit 3110271
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 @@ -26,8 +26,8 @@ ext {
isJava8Compatible = org.gradle.api.JavaVersion.current().isJava8Compatible()
bintrayPublish = false
// Sets release version
grailsVersion = '4.0.5.BUILD-SNAPSHOT'
// grailsVersion = '4.0.5'
// grailsVersion = '4.0.5.BUILD-SNAPSHOT'
grailsVersion = '4.0.5'
groovyVersion = System.getenv('CI_GROOVY_VERSION') ?: "2.5.6"
isBuildSnapshot = grailsVersion.endsWith(".BUILD-SNAPSHOT")
isTravisBuild = System.getenv().get("TRAVIS") == 'true'
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("4.0.5", GrailsUtil.getGrailsVersion());
assertEquals("4.0.5.BUILD-SNAPSHOT", GrailsUtil.getGrailsVersion());
assertEquals("4.0.5", GrailsUtil.getGrailsVersion());
// assertEquals("4.0.5.BUILD-SNAPSHOT", GrailsUtil.getGrailsVersion());
}

@Override
Expand Down

0 comments on commit 3110271

Please sign in to comment.