From edcba1c5f1c510e98139cf76ba8cc937009ba952 Mon Sep 17 00:00:00 2001 From: Marc Philipp Date: Sat, 20 Jul 2019 17:09:54 +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 f38d390cd8b7..1d731cff25c9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,13 +1,13 @@ group = org.junit -version = 5.5.1 +version = 5.5.2-SNAPSHOT jupiterGroup = org.junit.jupiter platformGroup = org.junit.platform -platformVersion = 1.5.1 +platformVersion = 1.5.2-SNAPSHOT vintageGroup = org.junit.vintage -vintageVersion = 5.5.1 +vintageVersion = 5.5.2-SNAPSHOT defaultBuiltBy = JUnit Team releaseBranch = master