We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b2f4ea commit 846dbe8Copy full SHA for 846dbe8
.mvn/maven-git-versioning-extension.xml
@@ -17,7 +17,7 @@
17
18
<!-- Any other branch: use branch name + SNAPSHOT for local development -->
19
<ref type="branch" pattern=".*">
20
- <version>${describe.tag.version.major}.${describe.tag.version.minor}.${describe.tag.version.patch.next}-${ref.name.slugified}-SNAPSHOT</version>
+ <version>${describe.tag.version.major}.${describe.tag.version.minor}.${describe.tag.version.patch.next}-SNAPSHOT</version>
21
</ref>
22
</refs>
23
</configuration>
0 commit comments