Skip to content

Commit

Permalink
Update jgitver configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
sodre committed Mar 21, 2022
1 parent 91c606c commit 221f901
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .mvn/jgitver.config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,19 @@
<policy>NEAREST</policy>
<autoIncrementPatch>true</autoIncrementPatch>
<!--
<useDirty>true/false</useDirty>
<useDirty>true</useDirty>
<useGitCommitId>true</useGitCommitId>
<useCommitDistance>true</useCommitDistance>
<gitCommitIdLength>8</gitCommitIdLength>
-->
<nonQualifierBranches>main,master</nonQualifierBranches>
<useDefaultBranchingPolicy>true</useDefaultBranchingPolicy>
<!--
<regexVersionTag>r([0-9]+)</regexVersionTag>
<exclusions>
<exclusion>relative directory path</exclusion>
<exclusion>./.mvn</exclusion>
</exclusions>
<!--
<useDefaultBranchingPolicy>true</useDefaultBranchingPolicy>
<regexVersionTag>r([0-9]+)</regexVersionTag>
<branchPolicies>
<branchPolicy>
<pattern>pattern</pattern>
Expand Down

0 comments on commit 221f901

Please sign in to comment.