Revert "Fixed version in POM not being "-SNAPSHOT""

This reverts commit 13eddbb3b6.
This commit is contained in:
tastybento 2019-03-09 22:14:01 -08:00
parent cfa6861e58
commit 9e6b0d873c

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-SNAPSHOT</build.version>
<build.version>1.4.0</build.version>
</properties>
<!-- Profiles will allow to automatically change build version. -->