Bump maven-scm.version from 2.1.0 to 2.2.1
Bumps maven-scm.version from 2.1.0 to 2.2.1.
Updates org.apache.maven.scm:maven-scm-api from 2.1.0 to 2.2.1
Release notes
Sourced from org.apache.maven.scm:maven-scm-api's releases.
2.2.1
🚀 New features and improvements
- Add method to ScmManager to get an ScmRepository from an existing (#1319)
@kwin- Reduce log noise (#1313)
@elharo- Reduce amount of log junk emitted (#1286)
@elharo- Support "no-verify" with JGit commits (#1294)
@kwin- Rework sign option for Git tag/commit (#1293)
@kwin- [SCM-1011] - Consider interactive flag for SvnExeScmProvider (#181)
@kwin- Git: Observe interactive flag (#1280)
@kwin- 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 (#1266)
@olamy- Add shallow parameter to checkout mojo (#1264)
@clafren1- Add Apache 2.0 LICENSE file (#1265)
@Ndacyayisenga-droid🐛 Bug Fixes
- Replace "git whatchanged" by "git log" (#1311)
@kwin- Avoid raw RuntimeException (#1307)
@elharo- JGit: Propagate exceptions when pushing tags/branches (#1271)
@kwin- Git: Use environment variables when pushing tags/branches to remote (#1270)
@kwin- [SCM-1029] - Fix empty commits on JGit checkin (#238)
@mhoffrog📝 Documentation updates
- Document SCM authentication means (#1281)
@kwin- Feature/apt to md (#1277)
@kwin- [MNGSITE-529] - Rename "Goals" to "Plugin Documentation" (#234)
@Bukama- [MNGSITE-540] - Use correct plugin for reporting (#216)
@kwin- Remove mention of deprecated SCM provider which have been removed in 2.0.0 (#209)
@elharo👻 Maintenance
- Deprecate ConsumerUtils (#1315)
@elharo- cleanup runtime exceptions (#1299)
@elharo- feat: enable prevent branch protection rules (#1309)
@sebtiem- Throw is enough (#1306)
@elharo- Replace raw runtime exceptions with GeneralSecurityException (#1304)
@elharo- remove not used plugins from pom (#1267)
@olamy- Enable Github issues (#242)
@Bukama- Make asserts meaningful (#232)
@elharo- Convert from plexus to guice injection (#229)
@elharo- Remove dead commented code (#231)
@elharo- Unabbreviate cl variable names (#230)
@elharo- Declare used dependencies (#227)
@elharo- Prefer try with resources (#228)
@elharo📦 Dependency updates
... (truncated)
Commits
f2a75b3[maven-release-plugin] prepare for next development iteration65b342b[maven-release-plugin] prepare release maven-scm-2.2.1ab95cfc[maven-release-plugin] rollback the release of maven-scm-2.2.126021cf[maven-release-plugin] prepare for next development iteration851705aAdd method to ScmManager to get an ScmRepository from an existing01ffa73trivial: clarify description0e5bccdDeprecate ConsumerUtils (#1315)ea97644Reduce log noise (#1313)092eed6Use SSHD 2.16.0041492eFollow Oracle Javadoc guidelines (#1312)- Additional commits viewable in compare view
Updates org.apache.maven.scm:maven-scm-manager-plexus from 2.1.0 to 2.2.1
Updates org.apache.maven.scm:maven-scm-provider-gitexe from 2.1.0 to 2.2.1
Updates org.apache.maven.scm:maven-scm-provider-hg from 2.1.0 to 2.2.1
Updates org.apache.maven.scm:maven-scm-provider-local from 2.1.0 to 2.2.1
Updates org.apache.maven.scm:maven-scm-provider-svnexe from 2.1.0 to 2.2.1
Updates org.apache.maven.scm:maven-scm-provider-svn-commons from 2.1.0 to 2.2.1
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Fails due to https://github.com/apache/maven-scm/issues/1321.