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 101209a commit a1e5c06Copy full SHA for a1e5c06
gradle.properties
@@ -1,4 +1,4 @@
1
-projectVersion=3.3.17.BUILD-SNAPSHOT
+projectVersion=3.3.17
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.17.BUILD-SNAPSHOT", GrailsUtil.getGrailsVersion());
+ assertEquals("3.3.17", GrailsUtil.getGrailsVersion());
29
}
30
31
@Override
0 commit comments