Changelog
*Sourced from [gitflow-maven-plugin's changelog](https://github.com/aleksandr-m/gitflow-maven-plugin/blob/master/CHANGELOG.md).*
> ## v1.14.0 (2019-12-06)
>
> * Fixed snapshot dependencies check and improved version resolution - [#204](https://github-redirect.dependabot.com/aleksandr-m/gitflow-maven-plugin/pull/204)
> * Added fetching of the remote release branch in `release-finish` goal - [#196](https://github-redirect.dependabot.com/aleksandr-m/gitflow-maven-plugin/issues/196)
> * Added ability to add prefix to commit messages - [#188](https://github-redirect.dependabot.com/aleksandr-m/gitflow-maven-plugin/issues/188)
> * Added `branchName` parameter in the `release-start` goal - [#70](https://github-redirect.dependabot.com/aleksandr-m/gitflow-maven-plugin/pull/70)
Commits
- [`a3b71ba`](https://github.com/aleksandr-m/gitflow-maven-plugin/commit/a3b71bacf7e813aef763995fef005a5b35ed2fad) 1.14.0 release
- [`ca66fde`](https://github.com/aleksandr-m/gitflow-maven-plugin/commit/ca66fdec3575256ca98098524bbfbe3890a1dc47) Fetch release branch from remote on release-finish goal - [#196](https://github-redirect.dependabot.com/aleksandr-m/gitflow-maven-plugin/issues/196)
- [`f5276b1`](https://github.com/aleksandr-m/gitflow-maven-plugin/commit/f5276b10b4e2787538e9216f663254407acb66d3) Add ability to prefix commit messages - closes [#188](https://github-redirect.dependabot.com/aleksandr-m/gitflow-maven-plugin/issues/188)
- [`9e35a72`](https://github.com/aleksandr-m/gitflow-maven-plugin/commit/9e35a72d7a16993e772709e95347e4834c4fd3ed) Merge pull request [#205](https://github-redirect.dependabot.com/aleksandr-m/gitflow-maven-plugin/issues/205) from s-kocher/master
- [`36abf3d`](https://github.com/aleksandr-m/gitflow-maven-plugin/commit/36abf3d655c5d5234e3fd15738eb9d75602a2816) Add releases dates in changelog
- [`3486430`](https://github.com/aleksandr-m/gitflow-maven-plugin/commit/34864302fdc08865e7270b1874c45a6c1d30f79c) Merge pull request [#204](https://github-redirect.dependabot.com/aleksandr-m/gitflow-maven-plugin/issues/204) from cidus/master
- [`dbcf699`](https://github.com/aleksandr-m/gitflow-maven-plugin/commit/dbcf6997eb4590013a5d9d59879fca78e69dc16f) reloads project info from pom.xml in order to resolve dependencies
- [`f82f021`](https://github.com/aleksandr-m/gitflow-maven-plugin/commit/f82f0210ef48da702ef04ebf6136ddf35bd50eaf) Adds parameter branchName on the release-start goal - closes [#70](https://github-redirect.dependabot.com/aleksandr-m/gitflow-maven-plugin/issues/70)
- [`94091c3`](https://github.com/aleksandr-m/gitflow-maven-plugin/commit/94091c36eb949dc3184f2e904e4bf4b1fd43d8fc) Adds parameter "branchName" on the release-start goal which allows users to s...
- [`0569fb5`](https://github.com/aleksandr-m/gitflow-maven-plugin/commit/0569fb54b1fc7d6ae7dabe0189b2ac61191efd9c) Update readme
- Additional commits viewable in [compare view](https://github.com/aleksandr-m/gitflow-maven-plugin/compare/v1.13.0...v1.14.0)
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)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Bumps gitflow-maven-plugin from 1.13.0 to 1.14.0.
Changelog
*Sourced from [gitflow-maven-plugin's changelog](https://github.com/aleksandr-m/gitflow-maven-plugin/blob/master/CHANGELOG.md).* > ## v1.14.0 (2019-12-06) > > * Fixed snapshot dependencies check and improved version resolution - [#204](https://github-redirect.dependabot.com/aleksandr-m/gitflow-maven-plugin/pull/204) > * Added fetching of the remote release branch in `release-finish` goal - [#196](https://github-redirect.dependabot.com/aleksandr-m/gitflow-maven-plugin/issues/196) > * Added ability to add prefix to commit messages - [#188](https://github-redirect.dependabot.com/aleksandr-m/gitflow-maven-plugin/issues/188) > * Added `branchName` parameter in the `release-start` goal - [#70](https://github-redirect.dependabot.com/aleksandr-m/gitflow-maven-plugin/pull/70)Commits
- [`a3b71ba`](https://github.com/aleksandr-m/gitflow-maven-plugin/commit/a3b71bacf7e813aef763995fef005a5b35ed2fad) 1.14.0 release - [`ca66fde`](https://github.com/aleksandr-m/gitflow-maven-plugin/commit/ca66fdec3575256ca98098524bbfbe3890a1dc47) Fetch release branch from remote on release-finish goal - [#196](https://github-redirect.dependabot.com/aleksandr-m/gitflow-maven-plugin/issues/196) - [`f5276b1`](https://github.com/aleksandr-m/gitflow-maven-plugin/commit/f5276b10b4e2787538e9216f663254407acb66d3) Add ability to prefix commit messages - closes [#188](https://github-redirect.dependabot.com/aleksandr-m/gitflow-maven-plugin/issues/188) - [`9e35a72`](https://github.com/aleksandr-m/gitflow-maven-plugin/commit/9e35a72d7a16993e772709e95347e4834c4fd3ed) Merge pull request [#205](https://github-redirect.dependabot.com/aleksandr-m/gitflow-maven-plugin/issues/205) from s-kocher/master - [`36abf3d`](https://github.com/aleksandr-m/gitflow-maven-plugin/commit/36abf3d655c5d5234e3fd15738eb9d75602a2816) Add releases dates in changelog - [`3486430`](https://github.com/aleksandr-m/gitflow-maven-plugin/commit/34864302fdc08865e7270b1874c45a6c1d30f79c) Merge pull request [#204](https://github-redirect.dependabot.com/aleksandr-m/gitflow-maven-plugin/issues/204) from cidus/master - [`dbcf699`](https://github.com/aleksandr-m/gitflow-maven-plugin/commit/dbcf6997eb4590013a5d9d59879fca78e69dc16f) reloads project info from pom.xml in order to resolve dependencies - [`f82f021`](https://github.com/aleksandr-m/gitflow-maven-plugin/commit/f82f0210ef48da702ef04ebf6136ddf35bd50eaf) Adds parameter branchName on the release-start goal - closes [#70](https://github-redirect.dependabot.com/aleksandr-m/gitflow-maven-plugin/issues/70) - [`94091c3`](https://github.com/aleksandr-m/gitflow-maven-plugin/commit/94091c36eb949dc3184f2e904e4bf4b1fd43d8fc) Adds parameter "branchName" on the release-start goal which allows users to s... - [`0569fb5`](https://github.com/aleksandr-m/gitflow-maven-plugin/commit/0569fb54b1fc7d6ae7dabe0189b2ac61191efd9c) Update readme - Additional commits viewable in [compare view](https://github.com/aleksandr-m/gitflow-maven-plugin/compare/v1.13.0...v1.14.0)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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)