This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-doap-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 62e79a5 Bump scmVersion from 2.1.0 to 2.2.1
62e79a5 is described below
commit 62e79a5f31f9f36f06319917110238f614483435
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Sep 26 13:04:46 2025 +0000
Bump scmVersion from 2.1.0 to 2.2.1
Bumps `scmVersion` 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](https://github.com/apache/maven-scm/releases)
-
[Commits](https://github.com/apache/maven-scm/compare/maven-scm-2.1.0...v2.2.1)
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-svnexe` from 2.1.0 to 2.2.1
---
updated-dependencies:
- dependency-name: org.apache.maven.scm:maven-scm-api
dependency-version: 2.2.1
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.apache.maven.scm:maven-scm-manager-plexus
dependency-version: 2.2.1
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.apache.maven.scm:maven-scm-provider-svnexe
dependency-version: 2.2.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 2eacdc1..6d95e51 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,7 +62,7 @@ under the License.
<properties>
<javaVersion>8</javaVersion>
<mavenVersion>3.6.3</mavenVersion>
- <scmVersion>2.1.0</scmVersion>
+ <scmVersion>2.2.1</scmVersion>
<resolverVersion>1.4.1</resolverVersion>
<checkstyle.violation.ignore>FileLength</checkstyle.violation.ignore>
<project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp>