diff --git a/gradle.properties b/gradle.properties index 7ae89ca2f278..85e59570b686 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,13 +1,13 @@ group = org.junit -version = 5.9.0-RC1 +version = 5.9.0-SNAPSHOT jupiterGroup = org.junit.jupiter platformGroup = org.junit.platform -platformVersion = 1.9.0-RC1 +platformVersion = 1.9.0-SNAPSHOT vintageGroup = org.junit.vintage -vintageVersion = 5.9.0-RC1 +vintageVersion = 5.9.0-SNAPSHOT defaultBuiltBy = JUnit Team