Revert to 0.8.0.BUILD-SNAPSHOT

Staging the release has shown it is publishing the root pom that is only
used by the build. We should skip it the same way we do for the Spring
Boot project
This commit is contained in:
Stephane Nicoll 2019-10-07 08:11:04 -05:00
parent 94db472b1e
commit bba853fa6c

View File

@ -38,7 +38,7 @@
</developers>
<properties>
<revision>0.8.1.BUILD-SNAPSHOT</revision>
<revision>0.8.0.BUILD-SNAPSHOT</revision>
<disable.checks>false</disable.checks>
<git.url>https://github.com/spring-io/initializr</git.url>
<git.connection>scm:git:https://github.com/spring-io/initializr</git.connection>