Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MINOR: [Java] Bump org.apache.maven.plugins:maven-deploy-plugin from …
…2.8.1 to 3.1.1 in /java (apache#39510) Bumps [org.apache.maven.plugins:maven-deploy-plugin](https://github.com/apache/maven-deploy-plugin) from 2.8.1 to 3.1.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/maven-deploy-plugin/releases">org.apache.maven.plugins:maven-deploy-plugin's releases</a>.</em></p> <blockquote> <h2>3.1.1</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/MDEPLOY-308">[MDEPLOY-308]</a> - Add parameter to lax project validation (<a href="https://redirect.github.com/apache/maven-deploy-plugin/pull/39">#39</a>) <a href="https://github.com/cstamas"><code>@cstamas</code></a></li> </ul> <h2>3.1.0</h2> <p>Release Notes - Maven Deploy Plugin - Version 3.1.0</p> <h2>Bug</h2> <ul> <li>[<a href="https://issues.apache.org/jira/browse/MDEPLOY-200">MDEPLOY-200</a>] - deployAtEnd fails if the last project to build skip deployment</li> <li>[<a href="https://issues.apache.org/jira/browse/MDEPLOY-204">MDEPLOY-204</a>] - Must deploy maven-metadata.xml last</li> <li>[<a href="https://issues.apache.org/jira/browse/MDEPLOY-224">MDEPLOY-224</a>] - Overriding deployAtEnd fails</li> <li>[<a href="https://issues.apache.org/jira/browse/MDEPLOY-225">MDEPLOY-225</a>] - DeployAtEnd fails when overriding skip</li> <li>[<a href="https://issues.apache.org/jira/browse/MDEPLOY-226">MDEPLOY-226</a>] - DeployAtEnd fails when module has extension</li> <li>[<a href="https://issues.apache.org/jira/browse/MDEPLOY-305">MDEPLOY-305</a>] - Improvement in DeployAtEnd</li> </ul> <h2>New Feature</h2> <ul> <li>[<a href="https://issues.apache.org/jira/browse/MDEPLOY-206">MDEPLOY-206</a>] - Support parallel deployment at end (needs resolver changes as well)</li> <li>[<a href="https://issues.apache.org/jira/browse/MDEPLOY-272">MDEPLOY-272</a>] - Add skip capability to deploy-file goal</li> </ul> <h2>Task</h2> <ul> <li>[<a href="https://issues.apache.org/jira/browse/MDEPLOY-282">MDEPLOY-282</a>] - Revert MDEPLOY-231</li> <li>[<a href="https://issues.apache.org/jira/browse/MDEPLOY-292">MDEPLOY-292</a>] - Require Java 8</li> <li>[<a href="https://issues.apache.org/jira/browse/MDEPLOY-303">MDEPLOY-303</a>] - Refresh download page</li> <li>[<a href="https://issues.apache.org/jira/browse/MDEPLOY-304">MDEPLOY-304</a>] - Clean up ITs</li> </ul> <h2>Dependency upgrade</h2> <ul> <li>[<a href="https://issues.apache.org/jira/browse/MDEPLOY-299">MDEPLOY-299</a>] - Upgrade maven-plugin parent to 37</li> <li>[<a href="https://issues.apache.org/jira/browse/MDEPLOY-302">MDEPLOY-302</a>] - Upgrade maven-plugin parent to 39</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/slachiewicz"><code>@slachiewicz</code></a> made their first contribution in <a href="https://redirect.github.com/apache/maven-deploy-plugin/pull/24">apache/maven-deploy-plugin#24</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-deploy-plugin/pull/29">apache/maven-deploy-plugin#29</a></li> <li><a href="https://github.com/awisus"><code>@awisus</code></a> made their first contribution in <a href="https://redirect.github.com/apache/maven-deploy-plugin/pull/30">apache/maven-deploy-plugin#30</a></li> <li><a href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a> made their first contribution in <a href="https://redirect.github.com/apache/maven-deploy-plugin/pull/31">apache/maven-deploy-plugin#31</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/apache/maven-deploy-plugin/compare/maven-deploy-plugin-3.0.0...maven-deploy-plugin-3.1.0">https://github.com/apache/maven-deploy-plugin/compare/maven-deploy-plugin-3.0.0...maven-deploy-plugin-3.1.0</a></p> <h2>3.0.0</h2> <h2>Bug</h2> <ul> <li>[<a href="https://issues.apache.org/jira/browse/MDEPLOY-193">MDEPLOY-193</a>] - deployAtEnd does not deploy artifacts for multi-module project with build extensions</li> </ul> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/maven-deploy-plugin/commit/43aaa63898ed46935e987c269142101a1ddb3d72"><code>43aaa63</code></a> [maven-release-plugin] prepare release maven-deploy-plugin-3.1.1</li> <li><a href="https://github.com/apache/maven-deploy-plugin/commit/04f5e8856adbe9019476d9a0aba6c8de95bdf107"><code>04f5e88</code></a> [MDEPLOY-308] Add parameter to lax project validation (<a href="https://redirect.github.com/apache/maven-deploy-plugin/issues/39">#39</a>)</li> <li><a href="https://github.com/apache/maven-deploy-plugin/commit/2de56bd2abec1963ed7a8d180c23d792d037950c"><code>2de56bd</code></a> [maven-release-plugin] prepare for next development iteration</li> <li><a href="https://github.com/apache/maven-deploy-plugin/commit/1ef96fc4be5ee1837a0bb32b1f7f391f3a9c22d4"><code>1ef96fc</code></a> [maven-release-plugin] prepare release maven-deploy-plugin-3.1.0</li> <li><a href="https://github.com/apache/maven-deploy-plugin/commit/2ff9a2eac94d2ca25e48af975ac47375d6fdb323"><code>2ff9a2e</code></a> [MDEPLOY-206] Deploy improvements (<a href="https://redirect.github.com/apache/maven-deploy-plugin/issues/38">#38</a>)</li> <li><a href="https://github.com/apache/maven-deploy-plugin/commit/59bee05f8a935f4c8ac9fcf0da47bab60c425e92"><code>59bee05</code></a> [MDEPLOY-206] Support parallel deployment for deployAtEnd</li> <li><a href="https://github.com/apache/maven-deploy-plugin/commit/1fb083bf2525276c1a355b8826ebea55c41cd333"><code>1fb083b</code></a> [MDEPLOY-225] DeployAtEnd - ITs for skipped root project</li> <li><a href="https://github.com/apache/maven-deploy-plugin/commit/af8c615c0926f57c8dfd34d87e9160347021bc64"><code>af8c615</code></a> [MDEPLOY-224] DeployAtEnd - ITs use only in modules</li> <li><a href="https://github.com/apache/maven-deploy-plugin/commit/33d89b19e88702d581992d7e7acaec85c6d3757d"><code>33d89b1</code></a> [MDEPLOY-305] Improvement in DeployAtEnd</li> <li><a href="https://github.com/apache/maven-deploy-plugin/commit/6c2ce4894791f7071285522ad5b243d28469818e"><code>6c2ce48</code></a> Bump project version to 3.1.0-SNAPSHOT</li> <li>Additional commits viewable in <a href="https://github.com/apache/maven-deploy-plugin/compare/maven-deploy-plugin-2.8.1...maven-deploy-plugin-3.1.1">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-deploy-plugin&package-manager=maven&previous-version=2.8.1&new-version=3.1.1)](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: Sutou Kouhei <[email protected]>
- Loading branch information