Remove # symbol from development build name

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

View File

@ -63,7 +63,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>
@ -219,4 +219,4 @@
</plugin>
</plugins>
</build>
</project>
</project>