File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
grace-bootstrap/src/test/groovy/grails/util Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- /* Copyright 2004-2023 the original author or authors.
1+ /* Copyright 2004-2025 the original author or authors.
22 *
33 * Licensed under the Apache License, Version 2.0 (the "License");
44 * you may not use this file except in compliance with the License.
@@ -29,7 +29,7 @@ public class GrailsUtilTests {
2929
3030 @ Test
3131 public void testGrailsVersion () {
32- assertEquals ("2023.3.0-SNAPSHOT " , GrailsUtil .getGrailsVersion ());
32+ assertEquals ("2023.3.0-M1 " , GrailsUtil .getGrailsVersion ());
3333 }
3434
3535 @ AfterEach
Original file line number Diff line number Diff line change 1- projectVersion =2023.3.0-SNAPSHOT
1+ projectVersion =2023.3.0-M1
22gradleNexusPublishPluginVersion =2.0.0
33gradleSdkVendorVersion =3.0.0
44gradleTestRetryPlugin =1.6.0
You can’t perform that action at this time.
0 commit comments