Skip to content

Commit

Permalink
Release 2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
graemerocher committed Oct 14, 2015
1 parent cbba484 commit 41eae01
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 @@ -16,7 +16,7 @@ buildscript {
apply plugin: 'idea'

ext {
grailsVersion = '2.5.2.BUILD-SNAPSHOT'
grailsVersion = '2.5.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("2.5.2.BUILD-SNAPSHOT", GrailsUtil.getGrailsVersion());
assertEquals("2.5.2", GrailsUtil.getGrailsVersion());
}

@Override
Expand Down

0 comments on commit 41eae01

Please sign in to comment.