You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Autoincrementpatch set to true in the jgitver.config.xml does not seem to work for me, anything i'm doing wrong?
Jgitver maven plugin version 1.9.0
<configuration xmlns="http://jgitver.github.io/maven/configuration/1.1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://jgitver.github.io/maven/configuration/1.1.0 https://jgitver.github.io/maven/configuration/jgitver-configuration-v1_1_0.xsd">
<mavenLike>false</mavenLike> <!-- deprecated, use 'strategy' instead -->
<strategy>MAVEN</strategy>
<policy>MAX</policy> <!-- LookupPolicy to select the base tag/commit for the version computation -->
<autoIncrementPatch>true</autoIncrementPatch>
<useCommitDistance>false</useCommitDistance>
<useDirty>false</useDirty>
<useGitCommitId>false</useGitCommitId>
<useSnapshot>true</useSnapshot> <!-- use -SNAPSHOT in CONFIGURABLE strategy -->
<gitCommitIdLength>8</gitCommitIdLength> <!-- between [8,40] -->
<maxSearchDepth>1</maxSearchDepth> <!-- upper or equal to 1, ommited otherwise, default to infinite -->
<nonQualifierBranches>master,main</nonQualifierBranches> <!-- comma separated, example "master,integration" -->
<useDefaultBranchingPolicy>true</useDefaultBranchingPolicy> <!-- uses jgitver#BranchingPolicy#DEFAULT_FALLBACK as fallback branch policy-->
<exclusions>
<exclusion>.m2</exclusion>
</exclusions>
</configuration>
Autoincrementpatch set to true in the jgitver.config.xml does not seem to work for me, anything i'm doing wrong?
Jgitver maven plugin version 1.9.0
output from maven-antrun echo plugin:
Looks like the next_patch_version is not calculated correctly, anything i'm missing or did I find a bug?
The text was updated successfully, but these errors were encountered: