You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/02/16 03:08:25 UTC

[PR] Bump maven-deploy-plugin from 2.8.2 to 3.1.0 (streampipes)

dependabot[bot] opened a new pull request, #1298:
URL: https://github.com/apache/streampipes/pull/1298

   Bumps [maven-deploy-plugin](https://github.com/apache/maven-deploy-plugin) from 2.8.2 to 3.1.0.
   <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.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://github-redirect.dependabot.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://github-redirect.dependabot.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://github-redirect.dependabot.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://github-redirect.dependabot.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>
   <h2>Task</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <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://github-redirect.dependabot.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><a href="https://github.com/apache/maven-deploy-plugin/commit/54faa43aef31872a1b6277369ae126a49e97a908"><code>54faa43</code></a> [MDEPLOY-304] Clean up ITs</li>
   <li><a href="https://github.com/apache/maven-deploy-plugin/commit/5c4272df9122b4efab3eee56188188b69d5d04f6"><code>5c4272d</code></a> [MDEPLOY-303] Refresh download page</li>
   <li><a href="https://github.com/apache/maven-deploy-plugin/commit/524bb2b5adede943bdd5874ff926ac586a39760a"><code>524bb2b</code></a> [MDEPLOY-302] Ignore reformat commit in git blame</li>
   <li>Additional commits viewable in <a href="https://github.com/apache/maven-deploy-plugin/compare/maven-deploy-plugin-2.8.2...maven-deploy-plugin-3.1.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-deploy-plugin&package-manager=maven&previous-version=2.8.2&new-version=3.1.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 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>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@streampipes.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] Bump maven-deploy-plugin from 2.8.2 to 3.1.0 (streampipes)

Posted by "dominikriemer (via GitHub)" <gi...@apache.org>.
dominikriemer merged PR #1298:
URL: https://github.com/apache/streampipes/pull/1298


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@streampipes.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org