B3Partners / datastorelinker.old

B3P GIS Suite ETL tooling
https://b3partners.github.io/datastorelinker/
1 stars 1 forks source link

Bump git-commit-id-plugin from 2.2.4 to 2.2.5 #20

Closed dependabot-preview[bot] closed 6 years ago

dependabot-preview[bot] commented 6 years ago

Bumps git-commit-id-plugin from 2.2.4 to 2.2.5.

Release notes *Sourced from [git-commit-id-plugin's releases](https://github.com/ktoso/maven-git-commit-id-plugin/releases).* > Version 2.2.5 is finally there and includes various [bug-fixes and improvements](https://github-redirect.dependabot.com/ktoso/maven-git-commit-id-plugin/issues?q=milestone%3A2.2.5&closed=1) :-) > > ## New Features / Bug-Fixes: > The main key-aspects that have been improved or being worked on are the following: > * **most likely the last release that supports Java 1.7** > * Full support for Java 7, Java 8, Java 9, Java 10 and Java 11 (potentially also working for any higher version) > * add build number support (``git.build.number`` and ``git.build.number.unique``) for Bamboo, Hudson, Jenkins, TeamCity, Travis, Gitlab CI - https://github-redirect.dependabot.com/ktoso/maven-git-commit-id-plugin/issues/353 / https://github-redirect.dependabot.com/ktoso/maven-git-commit-id-plugin/pull/369 > * add ``git.branch`` support for GitlabCI - https://github-redirect.dependabot.com/ktoso/maven-git-commit-id-plugin/pull/368 > * add total commit count property via 'rev-list --count' -- https://github-redirect.dependabot.com/ktoso/maven-git-commit-id-plugin/pull/357 > * fixed a bug where the plugin fails when bamboo generates an unsupported gitRemoteString (the plugin now also never fails when this happens, it will simply log an exception and populate an empty string) -- https://github-redirect.dependabot.com/ktoso/maven-git-commit-id-plugin/issues/352 / https://github-redirect.dependabot.com/ktoso/maven-git-commit-id-plugin/pull/356 > * various dependency updates including support for java 10 (I think that should have worked before, but its now also tested with that version) -- https://github-redirect.dependabot.com/ktoso/maven-git-commit-id-plugin/pull/347 / https://github-redirect.dependabot.com/ktoso/maven-git-commit-id-plugin/pull/372 > > ## Getting the latest release > The plugin is available from Maven Central ([see here](http://search.maven.org/#search%7Cga%7C1%7Cpl.project13)), so you don't have to configure any additional repositories to use this plugin. All you need to do is to configure it inside your project as dependency: > ```xml > > pl.project13.maven > git-commit-id-plugin > 2.2.5 > > ``` > > ## Known Issues / Limitations: > * This plugin is unfortunately not working with Heroku which is due to the fact how Heroku works. In summary Heroku does not copy over the .git-repository but in order to determine the git properties this plugin relies on the fact that it has access to the git-repository. A somewhat *workaround* to get some information is outlined in https://github-redirect.dependabot.com/ktoso/maven-git-commit-id-plugin/issues/279#issuecomment-301284022 > > ## Reporting Problems > If you find any problem with this plugin, feel free to report it [here](https://github-redirect.dependabot.com/ktoso/maven-git-commit-id-plugin/issues)
Commits - [`b37b40d`](https://github.com/ktoso/maven-git-commit-id-plugin/commit/b37b40d15d0a2fb64fa02ce6c8f6de1a1090c0d5) [maven-release-plugin] prepare release v2.2.5 - [`1e30548`](https://github.com/ktoso/maven-git-commit-id-plugin/commit/1e30548c8428331c393b70e2cf07446415d2420e) Merge pull request [#381](https://github-redirect.dependabot.com/ktoso/maven-git-commit-id-plugin/issues/381) from TheSnoozer/master - [`d39b593`](https://github.com/ktoso/maven-git-commit-id-plugin/commit/d39b59325e473d8a7c44e36042fff03476854f3d) https://github-redirect.dependabot.com/ktoso/maven-git-commit-id-plugin/issues/379: Add support f... - [`54a99c7`](https://github.com/ktoso/maven-git-commit-id-plugin/commit/54a99c79af20a328b562ff449c73d7d381c13efa) https://github-redirect.dependabot.com/ktoso/maven-git-commit-id-plugin/issues/376: Add the defau... - [`d25073c`](https://github.com/ktoso/maven-git-commit-id-plugin/commit/d25073c5aa7d7d18731577e00106a57168a0cab7) Merge pull request [#372](https://github-redirect.dependabot.com/ktoso/maven-git-commit-id-plugin/issues/372) from TheSnoozer/master - [`532af7b`](https://github.com/ktoso/maven-git-commit-id-plugin/commit/532af7bfa3d9c6bbb5db20a842b668be0562b479) update mockito 2.12.0->2.19.0; jackson-databind 2.9.2->2.9.6; joda-time 2.9.9... - [`4a6e9b5`](https://github.com/ktoso/maven-git-commit-id-plugin/commit/4a6e9b573994d10f9a310c55c7d44a0f1ee582f1) adding oraclejdk10 and change test from mvn 3.5.2 to 3.5.4 - [`88c876a`](https://github.com/ktoso/maven-git-commit-id-plugin/commit/88c876a7c17c44115fbe4d024503e7992505b9f8) Merge pull request [#369](https://github-redirect.dependabot.com/ktoso/maven-git-commit-id-plugin/issues/369) from secustor/implement_build_number - [`cc53594`](https://github.com/ktoso/maven-git-commit-id-plugin/commit/cc53594551bc7b6bbb8de67306c49e5216cf55fb) implementing change requests for build number extension [#369](https://github-redirect.dependabot.com/ktoso/maven-git-commit-id-plugin/issues/369) - [`471a7de`](https://github.com/ktoso/maven-git-commit-id-plugin/commit/471a7de68b5288f64096c1e86654c7067d8a2a5f) move build variable logic to package + add TeamCity & Bamboo support - Additional commits viewable in [compare view](https://github.com/ktoso/maven-git-commit-id-plugin/compare/v2.2.4...v2.2.5)


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 merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - 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) Finally, you can contact us by mentioning @dependabot.