-
-
Notifications
You must be signed in to change notification settings - Fork 649
Commit 6c7a62c
authored
Bump org.apache.maven.plugins:maven-clean-plugin from 3.4.0 to 3.4.1 (#2990)
Bumps
[org.apache.maven.plugins:maven-clean-plugin](https://github.com/apache/maven-clean-plugin)
from 3.4.0 to 3.4.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/apache/maven-clean-plugin/releases">org.apache.maven.plugins:maven-clean-plugin's
releases</a>.</em></p>
<blockquote>
<h2>3.4.1</h2>
<!-- raw HTML omitted -->
<h2>🚀 New features and improvements</h2>
<ul>
<li>release-drafter configuration (<a
href="https://redirect.github.com/apache/maven-clean-plugin/pull/88">#88</a>)
<a
href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a></li>
<li>Add PR Automation (<a
href="https://redirect.github.com/apache/maven-clean-plugin/pull/80">#80</a>)
<a
href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a></li>
<li><a
href="https://issues.apache.org/jira/browse/MCLEAN-126">[MCLEAN-126]</a>
- Replaced old File API with new Path equivalent where possible (<a
href="https://redirect.github.com/apache/maven-clean-plugin/pull/62">#62</a>)
<a
href="https://github.com/peterdemaeyer"><code>@peterdemaeyer</code></a></li>
<li>Add Release Drafter - 3.x (<a
href="https://redirect.github.com/apache/maven-clean-plugin/pull/69">#69</a>)
<a
href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a></li>
<li><a
href="https://issues.apache.org/jira/browse/MCLEAN-124">[MCLEAN-124]</a>
- Replaced JUnit Assumptions with <a
href="https://github.com/DisabledOnOs"><code>@DisabledOnOs</code></a>
(<a
href="https://redirect.github.com/apache/maven-clean-plugin/pull/64">#64</a>)
<a
href="https://github.com/peterdemaeyer"><code>@peterdemaeyer</code></a></li>
<li><a
href="https://issues.apache.org/jira/browse/MCLEAN-124">[MCLEAN-124]</a>
- Leverage Files.delete(Path) API to provide more accurate reason in
case of failure (<a
href="https://redirect.github.com/apache/maven-clean-plugin/pull/60">#60</a>)
<a
href="https://github.com/peterdemaeyer"><code>@peterdemaeyer</code></a></li>
<li><a
href="https://issues.apache.org/jira/browse/MCLEAN-110">[MCLEAN-110]</a>
- Replaced Utils.createSymlink with Java 7 Files.createSymbolicLink (<a
href="https://redirect.github.com/apache/maven-clean-plugin/pull/59">#59</a>)
<a
href="https://github.com/peterdemaeyer"><code>@peterdemaeyer</code></a></li>
</ul>
<h2>📦 Dependency updates</h2>
<ul>
<li>Bump org.apache.maven.resolver:maven-resolver-api from 1.1.1 to
1.9.22 (<a
href="https://redirect.github.com/apache/maven-clean-plugin/pull/78">#78</a>)
@<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump mavenVersion from 3.6.3 to 3.9.9 (<a
href="https://redirect.github.com/apache/maven-clean-plugin/pull/77">#77</a>)
@<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump org.codehaus.plexus:plexus-testing from 1.3.0 to 1.4.0 (<a
href="https://redirect.github.com/apache/maven-clean-plugin/pull/72">#72</a>)
@<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump org.apache.maven.plugins:maven-plugins from 42 to 43 (<a
href="https://redirect.github.com/apache/maven-clean-plugin/pull/76">#76</a>)
@<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
</ul>
<h2>👻 Maintenance</h2>
<ul>
<li>Update scm tag according to branch (<a
href="https://redirect.github.com/apache/maven-clean-plugin/pull/102">#102</a>)
<a
href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a></li>
<li>PR Automation only on close event (<a
href="https://redirect.github.com/apache/maven-clean-plugin/pull/101">#101</a>)
<a
href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a></li>
<li><a
href="https://issues.apache.org/jira/browse/MNGSITE-529">[MNGSITE-529]</a>
- Rename "Goals" to "Plugin Documentation" (<a
href="https://redirect.github.com/apache/maven-clean-plugin/pull/94">#94</a>)
<a href="https://github.com/Bukama"><code>@Bukama</code></a></li>
<li>Fix license/notice (<a
href="https://redirect.github.com/apache/maven-clean-plugin/pull/83">#83</a>)
<a
href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/apache/maven-clean-plugin/commit/8211bc5b2b98ba053a0a91f8bc72cd3fa825ab07"><code>8211bc5</code></a>
[maven-release-plugin] prepare release maven-clean-plugin-3.4.1</li>
<li><a
href="https://github.com/apache/maven-clean-plugin/commit/92305ba4e8919cd3161d6b16acbb6ef6027fceb1"><code>92305ba</code></a>
Update scm tag according to branch</li>
<li><a
href="https://github.com/apache/maven-clean-plugin/commit/9db0e776c0c105fa784f6a553344b787f8181b60"><code>9db0e77</code></a>
PR Automation only on close event</li>
<li><a
href="https://github.com/apache/maven-clean-plugin/commit/706507760036b9d320a08831e36744e184cf3246"><code>7065077</code></a>
[MNGSITE-529] Rename "Goals" to "Plugin
Documentation"</li>
<li><a
href="https://github.com/apache/maven-clean-plugin/commit/c0031515d8792c88fc4a07f2ca16839d8fb22537"><code>c003151</code></a>
release-drafter configuration</li>
<li><a
href="https://github.com/apache/maven-clean-plugin/commit/a70d2e4e3d79ea26cf36bb0f513c0c250862000c"><code>a70d2e4</code></a>
Use global release-drafter configuration</li>
<li><a
href="https://github.com/apache/maven-clean-plugin/commit/5e797fcfd4195527c997528e3f62837e062998b7"><code>5e797fc</code></a>
Bump org.apache.maven.resolver:maven-resolver-api from 1.1.1 to
1.9.22</li>
<li><a
href="https://github.com/apache/maven-clean-plugin/commit/e514d80751e54f09eeb200b196af03232d848579"><code>e514d80</code></a>
Bump mavenVersion from 3.6.3 to 3.9.9 (<a
href="https://redirect.github.com/apache/maven-clean-plugin/issues/77">#77</a>)</li>
<li><a
href="https://github.com/apache/maven-clean-plugin/commit/9dc0953401568ad11cc86fc56a400414959bff27"><code>9dc0953</code></a>
Bump org.codehaus.plexus:plexus-testing from 1.3.0 to 1.4.0</li>
<li><a
href="https://github.com/apache/maven-clean-plugin/commit/dcc3b0991793caf60bbd07763e1df6c94a58ed05"><code>dcc3b09</code></a>
Fix license/notice (<a
href="https://redirect.github.com/apache/maven-clean-plugin/issues/48">#48</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/apache/maven-clean-plugin/compare/maven-clean-plugin-3.4.0...maven-clean-plugin-3.4.1">compare
view</a></li>
</ul>
</details>
<br />
[](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>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 6e619de commit 6c7a62cCopy full SHA for 6c7a62c
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changed+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
63 | 63 |
| |
64 | 64 |
| |
65 | 65 |
| |
66 |
| - | |
| 66 | + | |
67 | 67 |
| |
68 | 68 |
| |
69 | 69 |
| |
|
0 commit comments