-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
MINOR: [Java] Bump org.apache.maven.plugins:maven-jar-plugin from 2.4 to 3.3.0 in /java #39612
MINOR: [Java] Bump org.apache.maven.plugins:maven-jar-plugin from 2.4 to 3.3.0 in /java #39612
Conversation
Bumps [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 2.4 to 3.3.0. - [Release notes](https://github.com/apache/maven-jar-plugin/releases) - [Commits](apache/maven-jar-plugin@maven-jar-plugin-2.4...maven-jar-plugin-3.3.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-jar-plugin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
@jbonofre this overlaps slightly with your reproducible builds PR (and I see a changelog entry related to it too); would you be OK with merging this here? |
@lidavidm sure, no problem. I will rebase 😄 |
After merging your PR, Conbench analyzed the 5 benchmarking runs that have been run so far on merge-commit 809244e. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about 4 possible false positives for unstable benchmarks that are known to sometimes produce them. |
… to 3.3.0 in /java (apache#39612) Bumps [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 2.4 to 3.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/maven-jar-plugin/releases">org.apache.maven.plugins:maven-jar-plugin's releases</a>.</em></p> <blockquote> <h2>3.3.0</h2> <h2>🚀 New features and improvements</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/MJAR-278">[MJAR-278]</a> - Update plugin (requires Maven 3.2.5+) (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/19">#19</a>) <a href="https://github.com/cstamas"><code>@cstamas</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MJAR-280">[MJAR-280]</a> - Java 8 minimum (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/29">#29</a>) <a href="https://github.com/olamy"><code>@olamy</code></a></li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/MJAR-275">[MJAR-275]</a> - Fix outputTimestamp not applied to module-info; breaks reproducible builds (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/43">#43</a>) <a href="https://github.com/jorsol"><code>@jorsol</code></a></li> </ul> <h2>📦 Dependency updates</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/MJAR-290">[MJAR-290]</a> - Update Plexus Utils to 3.4.2 (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/48">#48</a>) <a href="https://github.com/jorsol"><code>@jorsol</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MJAR-291">[MJAR-291]</a> - Upgrade Parent to 37 (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/50">#50</a>) <a href="https://github.com/jorsol"><code>@jorsol</code></a></li> <li>Bump junit from 4.11 to 4.13.1 in /src/it/MJAR-228 (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/39">#39</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>Bump plexus-utils from 3.3.1 to 3.4.2 (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/42">#42</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MJAR-288">[MJAR-288]</a> - Upgrade Parent to 36 (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/40">#40</a>) <a href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a></li> </ul> <h2>📝 Documentation updates</h2> <ul> <li>Restore mavenArchiverVersion property used in the site (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/51">#51</a>) <a href="https://github.com/jorsol"><code>@jorsol</code></a></li> <li>(doc) Updated create-test-jar.apt.vm removing 'and' in Maven site Create Test JAR documentation (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/34">#34</a>) <a href="https://github.com/focbenz"><code>@focbenz</code></a></li> </ul> <h2>👻 Maintenance</h2> <ul> <li>use shared action v3 (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/49">#49</a>) <a href="https://github.com/olamy"><code>@olamy</code></a></li> <li>Code simplifications in AbstractMojo (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/47">#47</a>) <a href="https://github.com/rhowe"><code>@rhowe</code></a></li> </ul> <h2>3.2.2</h2> <h2>What's Changed</h2> <ul> <li>[MJAR-260] Fail on invalid automatic module name by <a href="https://github.com/sormuras"><code>@sormuras</code></a> in <a href="https://redirect.github.com/apache/maven-jar-plugin/pull/3">apache/maven-jar-plugin#3</a></li> <li>[MNGSITE-393] remove more pre Maven 3 content by <a href="https://github.com/elharo"><code>@elharo</code></a> in <a href="https://redirect.github.com/apache/maven-jar-plugin/pull/8">apache/maven-jar-plugin#8</a></li> <li>compat not needed by <a href="https://github.com/elharo"><code>@elharo</code></a> in <a href="https://redirect.github.com/apache/maven-jar-plugin/pull/10">apache/maven-jar-plugin#10</a></li> <li>ignore .checkstyle by <a href="https://github.com/elharo"><code>@elharo</code></a> in <a href="https://redirect.github.com/apache/maven-jar-plugin/pull/12">apache/maven-jar-plugin#12</a></li> <li>Two minor dependency updates by <a href="https://github.com/elharo"><code>@elharo</code></a> in <a href="https://redirect.github.com/apache/maven-jar-plugin/pull/11">apache/maven-jar-plugin#11</a></li> <li>simplify test by <a href="https://github.com/elharo"><code>@elharo</code></a> in <a href="https://redirect.github.com/apache/maven-jar-plugin/pull/13">apache/maven-jar-plugin#13</a></li> <li>fix link to issue tracker by <a href="https://github.com/elharo"><code>@elharo</code></a> in <a href="https://redirect.github.com/apache/maven-jar-plugin/pull/14">apache/maven-jar-plugin#14</a></li> <li>update minimum Maven version to 3.1.0 by <a href="https://github.com/elharo"><code>@elharo</code></a> in <a href="https://redirect.github.com/apache/maven-jar-plugin/pull/15">apache/maven-jar-plugin#15</a></li> <li>docs: grammar by <a href="https://github.com/elharo"><code>@elharo</code></a> in <a href="https://redirect.github.com/apache/maven-jar-plugin/pull/18">apache/maven-jar-plugin#18</a></li> <li>Bump maven-shared-utils from 3.3.3 to 3.3.4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/apache/maven-jar-plugin/pull/20">apache/maven-jar-plugin#20</a></li> <li>Bump plexus-archiver from 4.2.3 to 4.2.5 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/apache/maven-jar-plugin/pull/23">apache/maven-jar-plugin#23</a></li> <li>use shared gh action by <a href="https://github.com/olamy"><code>@olamy</code></a> in <a href="https://redirect.github.com/apache/maven-jar-plugin/pull/24">apache/maven-jar-plugin#24</a></li> <li>Bump junit from 4.13 to 4.13.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/apache/maven-jar-plugin/pull/25">apache/maven-jar-plugin#25</a></li> <li>use shared gh action - v1 by <a href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a> in <a href="https://redirect.github.com/apache/maven-jar-plugin/pull/28">apache/maven-jar-plugin#28</a></li> <li>Bump maven-archiver from 3.5.0 to 3.5.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/apache/maven-jar-plugin/pull/27">apache/maven-jar-plugin#27</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/sormuras"><code>@sormuras</code></a> made their first contribution in <a href="https://redirect.github.com/apache/maven-jar-plugin/pull/3">apache/maven-jar-plugin#3</a></li> <li><a href="https://github.com/elharo"><code>@elharo</code></a> made their first contribution in <a href="https://redirect.github.com/apache/maven-jar-plugin/pull/8">apache/maven-jar-plugin#8</a></li> </ul> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/maven-jar-plugin/commit/d68df4b277d9afcbbe4700690fd6c7584cec4149"><code>d68df4b</code></a> [maven-release-plugin] prepare release maven-jar-plugin-3.3.0</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/fb2299a6dc12078af33983414474292bab531ed7"><code>fb2299a</code></a> Restore mavenArchiverVersion property used in the site</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/120412767b4677acf93243b1aa01e34799df5409"><code>1204127</code></a> [MJAR-290] - Update Plexus Utils to 3.4.2</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/5fd2fc96f1d671f113b08ec7dfbf5b97a80f3763"><code>5fd2fc9</code></a> [MJAR-291] - Upgrade Parent to 37</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/56344da36ed291eff940b9e326c2f740e21f79be"><code>56344da</code></a> use shared action v3 (<a href="https://redirect.github.com/apache/maven-jar-plugin/issues/49">#49</a>)</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/414849196259fb34c621b0cdaa0a9e923ca9bc42"><code>4148491</code></a> Code simplifications in AbstractMojo (<a href="https://redirect.github.com/apache/maven-jar-plugin/issues/47">#47</a>)</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/46c017dc0ca2e35536dfe98f682184ed38a20633"><code>46c017d</code></a> [MJAR-275] - Fix outputTimestamp not applied to module-info; breaks reproduci...</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/c02be208f3f4422ed0e9990e56602e3ee7d246a0"><code>c02be20</code></a> [MJAR-278] Update plugin (requires Maven 3.2.5+) (<a href="https://redirect.github.com/apache/maven-jar-plugin/issues/19">#19</a>)</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/b6fe3eb5d32c92f9b1169d9dbe75fc41fb0ce149"><code>b6fe3eb</code></a> Bump junit from 4.11 to 4.13.2 in /src/it/MJAR-228</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/78a28dd7873d0d8eb7c6684963ab860aa51f2c07"><code>78a28dd</code></a> Ignore Maven Core updates</li> <li>Additional commits viewable in <a href="https://github.com/apache/maven-jar-plugin/compare/maven-jar-plugin-2.4...maven-jar-plugin-3.3.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.maven.plugins:maven-jar-plugin&package-manager=maven&previous-version=2.4&new-version=3.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@ 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) </details> Authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: David Li <li.davidm96@gmail.com>
… to 3.3.0 in /java (apache#39612) Bumps [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 2.4 to 3.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/maven-jar-plugin/releases">org.apache.maven.plugins:maven-jar-plugin's releases</a>.</em></p> <blockquote> <h2>3.3.0</h2> <h2>🚀 New features and improvements</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/MJAR-278">[MJAR-278]</a> - Update plugin (requires Maven 3.2.5+) (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/19">#19</a>) <a href="https://github.com/cstamas"><code>@cstamas</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MJAR-280">[MJAR-280]</a> - Java 8 minimum (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/29">#29</a>) <a href="https://github.com/olamy"><code>@olamy</code></a></li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/MJAR-275">[MJAR-275]</a> - Fix outputTimestamp not applied to module-info; breaks reproducible builds (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/43">#43</a>) <a href="https://github.com/jorsol"><code>@jorsol</code></a></li> </ul> <h2>📦 Dependency updates</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/MJAR-290">[MJAR-290]</a> - Update Plexus Utils to 3.4.2 (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/48">#48</a>) <a href="https://github.com/jorsol"><code>@jorsol</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MJAR-291">[MJAR-291]</a> - Upgrade Parent to 37 (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/50">#50</a>) <a href="https://github.com/jorsol"><code>@jorsol</code></a></li> <li>Bump junit from 4.11 to 4.13.1 in /src/it/MJAR-228 (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/39">#39</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>Bump plexus-utils from 3.3.1 to 3.4.2 (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/42">#42</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MJAR-288">[MJAR-288]</a> - Upgrade Parent to 36 (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/40">#40</a>) <a href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a></li> </ul> <h2>📝 Documentation updates</h2> <ul> <li>Restore mavenArchiverVersion property used in the site (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/51">#51</a>) <a href="https://github.com/jorsol"><code>@jorsol</code></a></li> <li>(doc) Updated create-test-jar.apt.vm removing 'and' in Maven site Create Test JAR documentation (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/34">#34</a>) <a href="https://github.com/focbenz"><code>@focbenz</code></a></li> </ul> <h2>👻 Maintenance</h2> <ul> <li>use shared action v3 (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/49">#49</a>) <a href="https://github.com/olamy"><code>@olamy</code></a></li> <li>Code simplifications in AbstractMojo (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/47">#47</a>) <a href="https://github.com/rhowe"><code>@rhowe</code></a></li> </ul> <h2>3.2.2</h2> <h2>What's Changed</h2> <ul> <li>[MJAR-260] Fail on invalid automatic module name by <a href="https://github.com/sormuras"><code>@sormuras</code></a> in <a href="https://redirect.github.com/apache/maven-jar-plugin/pull/3">apache/maven-jar-plugin#3</a></li> <li>[MNGSITE-393] remove more pre Maven 3 content by <a href="https://github.com/elharo"><code>@elharo</code></a> in <a href="https://redirect.github.com/apache/maven-jar-plugin/pull/8">apache/maven-jar-plugin#8</a></li> <li>compat not needed by <a href="https://github.com/elharo"><code>@elharo</code></a> in <a href="https://redirect.github.com/apache/maven-jar-plugin/pull/10">apache/maven-jar-plugin#10</a></li> <li>ignore .checkstyle by <a href="https://github.com/elharo"><code>@elharo</code></a> in <a href="https://redirect.github.com/apache/maven-jar-plugin/pull/12">apache/maven-jar-plugin#12</a></li> <li>Two minor dependency updates by <a href="https://github.com/elharo"><code>@elharo</code></a> in <a href="https://redirect.github.com/apache/maven-jar-plugin/pull/11">apache/maven-jar-plugin#11</a></li> <li>simplify test by <a href="https://github.com/elharo"><code>@elharo</code></a> in <a href="https://redirect.github.com/apache/maven-jar-plugin/pull/13">apache/maven-jar-plugin#13</a></li> <li>fix link to issue tracker by <a href="https://github.com/elharo"><code>@elharo</code></a> in <a href="https://redirect.github.com/apache/maven-jar-plugin/pull/14">apache/maven-jar-plugin#14</a></li> <li>update minimum Maven version to 3.1.0 by <a href="https://github.com/elharo"><code>@elharo</code></a> in <a href="https://redirect.github.com/apache/maven-jar-plugin/pull/15">apache/maven-jar-plugin#15</a></li> <li>docs: grammar by <a href="https://github.com/elharo"><code>@elharo</code></a> in <a href="https://redirect.github.com/apache/maven-jar-plugin/pull/18">apache/maven-jar-plugin#18</a></li> <li>Bump maven-shared-utils from 3.3.3 to 3.3.4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/apache/maven-jar-plugin/pull/20">apache/maven-jar-plugin#20</a></li> <li>Bump plexus-archiver from 4.2.3 to 4.2.5 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/apache/maven-jar-plugin/pull/23">apache/maven-jar-plugin#23</a></li> <li>use shared gh action by <a href="https://github.com/olamy"><code>@olamy</code></a> in <a href="https://redirect.github.com/apache/maven-jar-plugin/pull/24">apache/maven-jar-plugin#24</a></li> <li>Bump junit from 4.13 to 4.13.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/apache/maven-jar-plugin/pull/25">apache/maven-jar-plugin#25</a></li> <li>use shared gh action - v1 by <a href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a> in <a href="https://redirect.github.com/apache/maven-jar-plugin/pull/28">apache/maven-jar-plugin#28</a></li> <li>Bump maven-archiver from 3.5.0 to 3.5.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/apache/maven-jar-plugin/pull/27">apache/maven-jar-plugin#27</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/sormuras"><code>@sormuras</code></a> made their first contribution in <a href="https://redirect.github.com/apache/maven-jar-plugin/pull/3">apache/maven-jar-plugin#3</a></li> <li><a href="https://github.com/elharo"><code>@elharo</code></a> made their first contribution in <a href="https://redirect.github.com/apache/maven-jar-plugin/pull/8">apache/maven-jar-plugin#8</a></li> </ul> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/maven-jar-plugin/commit/d68df4b277d9afcbbe4700690fd6c7584cec4149"><code>d68df4b</code></a> [maven-release-plugin] prepare release maven-jar-plugin-3.3.0</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/fb2299a6dc12078af33983414474292bab531ed7"><code>fb2299a</code></a> Restore mavenArchiverVersion property used in the site</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/120412767b4677acf93243b1aa01e34799df5409"><code>1204127</code></a> [MJAR-290] - Update Plexus Utils to 3.4.2</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/5fd2fc96f1d671f113b08ec7dfbf5b97a80f3763"><code>5fd2fc9</code></a> [MJAR-291] - Upgrade Parent to 37</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/56344da36ed291eff940b9e326c2f740e21f79be"><code>56344da</code></a> use shared action v3 (<a href="https://redirect.github.com/apache/maven-jar-plugin/issues/49">#49</a>)</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/414849196259fb34c621b0cdaa0a9e923ca9bc42"><code>4148491</code></a> Code simplifications in AbstractMojo (<a href="https://redirect.github.com/apache/maven-jar-plugin/issues/47">#47</a>)</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/46c017dc0ca2e35536dfe98f682184ed38a20633"><code>46c017d</code></a> [MJAR-275] - Fix outputTimestamp not applied to module-info; breaks reproduci...</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/c02be208f3f4422ed0e9990e56602e3ee7d246a0"><code>c02be20</code></a> [MJAR-278] Update plugin (requires Maven 3.2.5+) (<a href="https://redirect.github.com/apache/maven-jar-plugin/issues/19">#19</a>)</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/b6fe3eb5d32c92f9b1169d9dbe75fc41fb0ce149"><code>b6fe3eb</code></a> Bump junit from 4.11 to 4.13.2 in /src/it/MJAR-228</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/78a28dd7873d0d8eb7c6684963ab860aa51f2c07"><code>78a28dd</code></a> Ignore Maven Core updates</li> <li>Additional commits viewable in <a href="https://github.com/apache/maven-jar-plugin/compare/maven-jar-plugin-2.4...maven-jar-plugin-3.3.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.maven.plugins:maven-jar-plugin&package-manager=maven&previous-version=2.4&new-version=3.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@ 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) </details> Authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: David Li <li.davidm96@gmail.com>
… to 3.3.0 in /java (apache#39612) Bumps [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 2.4 to 3.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/maven-jar-plugin/releases">org.apache.maven.plugins:maven-jar-plugin's releases</a>.</em></p> <blockquote> <h2>3.3.0</h2> <h2>🚀 New features and improvements</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/MJAR-278">[MJAR-278]</a> - Update plugin (requires Maven 3.2.5+) (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/19">#19</a>) <a href="https://github.com/cstamas"><code>@cstamas</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MJAR-280">[MJAR-280]</a> - Java 8 minimum (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/29">#29</a>) <a href="https://github.com/olamy"><code>@olamy</code></a></li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/MJAR-275">[MJAR-275]</a> - Fix outputTimestamp not applied to module-info; breaks reproducible builds (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/43">#43</a>) <a href="https://github.com/jorsol"><code>@jorsol</code></a></li> </ul> <h2>📦 Dependency updates</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/MJAR-290">[MJAR-290]</a> - Update Plexus Utils to 3.4.2 (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/48">#48</a>) <a href="https://github.com/jorsol"><code>@jorsol</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MJAR-291">[MJAR-291]</a> - Upgrade Parent to 37 (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/50">#50</a>) <a href="https://github.com/jorsol"><code>@jorsol</code></a></li> <li>Bump junit from 4.11 to 4.13.1 in /src/it/MJAR-228 (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/39">#39</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>Bump plexus-utils from 3.3.1 to 3.4.2 (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/42">#42</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MJAR-288">[MJAR-288]</a> - Upgrade Parent to 36 (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/40">#40</a>) <a href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a></li> </ul> <h2>📝 Documentation updates</h2> <ul> <li>Restore mavenArchiverVersion property used in the site (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/51">#51</a>) <a href="https://github.com/jorsol"><code>@jorsol</code></a></li> <li>(doc) Updated create-test-jar.apt.vm removing 'and' in Maven site Create Test JAR documentation (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/34">#34</a>) <a href="https://github.com/focbenz"><code>@focbenz</code></a></li> </ul> <h2>👻 Maintenance</h2> <ul> <li>use shared action v3 (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/49">#49</a>) <a href="https://github.com/olamy"><code>@olamy</code></a></li> <li>Code simplifications in AbstractMojo (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/47">#47</a>) <a href="https://github.com/rhowe"><code>@rhowe</code></a></li> </ul> <h2>3.2.2</h2> <h2>What's Changed</h2> <ul> <li>[MJAR-260] Fail on invalid automatic module name by <a href="https://github.com/sormuras"><code>@sormuras</code></a> in <a href="https://redirect.github.com/apache/maven-jar-plugin/pull/3">apache/maven-jar-plugin#3</a></li> <li>[MNGSITE-393] remove more pre Maven 3 content by <a href="https://github.com/elharo"><code>@elharo</code></a> in <a href="https://redirect.github.com/apache/maven-jar-plugin/pull/8">apache/maven-jar-plugin#8</a></li> <li>compat not needed by <a href="https://github.com/elharo"><code>@elharo</code></a> in <a href="https://redirect.github.com/apache/maven-jar-plugin/pull/10">apache/maven-jar-plugin#10</a></li> <li>ignore .checkstyle by <a href="https://github.com/elharo"><code>@elharo</code></a> in <a href="https://redirect.github.com/apache/maven-jar-plugin/pull/12">apache/maven-jar-plugin#12</a></li> <li>Two minor dependency updates by <a href="https://github.com/elharo"><code>@elharo</code></a> in <a href="https://redirect.github.com/apache/maven-jar-plugin/pull/11">apache/maven-jar-plugin#11</a></li> <li>simplify test by <a href="https://github.com/elharo"><code>@elharo</code></a> in <a href="https://redirect.github.com/apache/maven-jar-plugin/pull/13">apache/maven-jar-plugin#13</a></li> <li>fix link to issue tracker by <a href="https://github.com/elharo"><code>@elharo</code></a> in <a href="https://redirect.github.com/apache/maven-jar-plugin/pull/14">apache/maven-jar-plugin#14</a></li> <li>update minimum Maven version to 3.1.0 by <a href="https://github.com/elharo"><code>@elharo</code></a> in <a href="https://redirect.github.com/apache/maven-jar-plugin/pull/15">apache/maven-jar-plugin#15</a></li> <li>docs: grammar by <a href="https://github.com/elharo"><code>@elharo</code></a> in <a href="https://redirect.github.com/apache/maven-jar-plugin/pull/18">apache/maven-jar-plugin#18</a></li> <li>Bump maven-shared-utils from 3.3.3 to 3.3.4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/apache/maven-jar-plugin/pull/20">apache/maven-jar-plugin#20</a></li> <li>Bump plexus-archiver from 4.2.3 to 4.2.5 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/apache/maven-jar-plugin/pull/23">apache/maven-jar-plugin#23</a></li> <li>use shared gh action by <a href="https://github.com/olamy"><code>@olamy</code></a> in <a href="https://redirect.github.com/apache/maven-jar-plugin/pull/24">apache/maven-jar-plugin#24</a></li> <li>Bump junit from 4.13 to 4.13.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/apache/maven-jar-plugin/pull/25">apache/maven-jar-plugin#25</a></li> <li>use shared gh action - v1 by <a href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a> in <a href="https://redirect.github.com/apache/maven-jar-plugin/pull/28">apache/maven-jar-plugin#28</a></li> <li>Bump maven-archiver from 3.5.0 to 3.5.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/apache/maven-jar-plugin/pull/27">apache/maven-jar-plugin#27</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/sormuras"><code>@sormuras</code></a> made their first contribution in <a href="https://redirect.github.com/apache/maven-jar-plugin/pull/3">apache/maven-jar-plugin#3</a></li> <li><a href="https://github.com/elharo"><code>@elharo</code></a> made their first contribution in <a href="https://redirect.github.com/apache/maven-jar-plugin/pull/8">apache/maven-jar-plugin#8</a></li> </ul> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/maven-jar-plugin/commit/d68df4b277d9afcbbe4700690fd6c7584cec4149"><code>d68df4b</code></a> [maven-release-plugin] prepare release maven-jar-plugin-3.3.0</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/fb2299a6dc12078af33983414474292bab531ed7"><code>fb2299a</code></a> Restore mavenArchiverVersion property used in the site</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/120412767b4677acf93243b1aa01e34799df5409"><code>1204127</code></a> [MJAR-290] - Update Plexus Utils to 3.4.2</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/5fd2fc96f1d671f113b08ec7dfbf5b97a80f3763"><code>5fd2fc9</code></a> [MJAR-291] - Upgrade Parent to 37</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/56344da36ed291eff940b9e326c2f740e21f79be"><code>56344da</code></a> use shared action v3 (<a href="https://redirect.github.com/apache/maven-jar-plugin/issues/49">#49</a>)</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/414849196259fb34c621b0cdaa0a9e923ca9bc42"><code>4148491</code></a> Code simplifications in AbstractMojo (<a href="https://redirect.github.com/apache/maven-jar-plugin/issues/47">#47</a>)</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/46c017dc0ca2e35536dfe98f682184ed38a20633"><code>46c017d</code></a> [MJAR-275] - Fix outputTimestamp not applied to module-info; breaks reproduci...</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/c02be208f3f4422ed0e9990e56602e3ee7d246a0"><code>c02be20</code></a> [MJAR-278] Update plugin (requires Maven 3.2.5+) (<a href="https://redirect.github.com/apache/maven-jar-plugin/issues/19">#19</a>)</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/b6fe3eb5d32c92f9b1169d9dbe75fc41fb0ce149"><code>b6fe3eb</code></a> Bump junit from 4.11 to 4.13.2 in /src/it/MJAR-228</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/78a28dd7873d0d8eb7c6684963ab860aa51f2c07"><code>78a28dd</code></a> Ignore Maven Core updates</li> <li>Additional commits viewable in <a href="https://github.com/apache/maven-jar-plugin/compare/maven-jar-plugin-2.4...maven-jar-plugin-3.3.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.maven.plugins:maven-jar-plugin&package-manager=maven&previous-version=2.4&new-version=3.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@ 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) </details> Authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: David Li <li.davidm96@gmail.com>
… to 3.3.0 in /java (apache#39612) Bumps [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 2.4 to 3.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/maven-jar-plugin/releases">org.apache.maven.plugins:maven-jar-plugin's releases</a>.</em></p> <blockquote> <h2>3.3.0</h2> <h2>🚀 New features and improvements</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/MJAR-278">[MJAR-278]</a> - Update plugin (requires Maven 3.2.5+) (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/19">#19</a>) <a href="https://github.com/cstamas"><code>@cstamas</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MJAR-280">[MJAR-280]</a> - Java 8 minimum (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/29">#29</a>) <a href="https://github.com/olamy"><code>@olamy</code></a></li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/MJAR-275">[MJAR-275]</a> - Fix outputTimestamp not applied to module-info; breaks reproducible builds (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/43">#43</a>) <a href="https://github.com/jorsol"><code>@jorsol</code></a></li> </ul> <h2>📦 Dependency updates</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/MJAR-290">[MJAR-290]</a> - Update Plexus Utils to 3.4.2 (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/48">#48</a>) <a href="https://github.com/jorsol"><code>@jorsol</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MJAR-291">[MJAR-291]</a> - Upgrade Parent to 37 (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/50">#50</a>) <a href="https://github.com/jorsol"><code>@jorsol</code></a></li> <li>Bump junit from 4.11 to 4.13.1 in /src/it/MJAR-228 (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/39">#39</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>Bump plexus-utils from 3.3.1 to 3.4.2 (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/42">#42</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MJAR-288">[MJAR-288]</a> - Upgrade Parent to 36 (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/40">#40</a>) <a href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a></li> </ul> <h2>📝 Documentation updates</h2> <ul> <li>Restore mavenArchiverVersion property used in the site (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/51">#51</a>) <a href="https://github.com/jorsol"><code>@jorsol</code></a></li> <li>(doc) Updated create-test-jar.apt.vm removing 'and' in Maven site Create Test JAR documentation (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/34">#34</a>) <a href="https://github.com/focbenz"><code>@focbenz</code></a></li> </ul> <h2>👻 Maintenance</h2> <ul> <li>use shared action v3 (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/49">#49</a>) <a href="https://github.com/olamy"><code>@olamy</code></a></li> <li>Code simplifications in AbstractMojo (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/47">#47</a>) <a href="https://github.com/rhowe"><code>@rhowe</code></a></li> </ul> <h2>3.2.2</h2> <h2>What's Changed</h2> <ul> <li>[MJAR-260] Fail on invalid automatic module name by <a href="https://github.com/sormuras"><code>@sormuras</code></a> in <a href="https://redirect.github.com/apache/maven-jar-plugin/pull/3">apache/maven-jar-plugin#3</a></li> <li>[MNGSITE-393] remove more pre Maven 3 content by <a href="https://github.com/elharo"><code>@elharo</code></a> in <a href="https://redirect.github.com/apache/maven-jar-plugin/pull/8">apache/maven-jar-plugin#8</a></li> <li>compat not needed by <a href="https://github.com/elharo"><code>@elharo</code></a> in <a href="https://redirect.github.com/apache/maven-jar-plugin/pull/10">apache/maven-jar-plugin#10</a></li> <li>ignore .checkstyle by <a href="https://github.com/elharo"><code>@elharo</code></a> in <a href="https://redirect.github.com/apache/maven-jar-plugin/pull/12">apache/maven-jar-plugin#12</a></li> <li>Two minor dependency updates by <a href="https://github.com/elharo"><code>@elharo</code></a> in <a href="https://redirect.github.com/apache/maven-jar-plugin/pull/11">apache/maven-jar-plugin#11</a></li> <li>simplify test by <a href="https://github.com/elharo"><code>@elharo</code></a> in <a href="https://redirect.github.com/apache/maven-jar-plugin/pull/13">apache/maven-jar-plugin#13</a></li> <li>fix link to issue tracker by <a href="https://github.com/elharo"><code>@elharo</code></a> in <a href="https://redirect.github.com/apache/maven-jar-plugin/pull/14">apache/maven-jar-plugin#14</a></li> <li>update minimum Maven version to 3.1.0 by <a href="https://github.com/elharo"><code>@elharo</code></a> in <a href="https://redirect.github.com/apache/maven-jar-plugin/pull/15">apache/maven-jar-plugin#15</a></li> <li>docs: grammar by <a href="https://github.com/elharo"><code>@elharo</code></a> in <a href="https://redirect.github.com/apache/maven-jar-plugin/pull/18">apache/maven-jar-plugin#18</a></li> <li>Bump maven-shared-utils from 3.3.3 to 3.3.4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/apache/maven-jar-plugin/pull/20">apache/maven-jar-plugin#20</a></li> <li>Bump plexus-archiver from 4.2.3 to 4.2.5 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/apache/maven-jar-plugin/pull/23">apache/maven-jar-plugin#23</a></li> <li>use shared gh action by <a href="https://github.com/olamy"><code>@olamy</code></a> in <a href="https://redirect.github.com/apache/maven-jar-plugin/pull/24">apache/maven-jar-plugin#24</a></li> <li>Bump junit from 4.13 to 4.13.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/apache/maven-jar-plugin/pull/25">apache/maven-jar-plugin#25</a></li> <li>use shared gh action - v1 by <a href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a> in <a href="https://redirect.github.com/apache/maven-jar-plugin/pull/28">apache/maven-jar-plugin#28</a></li> <li>Bump maven-archiver from 3.5.0 to 3.5.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/apache/maven-jar-plugin/pull/27">apache/maven-jar-plugin#27</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/sormuras"><code>@sormuras</code></a> made their first contribution in <a href="https://redirect.github.com/apache/maven-jar-plugin/pull/3">apache/maven-jar-plugin#3</a></li> <li><a href="https://github.com/elharo"><code>@elharo</code></a> made their first contribution in <a href="https://redirect.github.com/apache/maven-jar-plugin/pull/8">apache/maven-jar-plugin#8</a></li> </ul> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/maven-jar-plugin/commit/d68df4b277d9afcbbe4700690fd6c7584cec4149"><code>d68df4b</code></a> [maven-release-plugin] prepare release maven-jar-plugin-3.3.0</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/fb2299a6dc12078af33983414474292bab531ed7"><code>fb2299a</code></a> Restore mavenArchiverVersion property used in the site</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/120412767b4677acf93243b1aa01e34799df5409"><code>1204127</code></a> [MJAR-290] - Update Plexus Utils to 3.4.2</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/5fd2fc96f1d671f113b08ec7dfbf5b97a80f3763"><code>5fd2fc9</code></a> [MJAR-291] - Upgrade Parent to 37</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/56344da36ed291eff940b9e326c2f740e21f79be"><code>56344da</code></a> use shared action v3 (<a href="https://redirect.github.com/apache/maven-jar-plugin/issues/49">#49</a>)</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/414849196259fb34c621b0cdaa0a9e923ca9bc42"><code>4148491</code></a> Code simplifications in AbstractMojo (<a href="https://redirect.github.com/apache/maven-jar-plugin/issues/47">#47</a>)</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/46c017dc0ca2e35536dfe98f682184ed38a20633"><code>46c017d</code></a> [MJAR-275] - Fix outputTimestamp not applied to module-info; breaks reproduci...</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/c02be208f3f4422ed0e9990e56602e3ee7d246a0"><code>c02be20</code></a> [MJAR-278] Update plugin (requires Maven 3.2.5+) (<a href="https://redirect.github.com/apache/maven-jar-plugin/issues/19">#19</a>)</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/b6fe3eb5d32c92f9b1169d9dbe75fc41fb0ce149"><code>b6fe3eb</code></a> Bump junit from 4.11 to 4.13.2 in /src/it/MJAR-228</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/78a28dd7873d0d8eb7c6684963ab860aa51f2c07"><code>78a28dd</code></a> Ignore Maven Core updates</li> <li>Additional commits viewable in <a href="https://github.com/apache/maven-jar-plugin/compare/maven-jar-plugin-2.4...maven-jar-plugin-3.3.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.maven.plugins:maven-jar-plugin&package-manager=maven&previous-version=2.4&new-version=3.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@ 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) </details> Authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: David Li <li.davidm96@gmail.com>
… to 3.3.0 in /java (apache#39612) Bumps [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 2.4 to 3.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/maven-jar-plugin/releases">org.apache.maven.plugins:maven-jar-plugin's releases</a>.</em></p> <blockquote> <h2>3.3.0</h2> <h2>🚀 New features and improvements</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/MJAR-278">[MJAR-278]</a> - Update plugin (requires Maven 3.2.5+) (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/19">#19</a>) <a href="https://github.com/cstamas"><code>@cstamas</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MJAR-280">[MJAR-280]</a> - Java 8 minimum (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/29">#29</a>) <a href="https://github.com/olamy"><code>@olamy</code></a></li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/MJAR-275">[MJAR-275]</a> - Fix outputTimestamp not applied to module-info; breaks reproducible builds (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/43">#43</a>) <a href="https://github.com/jorsol"><code>@jorsol</code></a></li> </ul> <h2>📦 Dependency updates</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/MJAR-290">[MJAR-290]</a> - Update Plexus Utils to 3.4.2 (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/48">#48</a>) <a href="https://github.com/jorsol"><code>@jorsol</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MJAR-291">[MJAR-291]</a> - Upgrade Parent to 37 (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/50">#50</a>) <a href="https://github.com/jorsol"><code>@jorsol</code></a></li> <li>Bump junit from 4.11 to 4.13.1 in /src/it/MJAR-228 (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/39">#39</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>Bump plexus-utils from 3.3.1 to 3.4.2 (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/42">#42</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MJAR-288">[MJAR-288]</a> - Upgrade Parent to 36 (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/40">#40</a>) <a href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a></li> </ul> <h2>📝 Documentation updates</h2> <ul> <li>Restore mavenArchiverVersion property used in the site (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/51">#51</a>) <a href="https://github.com/jorsol"><code>@jorsol</code></a></li> <li>(doc) Updated create-test-jar.apt.vm removing 'and' in Maven site Create Test JAR documentation (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/34">#34</a>) <a href="https://github.com/focbenz"><code>@focbenz</code></a></li> </ul> <h2>👻 Maintenance</h2> <ul> <li>use shared action v3 (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/49">#49</a>) <a href="https://github.com/olamy"><code>@olamy</code></a></li> <li>Code simplifications in AbstractMojo (<a href="https://redirect.github.com/apache/maven-jar-plugin/pull/47">#47</a>) <a href="https://github.com/rhowe"><code>@rhowe</code></a></li> </ul> <h2>3.2.2</h2> <h2>What's Changed</h2> <ul> <li>[MJAR-260] Fail on invalid automatic module name by <a href="https://github.com/sormuras"><code>@sormuras</code></a> in <a href="https://redirect.github.com/apache/maven-jar-plugin/pull/3">apache/maven-jar-plugin#3</a></li> <li>[MNGSITE-393] remove more pre Maven 3 content by <a href="https://github.com/elharo"><code>@elharo</code></a> in <a href="https://redirect.github.com/apache/maven-jar-plugin/pull/8">apache/maven-jar-plugin#8</a></li> <li>compat not needed by <a href="https://github.com/elharo"><code>@elharo</code></a> in <a href="https://redirect.github.com/apache/maven-jar-plugin/pull/10">apache/maven-jar-plugin#10</a></li> <li>ignore .checkstyle by <a href="https://github.com/elharo"><code>@elharo</code></a> in <a href="https://redirect.github.com/apache/maven-jar-plugin/pull/12">apache/maven-jar-plugin#12</a></li> <li>Two minor dependency updates by <a href="https://github.com/elharo"><code>@elharo</code></a> in <a href="https://redirect.github.com/apache/maven-jar-plugin/pull/11">apache/maven-jar-plugin#11</a></li> <li>simplify test by <a href="https://github.com/elharo"><code>@elharo</code></a> in <a href="https://redirect.github.com/apache/maven-jar-plugin/pull/13">apache/maven-jar-plugin#13</a></li> <li>fix link to issue tracker by <a href="https://github.com/elharo"><code>@elharo</code></a> in <a href="https://redirect.github.com/apache/maven-jar-plugin/pull/14">apache/maven-jar-plugin#14</a></li> <li>update minimum Maven version to 3.1.0 by <a href="https://github.com/elharo"><code>@elharo</code></a> in <a href="https://redirect.github.com/apache/maven-jar-plugin/pull/15">apache/maven-jar-plugin#15</a></li> <li>docs: grammar by <a href="https://github.com/elharo"><code>@elharo</code></a> in <a href="https://redirect.github.com/apache/maven-jar-plugin/pull/18">apache/maven-jar-plugin#18</a></li> <li>Bump maven-shared-utils from 3.3.3 to 3.3.4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/apache/maven-jar-plugin/pull/20">apache/maven-jar-plugin#20</a></li> <li>Bump plexus-archiver from 4.2.3 to 4.2.5 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/apache/maven-jar-plugin/pull/23">apache/maven-jar-plugin#23</a></li> <li>use shared gh action by <a href="https://github.com/olamy"><code>@olamy</code></a> in <a href="https://redirect.github.com/apache/maven-jar-plugin/pull/24">apache/maven-jar-plugin#24</a></li> <li>Bump junit from 4.13 to 4.13.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/apache/maven-jar-plugin/pull/25">apache/maven-jar-plugin#25</a></li> <li>use shared gh action - v1 by <a href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a> in <a href="https://redirect.github.com/apache/maven-jar-plugin/pull/28">apache/maven-jar-plugin#28</a></li> <li>Bump maven-archiver from 3.5.0 to 3.5.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/apache/maven-jar-plugin/pull/27">apache/maven-jar-plugin#27</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/sormuras"><code>@sormuras</code></a> made their first contribution in <a href="https://redirect.github.com/apache/maven-jar-plugin/pull/3">apache/maven-jar-plugin#3</a></li> <li><a href="https://github.com/elharo"><code>@elharo</code></a> made their first contribution in <a href="https://redirect.github.com/apache/maven-jar-plugin/pull/8">apache/maven-jar-plugin#8</a></li> </ul> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/maven-jar-plugin/commit/d68df4b277d9afcbbe4700690fd6c7584cec4149"><code>d68df4b</code></a> [maven-release-plugin] prepare release maven-jar-plugin-3.3.0</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/fb2299a6dc12078af33983414474292bab531ed7"><code>fb2299a</code></a> Restore mavenArchiverVersion property used in the site</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/120412767b4677acf93243b1aa01e34799df5409"><code>1204127</code></a> [MJAR-290] - Update Plexus Utils to 3.4.2</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/5fd2fc96f1d671f113b08ec7dfbf5b97a80f3763"><code>5fd2fc9</code></a> [MJAR-291] - Upgrade Parent to 37</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/56344da36ed291eff940b9e326c2f740e21f79be"><code>56344da</code></a> use shared action v3 (<a href="https://redirect.github.com/apache/maven-jar-plugin/issues/49">#49</a>)</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/414849196259fb34c621b0cdaa0a9e923ca9bc42"><code>4148491</code></a> Code simplifications in AbstractMojo (<a href="https://redirect.github.com/apache/maven-jar-plugin/issues/47">#47</a>)</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/46c017dc0ca2e35536dfe98f682184ed38a20633"><code>46c017d</code></a> [MJAR-275] - Fix outputTimestamp not applied to module-info; breaks reproduci...</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/c02be208f3f4422ed0e9990e56602e3ee7d246a0"><code>c02be20</code></a> [MJAR-278] Update plugin (requires Maven 3.2.5+) (<a href="https://redirect.github.com/apache/maven-jar-plugin/issues/19">#19</a>)</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/b6fe3eb5d32c92f9b1169d9dbe75fc41fb0ce149"><code>b6fe3eb</code></a> Bump junit from 4.11 to 4.13.2 in /src/it/MJAR-228</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/78a28dd7873d0d8eb7c6684963ab860aa51f2c07"><code>78a28dd</code></a> Ignore Maven Core updates</li> <li>Additional commits viewable in <a href="https://github.com/apache/maven-jar-plugin/compare/maven-jar-plugin-2.4...maven-jar-plugin-3.3.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.maven.plugins:maven-jar-plugin&package-manager=maven&previous-version=2.4&new-version=3.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@ 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) </details> Authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: David Li <li.davidm96@gmail.com>
Bumps org.apache.maven.plugins:maven-jar-plugin from 2.4 to 3.3.0.
Release notes
Sourced from org.apache.maven.plugins:maven-jar-plugin's releases.
... (truncated)
Commits
d68df4b
[maven-release-plugin] prepare release maven-jar-plugin-3.3.0fb2299a
Restore mavenArchiverVersion property used in the site1204127
[MJAR-290] - Update Plexus Utils to 3.4.25fd2fc9
[MJAR-291] - Upgrade Parent to 3756344da
use shared action v3 (#49)4148491
Code simplifications in AbstractMojo (#47)46c017d
[MJAR-275] - Fix outputTimestamp not applied to module-info; breaks reproduci...c02be20
[MJAR-278] Update plugin (requires Maven 3.2.5+) (#19)b6fe3eb
Bump junit from 4.11 to 4.13.2 in /src/it/MJAR-22878a28dd
Ignore Maven Core updatesDependabot 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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@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)