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 6ae655d commit c5e423fCopy full SHA for c5e423f
gradle.properties
@@ -32,7 +32,7 @@ micronautVersion=3.0.3
32
mongodbJavaDriverVersion=4.3.2
33
objenesisVersion=3.2
34
org.gradle.caching=true
35
-projectVersion=5.0.3-SNAPSHOT
+projectVersion=5.0.3
36
scaffoldingCoreVersion=2.1.0
37
servletApiVersion=4.0.1
38
slf4jVersion=1.7.32
grails-core/src/test/groovy/grails/util/GrailsUtilTests.java
@@ -29,7 +29,7 @@ public class GrailsUtilTests {
29
30
@Test
31
public void testGrailsVersion() {
- assertEquals("5.0.3-SNAPSHOT", GrailsUtil.getGrailsVersion());
+ assertEquals("5.0.3", GrailsUtil.getGrailsVersion());
}
@AfterEach
0 commit comments