Commits
- [`e072165`](https://github.com/apache/maven-jar-plugin/commit/e07216551316bc4cbbc7ae31c41bd494612b8c23) [maven-release-plugin] prepare release maven-jar-plugin-3.1.1
- [`867041b`](https://github.com/apache/maven-jar-plugin/commit/867041bb4eb862317b031fcf92971cd0a8b9ab25) [MJAR-261] - Upgrade plexus-archiver 3.7.0
- [`b59d531`](https://github.com/apache/maven-jar-plugin/commit/b59d531921cbbbf3ee280ccfcec3657525d8fe26) [MJAR-260] Upgrade to Archiver 3.3.0 and add ITs
- [`58a570a`](https://github.com/apache/maven-jar-plugin/commit/58a570ad7d16767cd47181eefe304f2e83dc88b6) upgraded parent POM from 32 to 33
- [`ee7556c`](https://github.com/apache/maven-jar-plugin/commit/ee7556c313cbbbff639692b39fc6ca137f32816e) [MPOM-205] use sha512 checksums instead of sha1
- [`869e1f8`](https://github.com/apache/maven-jar-plugin/commit/869e1f88bd6aab65f778fa5d645d345afa190e89) [MNGSITE-341] use https for sigs, hashes and KEYS
- [`2572d71`](https://github.com/apache/maven-jar-plugin/commit/2572d71e6e1f1adf3ace2b623b34b622d5c0ebb9) Using asfMavenTlpPlgnBuild instead of asfMavenTlpStdBuild
- [`9556e9f`](https://github.com/apache/maven-jar-plugin/commit/9556e9feb098c248e457adadb41648440352b1ae) Added exclusion for JDK9 based on JDK Bug.
- [`d5b5a3f`](https://github.com/apache/maven-jar-plugin/commit/d5b5a3f0b3448d10b5a48f612122d4755e253ede) [MJAR-256] - Upgrade JUnit to 4.12
- [`d9bba2d`](https://github.com/apache/maven-jar-plugin/commit/d9bba2d73dbf33328ae12edcd4b0e6fc0e0403f8) [MJAR-255] - Upgrade maven-plugins parent to version 32
- Additional commits viewable in [compare view](https://github.com/apache/maven-jar-plugin/compare/maven-jar-plugin-3.1.0...maven-jar-plugin-3.1.1)
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 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.
Bumps maven-jar-plugin from 3.1.0 to 3.1.1.
Commits
- [`e072165`](https://github.com/apache/maven-jar-plugin/commit/e07216551316bc4cbbc7ae31c41bd494612b8c23) [maven-release-plugin] prepare release maven-jar-plugin-3.1.1 - [`867041b`](https://github.com/apache/maven-jar-plugin/commit/867041bb4eb862317b031fcf92971cd0a8b9ab25) [MJAR-261] - Upgrade plexus-archiver 3.7.0 - [`b59d531`](https://github.com/apache/maven-jar-plugin/commit/b59d531921cbbbf3ee280ccfcec3657525d8fe26) [MJAR-260] Upgrade to Archiver 3.3.0 and add ITs - [`58a570a`](https://github.com/apache/maven-jar-plugin/commit/58a570ad7d16767cd47181eefe304f2e83dc88b6) upgraded parent POM from 32 to 33 - [`ee7556c`](https://github.com/apache/maven-jar-plugin/commit/ee7556c313cbbbff639692b39fc6ca137f32816e) [MPOM-205] use sha512 checksums instead of sha1 - [`869e1f8`](https://github.com/apache/maven-jar-plugin/commit/869e1f88bd6aab65f778fa5d645d345afa190e89) [MNGSITE-341] use https for sigs, hashes and KEYS - [`2572d71`](https://github.com/apache/maven-jar-plugin/commit/2572d71e6e1f1adf3ace2b623b34b622d5c0ebb9) Using asfMavenTlpPlgnBuild instead of asfMavenTlpStdBuild - [`9556e9f`](https://github.com/apache/maven-jar-plugin/commit/9556e9feb098c248e457adadb41648440352b1ae) Added exclusion for JDK9 based on JDK Bug. - [`d5b5a3f`](https://github.com/apache/maven-jar-plugin/commit/d5b5a3f0b3448d10b5a48f612122d4755e253ede) [MJAR-256] - Upgrade JUnit to 4.12 - [`d9bba2d`](https://github.com/apache/maven-jar-plugin/commit/d9bba2d73dbf33328ae12edcd4b0e6fc0e0403f8) [MJAR-255] - Upgrade maven-plugins parent to version 32 - Additional commits viewable in [compare view](https://github.com/apache/maven-jar-plugin/compare/maven-jar-plugin-3.1.0...maven-jar-plugin-3.1.1)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 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.