Skip to content

Commit b891588

Browse files
committed
Fix empty tag for version prefix
1 parent f669a33 commit b891588

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@
287287
<productionBranch>master</productionBranch>
288288
<developmentBranch>development</developmentBranch>
289289
<releaseBranchPrefix>release-</releaseBranchPrefix>
290-
<versionTagPrefix></versionTagPrefix>
290+
<versionTagPrefix/>
291291
<origin>origin</origin>
292292
<!-- Unused for releasing -->
293293
<featureBranchPrefix>feature-</featureBranchPrefix>

0 commit comments

Comments
 (0)