Skip to content

Commit

Permalink
Remove # symbol from development build name
Browse files Browse the repository at this point in the history
  • Loading branch information
BONNe committed Mar 9, 2019
1 parent 715651e commit fc83001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit fc83001

Please sign in to comment.