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.
This commit is contained in:
Brian Clozel
2021-05-31 21:42:50 +02:00
parent 847c10be27
commit de369ceeb3

View File

@@ -1,6 +1,6 @@
subprojects {
group = 'org.springframework.experimental'
version = "0.1.0-SNAPSHOT"
version = "1.0.0-SNAPSHOT"
repositories {
mavenCentral()