Attempting updating gitflow plugin to work with maven CI friendly versions

This commit is contained in:
2022-08-11 09:53:54 -05:00
parent 7e2af98e01
commit 72154ce48c

View File

@ -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>