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/05/26 17:56:39 UTC

[maven-release] 01/01: [MRELEASE-1095] Upgrade Maven SCM to 1.13.0

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

michaelo pushed a commit to branch MRELEASE-1095
in repository https://gitbox.apache.org/repos/asf/maven-release.git

commit 3051d7a49fca1e472ab2b7b6c2b4093236982176
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Thu May 26 19:55:43 2022 +0200

    [MRELEASE-1095] Upgrade Maven SCM to 1.13.0
    
    This closes #131
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 59597034..b9054f7a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -87,7 +87,7 @@
   </contributors>
 
   <properties>
-    <scmVersion>1.12.2</scmVersion>
+    <scmVersion>1.13.0</scmVersion>
     <javaVersion>8</javaVersion>
     <mavenVersion>3.2.5</mavenVersion>
     <resolverVersion>1.0.0.v20140518</resolverVersion>