From de369ceeb3c7287d65ccafc7dc3bf9e03b800b41 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Mon, 31 May 2021 21:42:50 +0200 Subject: [PATCH] Switch to 1.0.0-SNAPSHOT version This commit changes the current version from 0.1.0 to 1.0.0 SNAPSHOT in order to reflect the milestone changes that were done on the project. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3b49a5c1..3fd6426f 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ subprojects { group = 'org.springframework.experimental' - version = "0.1.0-SNAPSHOT" + version = "1.0.0-SNAPSHOT" repositories { mavenCentral()