You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2022/01/19 08:34:40 UTC

[karaf-decanter] branch main updated: [KARAF-7350] Upgrade to maven-scm-publish-plugin 3.1.0

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

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf-decanter.git


The following commit(s) were added to refs/heads/main by this push:
     new 24c533b  [KARAF-7350] Upgrade to maven-scm-publish-plugin 3.1.0
     new f4c7ced  Merge pull request #275 from jbonofre/KARAF-7350
24c533b is described below

commit 24c533b99d1bca237bf24fa77c6219d455aa380f
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue Jan 18 18:20:19 2022 +0100

    [KARAF-7350] Upgrade to maven-scm-publish-plugin 3.1.0
---
 manual/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/manual/pom.xml b/manual/pom.xml
index 9971e3b..be52ce4 100644
--- a/manual/pom.xml
+++ b/manual/pom.xml
@@ -70,7 +70,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-scm-publish-plugin</artifactId>
-                <version>3.0.0</version>
+                <version>3.1.0</version>
                 <configuration>
                     <checkinComment>[scm-publish] Updating main site with Karaf Decanter documentation</checkinComment>
                     <pubScmUrl>scm:svn:https://svn.apache.org/repos/asf/karaf/site/production/manual/decanter/latest-2</pubScmUrl>