Skip to content

Commit

Permalink
Set version to 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
graemerocher committed Jul 29, 2015
1 parent 069bc12 commit 0bde613
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.1.BUILD-SNAPSHOT'
grailsVersion = '2.5.1'
isBuildSnapshot = grailsVersion.endsWith(".BUILD-SNAPSHOT")
isTravisBuild = System.getenv().get("TRAVIS") == 'true'

Expand Down
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
grails.version=2.5.1.BUILD-SNAPSHOT
grails.version=2.5.1
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ grails.project.dependency.resolution = {

plugins {
// plugins for the build system only
build ":tomcat:7.0.55.2" // or ":tomcat:8.0.20"
build ":tomcat:7.0.55.3" // or ":tomcat:8.0.22"

// plugins for the compile step
compile ":scaffolding:2.1.2"
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.1.BUILD-SNAPSHOT", GrailsUtil.getGrailsVersion());
assertEquals("2.5.1", GrailsUtil.getGrailsVersion());
}

@Override
Expand Down

0 comments on commit 0bde613

Please sign in to comment.