Skip to content

Commit 177cd42

Browse files
committed
update version to 2.1.5
1 parent bf55a87 commit 177cd42

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ buildscript {
1414
apply plugin: 'idea'
1515

1616
ext {
17-
grailsVersion = '2.1.5.BUILD-SNAPSHOT'
17+
grailsVersion = '2.1.5'
1818
isBuildSnapshot = grailsVersion.endsWith(".BUILD-SNAPSHOT")
1919
antTraxVersion = "1.7.1"
2020
antVersion = "1.8.2"

build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
grails.version=2.1.5.BUILD-SNAPSHOT
1+
grails.version=2.1.5
22

grails-plugin-tomcat/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
def tomcatVersion = "7.0.30"
1+
def tomcatVersion = "7.0.39"
22
dependencies {
33
compile "org.apache.tomcat.embed:tomcat-embed-core:$tomcatVersion"
44
compile "org.apache.tomcat.embed:tomcat-embed-logging-log4j:$tomcatVersion"

grails-test-suite-uber/src/test/groovy/grails/util/GrailsUtilTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
public class GrailsUtilTests extends TestCase {
3636

3737
public void testGrailsVersion() {
38-
assertEquals("2.1.5.BUILD-SNAPSHOT", GrailsUtil.getGrailsVersion());
38+
assertEquals("2.1.5", GrailsUtil.getGrailsVersion());
3939
}
4040

4141
@Override

0 commit comments

Comments
 (0)