You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ki...@apache.org on 2022/01/07 08:48:11 UTC

[commons-release-plugin] branch master updated: Bump maven-scm.version from 1.12.0 to 1.12.2

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

kinow pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-release-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 9b02912  Bump maven-scm.version from 1.12.0 to 1.12.2
9b02912 is described below

commit 9b02912e81b121263918329689c8aa806919355b
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Jan 7 08:33:19 2022 +0000

    Bump maven-scm.version from 1.12.0 to 1.12.2
    
    Bumps `maven-scm.version` from 1.12.0 to 1.12.2.
    
    Updates `maven-scm-api` from 1.12.0 to 1.12.2
    - [Release notes](https://github.com/apache/maven-scm/releases)
    - [Commits](https://github.com/apache/maven-scm/compare/maven-scm-1.12.0...maven-scm-1.12.2)
    
    Updates `maven-scm-provider-svnexe` from 1.12.0 to 1.12.2
    
    Updates `maven-scm-provider-svn-commons` from 1.12.0 to 1.12.2
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.scm:maven-scm-api
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.maven.scm:maven-scm-provider-svnexe
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.maven.scm:maven-scm-provider-svn-commons
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6c934ca..35b3139 100644
--- a/pom.xml
+++ b/pom.xml
@@ -109,7 +109,7 @@
     <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
     <checkstyle.plugin.version>3.1.2</checkstyle.plugin.version>
     <checkstyle.version>9.2.1</checkstyle.version>
-    <maven-scm.version>1.12.0</maven-scm.version>
+    <maven-scm.version>1.12.2</maven-scm.version>
     <commons.spotbugs.version>4.5.2.0</commons.spotbugs.version>
     <commons.spotbugs.impl.version>4.5.2</commons.spotbugs.impl.version>    
     <commons.jacoco.version>0.8.7</commons.jacoco.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 47e2354..85863ce 100755
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -54,7 +54,7 @@
       <action type="update" dev="kinow" due-to="Dependabot">Bump plexus-velocity from 1.2 to 1.3 #60.</action>
       <action type="update" dev="kinow" due-to="Gary Gregory, Dependabot">Bump commons-compress from 1.19 to 1.21 #62.</action>
       <action type="update" dev="kinow" due-to="Gary Gregory">Replace JUnit from 4.13.2 to 5.7.2 vintage.</action>
-      <action type="update" dev="kinow" due-to="Dependabot">Bump maven-scm.version from 1.11.2 to 1.12.0 #66, #73.</action>
+      <action type="update" dev="kinow" due-to="Dependabot">Bump maven-scm.version from 1.11.2 to 1.12.2 #66, #73, #96.</action>
       <action type="update" dev="kinow" due-to="Dependabot">Bump junit-vintage-engine from 5.7.2 to 5.8.2 #70, #75, #90.</action>
     </release>