Changed build character from # to b

This commit is contained in:
Florian CUNY 2020-01-02 11:00:50 +01:00 committed by GitHub
parent 7b8cc8e985
commit ef452fa030
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@
</activation> </activation>
<properties> <properties>
<!-- Override only if necessary --> <!-- Override only if necessary -->
<build.number>-#${env.BUILD_NUMBER}</build.number> <build.number>-b${env.BUILD_NUMBER}</build.number>
<!-- GIT_BRANCH --> <!-- GIT_BRANCH -->
</properties> </properties>
</profile> </profile>