Skip to content

Commit

Permalink
Changed build numbers to use 'b' instead of '#'
Browse files Browse the repository at this point in the history
  • Loading branch information
Poslovitch committed Dec 15, 2019
1 parent bef0797 commit 85c3bb0
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 @@ -56,7 +56,7 @@
</activation>
<properties>
<!-- Override only if necessary -->
<build.number>-#${env.BUILD_NUMBER}</build.number>
<build.number>-b${env.BUILD_NUMBER}</build.number>
<!-- GIT_BRANCH -->
</properties>
</profile>
Expand Down

0 comments on commit 85c3bb0

Please sign in to comment.