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 8b59d6a commit b062a5cCopy full SHA for b062a5c
gradle.properties
@@ -1,4 +1,4 @@
1
-projectVersion=3.3.15.BUILD-SNAPSHOT
+projectVersion=3.3.15
2
commonsLangVersion=2.6
3
commonsCliVersion=1.2
4
commonsIOVersion=2.2
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("3.3.15.BUILD-SNAPSHOT", GrailsUtil.getGrailsVersion());
+ assertEquals("3.3.15", GrailsUtil.getGrailsVersion());
29
}
30
31
@Override
0 commit comments