Bump maven-deploy-plugin from 3.0.0-M2 to 3.1.1 #71

Merged
dependabot[bot] merged 1 commit from dependabot/maven/org.apache.maven.plugins-maven-deploy-plugin-3.1.1 into master 2023-06-11 09:14:23 +00:00
dependabot[bot] commented 2023-06-11 09:13:45 +00:00 (Migrated from github.com)

Bumps maven-deploy-plugin from 3.0.0-M2 to 3.1.1.

Release notes

Sourced from maven-deploy-plugin's releases.

3.1.1

3.1.0

Release Notes - Maven Deploy Plugin - Version 3.1.0

Bug

  • [MDEPLOY-200] - deployAtEnd fails if the last project to build skip deployment
  • [MDEPLOY-204] - Must deploy maven-metadata.xml last
  • [MDEPLOY-224] - Overriding deployAtEnd fails
  • [MDEPLOY-225] - DeployAtEnd fails when overriding skip
  • [MDEPLOY-226] - DeployAtEnd fails when module has extension
  • [MDEPLOY-305] - Improvement in DeployAtEnd

New Feature

  • [MDEPLOY-206] - Support parallel deployment at end (needs resolver changes as well)
  • [MDEPLOY-272] - Add skip capability to deploy-file goal

Task

Dependency upgrade

New Contributors

Full Changelog: https://github.com/apache/maven-deploy-plugin/compare/maven-deploy-plugin-3.0.0...maven-deploy-plugin-3.1.0

3.0.0

Bug

  • [MDEPLOY-193] - deployAtEnd does not deploy artifacts for multi-module project with build extensions

... (truncated)

Commits
  • 43aaa63 [maven-release-plugin] prepare release maven-deploy-plugin-3.1.1
  • 04f5e88 [MDEPLOY-308] Add parameter to lax project validation (#39)
  • 2de56bd [maven-release-plugin] prepare for next development iteration
  • 1ef96fc [maven-release-plugin] prepare release maven-deploy-plugin-3.1.0
  • 2ff9a2e [MDEPLOY-206] Deploy improvements (#38)
  • 59bee05 [MDEPLOY-206] Support parallel deployment for deployAtEnd
  • 1fb083b [MDEPLOY-225] DeployAtEnd - ITs for skipped root project
  • af8c615 [MDEPLOY-224] DeployAtEnd - ITs use only in modules
  • 33d89b1 [MDEPLOY-305] Improvement in DeployAtEnd
  • 6c2ce48 Bump project version to 3.1.0-SNAPSHOT
  • Additional commits viewable in compare view

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 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)
Bumps [maven-deploy-plugin](https://github.com/apache/maven-deploy-plugin) from 3.0.0-M2 to 3.1.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/maven-deploy-plugin/releases">maven-deploy-plugin's releases</a>.</em></p> <blockquote> <h2>3.1.1</h2> <!-- raw HTML omitted --> <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> <!-- raw HTML omitted --> </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-3.0.0-M2...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=3.0.0-M2&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 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>
Sign in to join this conversation.
No description provided.