mirror of
https://github.com/BentoBoxWorld/Challenges.git
synced 2024-12-30 12:57:52 +01:00
Remove # symbol from development build name
This commit is contained in:
parent
715651ed36
commit
fc8300119d
2
pom.xml
2
pom.xml
@ -55,7 +55,7 @@
|
|||||||
</activation>
|
</activation>
|
||||||
<properties>
|
<properties>
|
||||||
<!-- Override only if necessary -->
|
<!-- Override only if necessary -->
|
||||||
<revision>${build.version}-SNAPSHOT #${env.BUILD_NUMBER}</revision>
|
<revision>${build.version}-SNAPSHOT-${env.BUILD_NUMBER}</revision>
|
||||||
<!-- GIT_BRANCH -->
|
<!-- GIT_BRANCH -->
|
||||||
</properties>
|
</properties>
|
||||||
</profile>
|
</profile>
|
||||||
|
Loading…
Reference in New Issue
Block a user