Skip to content

Commit 97a30a8

Browse files
authored
Merge pull request #13135 from SORMAS-Foundation/change-13134-jgitflow-maven-plugin-disable-pushreleases-and-pushhotfixes
#13134 - jgitflow-maven-plugin disable pushReleases and pushHotfixes configuration
2 parents 2c75fdf + 2153b3c commit 97a30a8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

sormas-base/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
1616
<developmentBranch>development</developmentBranch>
1717
<productionBranch>master</productionBranch>
18-
<pushHotfixes>true</pushHotfixes>
1918
<dependency-check.suppressionFile>check-suppressions.xml</dependency-check.suppressionFile>
2019

2120
<!-- *** Payara module versions *** -->
@@ -1641,8 +1640,6 @@
16411640
<!--suppress MavenModelInspection -->
16421641
<password>${github.sormas.password}</password>
16431642
<scmCommentPrefix>[GITFLOW]</scmCommentPrefix>
1644-
<pushReleases>true</pushReleases>
1645-
<pushHotfixes>${pushHotfixes}</pushHotfixes>
16461643
<useReleaseProfile>false</useReleaseProfile>
16471644
<noDeploy>true</noDeploy>
16481645
<noHotfixBuild>true</noHotfixBuild>

0 commit comments

Comments
 (0)