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:22:25 UTC

[karaf] branch master 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 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 4409b04  [KARAF-6692] Upgrade to modello-maven-plugin 1.11
     new fd3ac7a  Merge pull request #1101 from jbonofre/KARAF-6692
4409b04 is described below

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

    [KARAF-6692] Upgrade to modello-maven-plugin 1.11
---
 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 85fc20b..d91c442 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>