Remove the pound sign from the build number

This gets rid of annoying auto mentions of github issues...
This commit is contained in:
Phoenix616 2018-01-09 19:53:00 +01:00
parent 89b949ef61
commit fe68f20997
1 changed files with 1 additions and 1 deletions

View File

@ -371,7 +371,7 @@
</activation>
<properties>
<buildNumber>${env.BUILD_NUMBER}</buildNumber>
<buildDescription>(build #${env.BUILD_NUMBER})</buildDescription>
<buildDescription>(build ${env.BUILD_NUMBER})</buildDescription>
</properties>
</profile>
</profiles>