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 014b0e8 [MDOAP-71] Bump scmVersion from 1.12.2 to 2.1.0 (#25) 014b0e8 is described below commit 014b0e8bcb65bf55d6062497e020bb2dd9cd3676 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Sun Jan 26 15:34:05 2025 +0100 [MDOAP-71] Bump scmVersion from 1.12.2 to 2.1.0 (#25) Bumps `scmVersion` from 1.12.2 to 2.1.0. Updates `org.apache.maven.scm:maven-scm-api` from 1.12.2 to 2.1.0 - [Commits](https://github.com/apache/maven-scm/compare/maven-scm-1.12.2...maven-scm-2.1.0) Updates `org.apache.maven.scm:maven-scm-manager-plexus` from 1.12.2 to 2.1.0 Updates `org.apache.maven.scm:maven-scm-provider-svnexe` from 1.12.2 to 2.1.0 --- updated-dependencies: - dependency-name: org.apache.maven.scm:maven-scm-api dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.apache.maven.scm:maven-scm-manager-plexus dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.apache.maven.scm:maven-scm-provider-svnexe dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7a92c78..4af6e98 100644 --- a/pom.xml +++ b/pom.xml @@ -62,7 +62,7 @@ under the License. <properties> <javaVersion>8</javaVersion> <mavenVersion>3.2.5</mavenVersion> - <scmVersion>1.12.2</scmVersion> + <scmVersion>2.1.0</scmVersion> <aetherVersion>1.0.0.v20140518</aetherVersion> <project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp> </properties>