From c90f86ec7d2224136689106b62bdd0c06a0502aa Mon Sep 17 00:00:00 2001 From: Marc Philipp Date: Fri, 17 May 2024 17:10:39 +0200 Subject: [PATCH] Back to snapshots for further development --- gradle.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index 617c9a5c5a0a..4f2f2efca822 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,13 +1,13 @@ group = org.junit -version = 5.11.0-M2 +version = 5.11.0-SNAPSHOT jupiterGroup = org.junit.jupiter platformGroup = org.junit.platform -platformVersion = 1.11.0-M2 +platformVersion = 1.11.0-SNAPSHOT vintageGroup = org.junit.vintage -vintageVersion = 5.11.0-M2 +vintageVersion = 5.11.0-SNAPSHOT # We need more metaspace due to apparent memory leak in Asciidoctor/JRuby # The exports are needed due to https://github.com/diffplug/spotless/issues/834