Gitflow Maven Plugin Versions Save

The Git-Flow Maven Plugin supports various Git workflows, including GitFlow and GitHub Flow. This plugin runs Git and Maven commands from the command line.

v1.21.0

5 months ago

v1.21.0 (2023-12-25)

v1.20.0

1 year ago

v1.20.0 (2023-06-01)

  • Fixed creation of the release branch in hotfix-finish goal - #391
  • Improved console error logs - #383
  • Added option to skip merging into development branch in release-finish goal - #237
  • Added back merge to release goal - #375
  • Updated dependencies - #365

v1.19.0

1 year ago

v1.19.0 (2022-10-13)

  • Fixed snapshot checking with up-to-date project info - #345
  • Improved remote branch fetching comparing and checking out
  • Added ability to update git submodules before commit - #348
  • Added tag push on hotfix if it isn't pushed with the branch - #349
  • Added fetching of remote release branch on hotfix-finish goal - #318
  • Added more logs for verbose mode - #331

v1.18.0

2 years ago

Breaking changes

  • Changed default branch to merge during release. Now tag or production branch will be merged to development branch. To restore previous behavior and merge release branch use noBackMerge parameter - #213
  • Changed default branch to merger during hotfix. Now tag or production branch will be merged to development branch. To restore previous behavior and merge hotfix branch use noBackMergeHotfix parameter - #328
  • Changed default versions of internal plugins versions-maven-plugin and tycho-versions-plugin. Now it is set in the code and can be modified with properties - #330

---

  • Added new version-update goal - #269
  • Improved getting current version of the project - #324
  • Added check for SNAPSHOT dependency in parent project definition - #64
  • Added ability to use Maven version policy - #235
  • Added checkout from remote for development branch in feature-start goal - #322
  • Added ability to add push-options to git push - #319