Skip to content

Commit 58ea96b

Browse files
committed
Merge branch '7.1.x' into 7.0.x-gormservice-dev-racecondition
2 parents f35fc44 + 9ca377b commit 58ea96b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
projectVersion=7.0.1-SNAPSHOT
16+
projectVersion=7.1.0-SNAPSHOT
1717

1818
javaVersion=17
1919

20-
githubBranch=7.0.x
20+
githubBranch=7.1.x
2121
githubSlug=apache/grails-core
2222

2323
# Note: BOM dependencies are defined in dependencies.gradle files to allow for dependabot updates

grails-core/src/test/groovy/grails/util/GrailsUtilTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public class GrailsUtilTests {
3333

3434
@Test
3535
public void testGrailsVersion() {
36-
assertEquals("7.0.1-SNAPSHOT", GrailsUtil.getGrailsVersion());
36+
assertEquals("7.1.0-SNAPSHOT", GrailsUtil.getGrailsVersion());
3737
}
3838

3939
@AfterEach

0 commit comments

Comments
 (0)