mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 13:10:44 +00:00
Attempting updating gitflow plugin to work with maven CI friendly versions
This commit is contained in:
2
pom.xml
2
pom.xml
@ -176,6 +176,8 @@
|
|||||||
<postReleaseGoals>install</postReleaseGoals> <!-- Let CI run deploys -->
|
<postReleaseGoals>install</postReleaseGoals> <!-- Let CI run deploys -->
|
||||||
<commitDevelopmentVersionAtStart>true</commitDevelopmentVersionAtStart>
|
<commitDevelopmentVersionAtStart>true</commitDevelopmentVersionAtStart>
|
||||||
<versionDigitToIncrement>1</versionDigitToIncrement> <!-- In general, we update the minor -->
|
<versionDigitToIncrement>1</versionDigitToIncrement> <!-- In general, we update the minor -->
|
||||||
|
<versionProperty>revision</versionProperty>
|
||||||
|
<skipUpdateVersion>true</skipUpdateVersion>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
Reference in New Issue
Block a user