Remove # symbol from development build name

This commit is contained in:
BONNe 2019-03-09 13:45:45 +02:00 committed by GitHub
parent 715651ed36
commit fc8300119d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@
</activation>
<properties>
<!-- Override only if necessary -->
<revision>${build.version}-SNAPSHOT #${env.BUILD_NUMBER}</revision>
<revision>${build.version}-SNAPSHOT-${env.BUILD_NUMBER}</revision>
<!-- GIT_BRANCH -->
</properties>
</profile>