Skip to content

Commit

Permalink
Changed build character from # to b
Browse files Browse the repository at this point in the history
  • Loading branch information
Poslovitch committed Jan 2, 2020
1 parent 7b8cc8e commit ef452fa
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

2 comments on commit ef452fa

@BONNe
Copy link
Member

@BONNe BONNe commented on ef452fa Jan 2, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:(

@Poslovitch
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Having it as # caused existing issues to be linked to someone's issue if he didn't put the bbox v output in a code block.

Please sign in to comment.