You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2022/01/26 10:15:08 UTC

[maven-project-info-reports-plugin] branch master updated: [MPIR-410] Upgrade Maven SCM to 1.12.2

This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-project-info-reports-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new c3ec75d  [MPIR-410] Upgrade Maven SCM to 1.12.2
c3ec75d is described below

commit c3ec75d8880296ba0fac46cc74994f82d8d90a0d
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Wed Jan 26 11:14:54 2022 +0100

    [MPIR-410] Upgrade Maven SCM to 1.12.2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6d7cda4..589b29c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -121,7 +121,7 @@ under the License.
     <doxiaVersion>1.9.1</doxiaVersion>
     <doxia-sitetoolsVersion>1.9.2</doxia-sitetoolsVersion>
     <mavenVersion>3.0</mavenVersion>
-    <scmVersion>1.10.0</scmVersion>
+    <scmVersion>1.12.2</scmVersion>
     <sitePluginVersion>3.7</sitePluginVersion>
     <surefire.version>2.22.2</surefire.version>
     <javaVersion>7</javaVersion>