We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96ebba0 commit 7651380Copy full SHA for 7651380
gradle.properties
@@ -1,4 +1,4 @@
1
-projectVersion=4.1.4-SNAPSHOT
+projectVersion=4.1.4
2
commonsLangVersion=2.6
3
springBootVersion=2.2.13.RELEASE
4
springVersion=5.2.21.RELEASE
grails-core/src/test/groovy/grails/util/GrailsUtilTests.java
@@ -25,7 +25,7 @@
25
public class GrailsUtilTests extends TestCase {
26
27
public void testGrailsVersion() {
28
- assertEquals("4.1.4-SNAPSHOT", GrailsUtil.getGrailsVersion());
+ assertEquals("4.1.4", GrailsUtil.getGrailsVersion());
29
}
30
31
@Override
0 commit comments