You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by ro...@apache.org on 2022/04/03 02:43:17 UTC

[aries-cdi] 04/07: Bump maven-scm-plugin from 1.11.2 to 1.12.2

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

rotty3000 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/aries-cdi.git

commit 76c67cab5697705a6a8e530f9a915e3f62ea51a5
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Jan 17 20:15:24 2022 +0000

    Bump maven-scm-plugin from 1.11.2 to 1.12.2
    
    Bumps [maven-scm-plugin](https://github.com/apache/maven-scm) from 1.11.2 to 1.12.2.
    - [Release notes](https://github.com/apache/maven-scm/releases)
    - [Commits](https://github.com/apache/maven-scm/compare/maven-scm-1.11.2...maven-scm-1.12.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-scm-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c4de927..7824d72 100644
--- a/pom.xml
+++ b/pom.xml
@@ -502,7 +502,7 @@
 				</plugin>
 				<plugin>
 					<artifactId>maven-scm-plugin</artifactId>
-					<version>1.11.2</version>
+					<version>1.12.2</version>
 				</plugin>
 				<plugin>
 					<artifactId>maven-surefire-plugin</artifactId>