Skip to content

Commit dac34bb

Browse files
Build(deps): Bump org.apache.maven.plugins:maven-scm-plugin from 2.1.0 to 2.2.1 (#1385)
Bumps [org.apache.maven.plugins:maven-scm-plugin](https://github.com/apache/maven-scm) from 2.1.0 to 2.2.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/maven-scm/releases">org.apache.maven.plugins:maven-scm-plugin's releases</a>.</em></p> <blockquote> <h2>2.2.1</h2> <!-- raw HTML omitted --> <h2>🚀 New features and improvements</h2> <ul> <li>Add method to ScmManager to get an ScmRepository from an existing (<a href="https://redirect.github.com/apache/maven-scm/pull/1319">#1319</a>) <a href="https://github.com/kwin"><code>@​kwin</code></a></li> <li>Reduce log noise (<a href="https://redirect.github.com/apache/maven-scm/pull/1313">#1313</a>) <a href="https://github.com/elharo"><code>@​elharo</code></a></li> <li>Reduce amount of log junk emitted (<a href="https://redirect.github.com/apache/maven-scm/pull/1286">#1286</a>) <a href="https://github.com/elharo"><code>@​elharo</code></a></li> <li>Support &quot;no-verify&quot; with JGit commits (<a href="https://redirect.github.com/apache/maven-scm/pull/1294">#1294</a>) <a href="https://github.com/kwin"><code>@​kwin</code></a></li> <li>Rework sign option for Git tag/commit (<a href="https://redirect.github.com/apache/maven-scm/pull/1293">#1293</a>) <a href="https://github.com/kwin"><code>@​kwin</code></a></li> <li><a href="https://issues.apache.org/jira/browse/SCM-1011">[SCM-1011]</a> - Consider interactive flag for SvnExeScmProvider (<a href="https://redirect.github.com/apache/maven-scm/pull/181">#181</a>) <a href="https://github.com/kwin"><code>@​kwin</code></a></li> <li>Git: Observe interactive flag (<a href="https://redirect.github.com/apache/maven-scm/pull/1280">#1280</a>) <a href="https://github.com/kwin"><code>@​kwin</code></a></li> <li>New option to be able to disable sign for commit/tag to be able use this with jgit when you have gpgsign configured in ~/.gitconfig (<a href="https://redirect.github.com/apache/maven-scm/pull/1266">#1266</a>) <a href="https://github.com/olamy"><code>@​olamy</code></a></li> <li>Add shallow parameter to checkout mojo (<a href="https://redirect.github.com/apache/maven-scm/pull/1264">#1264</a>) <a href="https://github.com/clafren1"><code>@​clafren1</code></a></li> <li>Add Apache 2.0 LICENSE file (<a href="https://redirect.github.com/apache/maven-scm/pull/1265">#1265</a>) <a href="https://github.com/Ndacyayisenga-droid"><code>@​Ndacyayisenga-droid</code></a></li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li>Replace &quot;git whatchanged&quot; by &quot;git log&quot; (<a href="https://redirect.github.com/apache/maven-scm/pull/1311">#1311</a>) <a href="https://github.com/kwin"><code>@​kwin</code></a></li> <li>Avoid raw RuntimeException (<a href="https://redirect.github.com/apache/maven-scm/pull/1307">#1307</a>) <a href="https://github.com/elharo"><code>@​elharo</code></a></li> <li>JGit: Propagate exceptions when pushing tags/branches (<a href="https://redirect.github.com/apache/maven-scm/pull/1271">#1271</a>) <a href="https://github.com/kwin"><code>@​kwin</code></a></li> <li>Git: Use environment variables when pushing tags/branches to remote (<a href="https://redirect.github.com/apache/maven-scm/pull/1270">#1270</a>) <a href="https://github.com/kwin"><code>@​kwin</code></a></li> <li><a href="https://issues.apache.org/jira/browse/SCM-1029">[SCM-1029]</a> - Fix empty commits on JGit checkin (<a href="https://redirect.github.com/apache/maven-scm/pull/238">#238</a>) <a href="https://github.com/mhoffrog"><code>@​mhoffrog</code></a></li> </ul> <h2>📝 Documentation updates</h2> <ul> <li>Document SCM authentication means (<a href="https://redirect.github.com/apache/maven-scm/pull/1281">#1281</a>) <a href="https://github.com/kwin"><code>@​kwin</code></a></li> <li>Feature/apt to md (<a href="https://redirect.github.com/apache/maven-scm/pull/1277">#1277</a>) <a href="https://github.com/kwin"><code>@​kwin</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MNGSITE-529">[MNGSITE-529]</a> - Rename &quot;Goals&quot; to &quot;Plugin Documentation&quot; (<a href="https://redirect.github.com/apache/maven-scm/pull/234">#234</a>) <a href="https://github.com/Bukama"><code>@​Bukama</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MNGSITE-540">[MNGSITE-540]</a> - Use correct plugin for reporting (<a href="https://redirect.github.com/apache/maven-scm/pull/216">#216</a>) <a href="https://github.com/kwin"><code>@​kwin</code></a></li> <li>Remove mention of deprecated SCM provider which have been removed in 2.0.0 (<a href="https://redirect.github.com/apache/maven-scm/pull/209">#209</a>) <a href="https://github.com/elharo"><code>@​elharo</code></a></li> </ul> <h2>👻 Maintenance</h2> <ul> <li>Deprecate ConsumerUtils (<a href="https://redirect.github.com/apache/maven-scm/pull/1315">#1315</a>) <a href="https://github.com/elharo"><code>@​elharo</code></a></li> <li>cleanup runtime exceptions (<a href="https://redirect.github.com/apache/maven-scm/pull/1299">#1299</a>) <a href="https://github.com/elharo"><code>@​elharo</code></a></li> <li>feat: enable prevent branch protection rules (<a href="https://redirect.github.com/apache/maven-scm/pull/1309">#1309</a>) <a href="https://github.com/sebtiem"><code>@​sebtiem</code></a></li> <li>Throw is enough (<a href="https://redirect.github.com/apache/maven-scm/pull/1306">#1306</a>) <a href="https://github.com/elharo"><code>@​elharo</code></a></li> <li>Replace raw runtime exceptions with GeneralSecurityException (<a href="https://redirect.github.com/apache/maven-scm/pull/1304">#1304</a>) <a href="https://github.com/elharo"><code>@​elharo</code></a></li> <li>remove not used plugins from pom (<a href="https://redirect.github.com/apache/maven-scm/pull/1267">#1267</a>) <a href="https://github.com/olamy"><code>@​olamy</code></a></li> <li>Enable Github issues (<a href="https://redirect.github.com/apache/maven-scm/pull/242">#242</a>) <a href="https://github.com/Bukama"><code>@​Bukama</code></a></li> <li>Make asserts meaningful (<a href="https://redirect.github.com/apache/maven-scm/pull/232">#232</a>) <a href="https://github.com/elharo"><code>@​elharo</code></a></li> <li>Convert from plexus to guice injection (<a href="https://redirect.github.com/apache/maven-scm/pull/229">#229</a>) <a href="https://github.com/elharo"><code>@​elharo</code></a></li> <li>Remove dead commented code (<a href="https://redirect.github.com/apache/maven-scm/pull/231">#231</a>) <a href="https://github.com/elharo"><code>@​elharo</code></a></li> <li>Unabbreviate cl variable names (<a href="https://redirect.github.com/apache/maven-scm/pull/230">#230</a>) <a href="https://github.com/elharo"><code>@​elharo</code></a></li> <li>Declare used dependencies (<a href="https://redirect.github.com/apache/maven-scm/pull/227">#227</a>) <a href="https://github.com/elharo"><code>@​elharo</code></a></li> <li>Prefer try with resources (<a href="https://redirect.github.com/apache/maven-scm/pull/228">#228</a>) <a href="https://github.com/elharo"><code>@​elharo</code></a></li> </ul> <h2>📦 Dependency updates</h2> <ul> <li>Use SSHD 2.16.0 (<a href="https://redirect.github.com/apache/maven-scm/pull/1318">#1318</a>) <a href="https://github.com/kwin"><code>@​kwin</code></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/maven-scm/commit/f2a75b387079b7f8a7320150a90eff6b42629380"><code>f2a75b3</code></a> [maven-release-plugin] prepare for next development iteration</li> <li><a href="https://github.com/apache/maven-scm/commit/65b342bf93292812d48a8c27048728ebe9881454"><code>65b342b</code></a> [maven-release-plugin] prepare release maven-scm-2.2.1</li> <li><a href="https://github.com/apache/maven-scm/commit/ab95cfc29dd856bdb971fa51cf662c175fafacc5"><code>ab95cfc</code></a> [maven-release-plugin] rollback the release of maven-scm-2.2.1</li> <li><a href="https://github.com/apache/maven-scm/commit/26021cf0e10a29f94a375c162ed736d2a7afdbb5"><code>26021cf</code></a> [maven-release-plugin] prepare for next development iteration</li> <li><a href="https://github.com/apache/maven-scm/commit/851705a0f86fd68cfe88b1b2d103a992cff9ee33"><code>851705a</code></a> Add method to ScmManager to get an ScmRepository from an existing</li> <li><a href="https://github.com/apache/maven-scm/commit/01ffa7356f74f9e534a68ae62e1a208103a744e2"><code>01ffa73</code></a> trivial: clarify description</li> <li><a href="https://github.com/apache/maven-scm/commit/0e5bccd1abb06f1af45c4a1d2be7f6ebdf8d83c9"><code>0e5bccd</code></a> Deprecate ConsumerUtils (<a href="https://redirect.github.com/apache/maven-scm/issues/1315">#1315</a>)</li> <li><a href="https://github.com/apache/maven-scm/commit/ea97644b5c73b30daaa8486c83d18c928abd7ded"><code>ea97644</code></a> Reduce log noise (<a href="https://redirect.github.com/apache/maven-scm/issues/1313">#1313</a>)</li> <li><a href="https://github.com/apache/maven-scm/commit/092eed6bfca4921fe223d451a54a993fd6a33894"><code>092eed6</code></a> Use SSHD 2.16.0</li> <li><a href="https://github.com/apache/maven-scm/commit/041492ed47c85b04c4f483dbe4bab2dec7fc3881"><code>041492e</code></a> Follow Oracle Javadoc guidelines (<a href="https://redirect.github.com/apache/maven-scm/issues/1312">#1312</a>)</li> <li>Additional commits viewable in <a href="https://github.com/apache/maven-scm/compare/maven-scm-2.1.0...v2.2.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-scm-plugin&package-manager=maven&previous-version=2.1.0&new-version=2.2.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>
2 parents bca5dc0 + 6c65512 commit dac34bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@
584584
<plugin>
585585
<groupId>org.apache.maven.plugins</groupId>
586586
<artifactId>maven-scm-plugin</artifactId>
587-
<version>2.1.0</version>
587+
<version>2.2.1</version>
588588
<configuration>
589589
<tag>${project.version}</tag>
590590
</configuration>

0 commit comments

Comments
 (0)