Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build(deps): Bump gitflow-maven-plugin from 1.16.0 to 1.19.0 in /client #431

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 25, 2023

Bumps gitflow-maven-plugin from 1.16.0 to 1.19.0.

Release notes

Sourced from gitflow-maven-plugin's releases.

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

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
Changelog

Sourced from gitflow-maven-plugin's changelog.

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 (2022-02-20)

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

v1.17.0 (2021-12-07)

  • Fixed and improved error messages in feature-start goal - #306
  • Added ability to use different commit message on feature squash - #287
  • Added ability to increment different digit in hotfix version - #186
  • Added ability to disable update of project.build.outputTimestamp property - #310
  • Added support to automatically use Maven wrapper for internal commands - #246
  • Added ability to use gitFlowConfig and commitMessages properties from the command line - #284
Commits
  • 0d9f73c 1.19.0 release
  • 231ebb6 Update git submodules before commit - closes #348
  • ea7841d Fetch remote release branch on hotfix-finish goal - closes #318
  • ae3e628 Push tag on hotfix if it isn't pushed with branch - closes #349
  • 64aa964 Fix remote branch fetching and comparing
  • 4b40a6c Checkout feature branch before finish
  • a11b0a3 Improve remote fetching and checking out
  • 7f9146b Fix snapshot checking with up-to-date project info - closes #345
  • 004c156 Update README.md
  • 841ca6c Merge pull request #339 from beatngu13/patch-1
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [gitflow-maven-plugin](https://github.com/aleksandr-m/gitflow-maven-plugin) from 1.16.0 to 1.19.0.
- [Release notes](https://github.com/aleksandr-m/gitflow-maven-plugin/releases)
- [Changelog](https://github.com/aleksandr-m/gitflow-maven-plugin/blob/master/CHANGELOG.md)
- [Commits](aleksandr-m/gitflow-maven-plugin@v1.16.0...v1.19.0)

---
updated-dependencies:
- dependency-name: com.amashchenko.maven.plugin:gitflow-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jan 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants