From 893c64b47575df1d6499fb2064c81160c02e5c14 Mon Sep 17 00:00:00 2001 From: Marc Philipp Date: Wed, 19 Jul 2023 15:59:56 +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 f8c7bb413854..a4cd021ca444 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,13 +1,13 @@ group = org.junit -version = 5.10.0-RC2 +version = 5.10.0-SNAPSHOT jupiterGroup = org.junit.jupiter platformGroup = org.junit.platform -platformVersion = 1.10.0-RC2 +platformVersion = 1.10.0-SNAPSHOT vintageGroup = org.junit.vintage -vintageVersion = 5.10.0-RC2 +vintageVersion = 5.10.0-SNAPSHOT defaultBuiltBy = JUnit Team