Skip to content

Commit 8241aa1

Browse files
committed
Use -SNAPSHOT suffix in hotfix and release branches
1 parent 054e00f commit 8241aa1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,8 @@
346346
<!-- Do not push to remote -->
347347
<pushRemote>false</pushRemote>
348348
<verbose>true</verbose>
349+
<useSnapshotInHotfix>true</useSnapshotInHotfix>
350+
<useSnapshotInRelease>true</useSnapshotInRelease>
349351
<!-- Branch naming schemes -->
350352
<gitFlowConfig>
351353
<productionBranch>master</productionBranch>

0 commit comments

Comments
 (0)