Fixed version in POM not being "-SNAPSHOT"

This commit is contained in:
Florian CUNY 2019-03-09 22:20:37 +01:00 committed by GitHub
parent 1953d966dc
commit 13eddbb3b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,7 @@
<!-- Revision variable removes warning about dynamic version -->
<revision>${build.version}</revision>
<!-- This allows to change between versions. -->
<build.version>1.4.0</build.version>
<build.version>1.4.0-SNAPSHOT</build.version>
</properties>
<!-- Profiles will allow to automatically change build version. -->