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 2020/04/26 05:23:03 UTC

[karaf] branch karaf-4.2.x updated: [KARAF-6692] Upgrade to modello-maven-plugin 1.11

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

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


The following commit(s) were added to refs/heads/karaf-4.2.x by this push:
     new 7facc2b  [KARAF-6692] Upgrade to modello-maven-plugin 1.11
7facc2b is described below

commit 7facc2bf142fea18449de2b35c3ea3fdaf2d2d66
Author: jbonofre <jb...@apache.org>
AuthorDate: Sat Apr 25 08:41:28 2020 +0200

    [KARAF-6692] Upgrade to modello-maven-plugin 1.11
    
    (cherry picked from commit 4409b045010463380a17d849047d339e36ab33c5)
---
 tooling/utils/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tooling/utils/pom.xml b/tooling/utils/pom.xml
index b0128bf..448a9a0 100644
--- a/tooling/utils/pom.xml
+++ b/tooling/utils/pom.xml
@@ -48,7 +48,7 @@
             <plugin>
                 <groupId>org.codehaus.modello</groupId>
                 <artifactId>modello-maven-plugin</artifactId>
-                <version>1.9.1</version>
+                <version>1.11</version>
                 <executions>
                     <execution>
                         <phase>generate-sources</phase>