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

Bump gitflow-maven-plugin from 1.14.0 to 1.18.0 #79

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 21, 2022

Bumps gitflow-maven-plugin from 1.14.0 to 1.18.0.

Changelog

Sourced from gitflow-maven-plugin's changelog.

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

v1.16.0 (2021-03-23)

  • Fixed wrong incrementing of feature name - #288
  • Fixed wrong version property update - #272
  • Added support for updating project.build.outputTimestamp property to support Maven reproducible builds - #286
  • Removed deprecated wrong spelling of commit message parameter
  • Added ability to use snapshot version in support branch - #250
  • Added ability to change support branch name - #276
  • Added ability to use full branch name in feature and hotfix finish goals - #270

v1.15.1 (2021-01-14)

  • Fixed hotfix-finish must not increment develop snapshot version #267

v1.15.0 (2020-11-04)

  • Updated java version to 1.7 - #252
  • Changed commit logic in feature-finish goal to avoid directly committing into the develop - #226
  • Fixed wrong development version after hotfix-finish - #211
  • Fixed failing hotfix-finish in fresh checkout - #219
  • Added ability to skip merging release into production branch - #74
  • Added ability to increment feature version during feature-finish goal - #162
  • Added current feature branch as the default choice for feature-finish - #227
  • Added properties to featureFinishDevMergeMessage message - #247
Commits
  • 1c6a4cc 1.18.0 release
  • 122f178 Upload integration tests build logs on failure
  • 4adbb9a Set versions of used plugins in the code and allow to modify it with properti...
  • 6e03e4c Add ability to change which branch is merged to develop in hotfix-finish goal...
  • da263d3 Add ability to change which branch is merged to develop in release-finish goa...
  • 340754c Change some code style
  • e8b4c6d Add new version-update goal - closes #269
  • e30d065 Merge pull request #324 from dirk-kaspar/feature/recursiveReload
  • 9de6cba Reload Project and recursively all Modules and Integration Test
  • c33f0a3 Use apache maven wrapper
  • 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.14.0 to 1.18.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.14.0...v1.18.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 the dependencies Pull requests that update a dependency file label Feb 21, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 14, 2022

Superseded by #96.

@dependabot dependabot bot closed this Oct 14, 2022
@dependabot dependabot bot deleted the dependabot/maven/com.amashchenko.maven.plugin-gitflow-maven-plugin-1.18.0 branch October 14, 2022 08:00
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants