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:36:47 UTC

[karaf-decanter] branch main updated: [KARAF-7348] Upgrade to build-helper-maven-plugin 3.3.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 6e9a643  [KARAF-7348] Upgrade to build-helper-maven-plugin 3.3.0
     new 3f0434b  Merge pull request #277 from jbonofre/KARAF-7348
6e9a643 is described below

commit 6e9a643dc4821be6955f4e80f2a4466c839b5bee
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue Jan 18 18:23:12 2022 +0100

    [KARAF-7348] Upgrade to build-helper-maven-plugin 3.3.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index da67615..aca05ad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -184,7 +184,7 @@
                 <plugin>
                     <groupId>org.codehaus.mojo</groupId>
                     <artifactId>build-helper-maven-plugin</artifactId>
-                    <version>3.1.0</version>
+                    <version>3.3.0</version>
                 </plugin>
             </plugins>
         </pluginManagement>