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 2019/12/24 05:52:16 UTC

[karaf] branch master updated: [KARAF-6568] Upgrade to maven-plugin-plugin 3.6.0

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 49b3d81  [KARAF-6568] Upgrade to maven-plugin-plugin 3.6.0
     new 92b8f9a  Merge pull request #1027 from jbonofre/KARAF-6568
49b3d81 is described below

commit 49b3d818c7d2aee6e18b523e0b3da8cbf21ce134
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Mon Dec 23 14:49:26 2019 +0100

    [KARAF-6568] Upgrade to maven-plugin-plugin 3.6.0
---
 tooling/karaf-maven-plugin/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tooling/karaf-maven-plugin/pom.xml b/tooling/karaf-maven-plugin/pom.xml
index 4fa6718..27bc616 100644
--- a/tooling/karaf-maven-plugin/pom.xml
+++ b/tooling/karaf-maven-plugin/pom.xml
@@ -318,7 +318,7 @@
             </plugin>
             <plugin>
                 <artifactId>maven-plugin-plugin</artifactId>
-                <version>3.5.2</version>
+                <version>3.6.0</version>
                 <executions>
                     <execution>
                         <id>default-descriptor</id>