Bump maven-release-plugin from 3.0.0 to 3.0.1 #178

Merged
dependabot[bot] merged 1 commit from dependabot/maven/org.apache.maven.plugins-maven-release-plugin-3.0.1 into main 2023-07-02 14:39:48 +02:00
dependabot[bot] commented 2023-07-02 14:37:47 +02:00 (Migrated from github.com)

Bumps maven-release-plugin from 3.0.0 to 3.0.1.

Release notes

Sourced from maven-release-plugin's releases.

3.0.1

🐛 Bug Fixes

📦 Dependency updates

👻 Maintenance

Commits
  • 0fae89d [maven-release-plugin] prepare release maven-release-3.0.1
  • 95cde3e [MRELEASE-1127] Refresh download page
  • 33f0d91 [MRELEASE-1123] Fix for Maven 4 compatibility
  • e89d46a [MRELEASE-1077] Add the since tag to the documentation
  • 2ffacc8 [MRELEASE-1114] Restore interactive mode for forked process
  • e3bf326 [MRELEASE-1121] Bump maven-shared-utils from 3.4.1 to 3.4.2
  • 7b9282c [MNG-6829] Replace any StringUtils#isEmpty(String) and #isNotEmpty(String) (#...
  • ad666d3 [MRELEASE-1122] configure system requirements history
  • 6e152c9 [MRELEASE-1121] Bump maven-shared-utils from 3.3.4 to 3.4.1 (#183)
  • 78e2329 Auto-link MRELEASE Jira
  • 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-release-plugin](https://github.com/apache/maven-release) from 3.0.0 to 3.0.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/maven-release/releases">maven-release-plugin's releases</a>.</em></p> <blockquote> <h2>3.0.1</h2> <!-- raw HTML omitted --> <h2>🐛 Bug Fixes</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/MRELEASE-1123">[MRELEASE-1123]</a> - Fix for Maven 4 compatibility (<a href="https://redirect.github.com/apache/maven-release/pull/186">#186</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MRELEASE-1114">[MRELEASE-1114]</a> - Restore interactive mode for forked process (<a href="https://redirect.github.com/apache/maven-release/pull/189">#189</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MRELEASE-1103">[MRELEASE-1103]</a> - Wrong file path used for master pw file (<a href="https://redirect.github.com/apache/maven-release/pull/181">#181</a>) <a href="https://github.com/cstamas"><code>@​cstamas</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MRELEASE-851">[MRELEASE-851]</a> - : javaHome argument is now honored in InvokerMavenExecutor (<a href="https://redirect.github.com/apache/maven-release/pull/182">#182</a>) <a href="https://github.com/prof-schnitzel"><code>@​prof-schnitzel</code></a></li> </ul> <h2>📦 Dependency updates</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/MRELEASE-1121">[MRELEASE-1121]</a> - Bump maven-shared-utils from 3.4.1 to 3.4.2 (<a href="https://redirect.github.com/apache/maven-release/pull/188">#188</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MRELEASE-1121">[MRELEASE-1121]</a> - Bump maven-shared-utils from 3.3.4 to 3.4.1 (<a href="https://redirect.github.com/apache/maven-release/pull/183">#183</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> <li>Bump hamcrest-core from 1.3 to 2.2 (<a href="https://redirect.github.com/apache/maven-release/pull/180">#180</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> </ul> <h2>👻 Maintenance</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/MRELEASE-1127">[MRELEASE-1127]</a> - Refresh download page (<a href="https://redirect.github.com/apache/maven-release/pull/191">#191</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MRELEASE-1077">[MRELEASE-1077]</a> - Add the since tag to the documentation (<a href="https://redirect.github.com/apache/maven-release/pull/190">#190</a>) <a href="https://github.com/nielsbasjes"><code>@​nielsbasjes</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MNG-6829">[MNG-6829]</a> - Replace any StringUtils#isEmpty(String) and #isNotEmpty(String) (<a href="https://redirect.github.com/apache/maven-release/pull/185">#185</a>) <a href="https://github.com/timtebeek"><code>@​timtebeek</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MRELEASE-1122">[MRELEASE-1122]</a> - configure system requirements history (<a href="https://redirect.github.com/apache/maven-release/pull/184">#184</a>) <a href="https://github.com/hboutemy"><code>@​hboutemy</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/maven-release/commit/0fae89df9706788902a1bc65d67cdbfae5f0d1b7"><code>0fae89d</code></a> [maven-release-plugin] prepare release maven-release-3.0.1</li> <li><a href="https://github.com/apache/maven-release/commit/95cde3efa36b7fdf9631c1f740f9f50a469c044e"><code>95cde3e</code></a> [MRELEASE-1127] Refresh download page</li> <li><a href="https://github.com/apache/maven-release/commit/33f0d91ab001174a8ee9b80ee4c9e06e0fbedf26"><code>33f0d91</code></a> [MRELEASE-1123] Fix for Maven 4 compatibility</li> <li><a href="https://github.com/apache/maven-release/commit/e89d46ab308da10ee2001d6b8cd87ca90c48d20d"><code>e89d46a</code></a> [MRELEASE-1077] Add the since tag to the documentation</li> <li><a href="https://github.com/apache/maven-release/commit/2ffacc8cd72cc0dbd22af58a146390b84543b4cb"><code>2ffacc8</code></a> [MRELEASE-1114] Restore interactive mode for forked process</li> <li><a href="https://github.com/apache/maven-release/commit/e3bf3269b09bd80287c701e7b8164f3ca4a686a1"><code>e3bf326</code></a> [MRELEASE-1121] Bump maven-shared-utils from 3.4.1 to 3.4.2</li> <li><a href="https://github.com/apache/maven-release/commit/7b9282c054227076360c71a13dc0b124a1f83c5a"><code>7b9282c</code></a> [MNG-6829] Replace any StringUtils#isEmpty(String) and #isNotEmpty(String) (#...</li> <li><a href="https://github.com/apache/maven-release/commit/ad666d331c6d91a1af1b0b5d8d55bb2a103da117"><code>ad666d3</code></a> [MRELEASE-1122] configure system requirements history</li> <li><a href="https://github.com/apache/maven-release/commit/6e152c973a49680ab02f87b6889cc2b6127ff5f0"><code>6e152c9</code></a> [MRELEASE-1121] Bump maven-shared-utils from 3.3.4 to 3.4.1 (<a href="https://redirect.github.com/apache/maven-release/issues/183">#183</a>)</li> <li><a href="https://github.com/apache/maven-release/commit/78e2329b2aee142563d5fd93feda216e04662bdc"><code>78e2329</code></a> Auto-link MRELEASE Jira</li> <li>Additional commits viewable in <a href="https://github.com/apache/maven-release/compare/maven-release-3.0.0...maven-release-3.0.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-release-plugin&package-manager=maven&previous-version=3.0.0&new-version=3.0.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>
sschnabe (Migrated from github.com) reviewed 2023-07-02 14:37:47 +02:00
rpahli (Migrated from github.com) reviewed 2023-07-02 14:37:47 +02:00
fabian-schlegel (Migrated from github.com) reviewed 2023-07-02 14:37:47 +02:00
wistefan (Migrated from github.com) reviewed 2023-07-02 14:37:47 +02:00
kokuwaio-bot (Migrated from github.com) approved these changes 2023-07-02 14:38:11 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Reference: kokuwaio/micronaut-logging#178
No description provided.