You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2018/01/21 13:09:29 UTC

maven-archetype git commit: upgrade plexus-component-metadata to 1.7 to be Java 9 compatible

Repository: maven-archetype
Updated Branches:
  refs/heads/master 9af5e075f -> 760000a9a


upgrade plexus-component-metadata to 1.7 to be Java 9 compatible

Project: http://git-wip-us.apache.org/repos/asf/maven-archetype/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-archetype/commit/760000a9
Tree: http://git-wip-us.apache.org/repos/asf/maven-archetype/tree/760000a9
Diff: http://git-wip-us.apache.org/repos/asf/maven-archetype/diff/760000a9

Branch: refs/heads/master
Commit: 760000a9aa03bc01ebfc3aa7a99109c12e735e15
Parents: 9af5e07
Author: Hervé Boutemy <hb...@apache.org>
Authored: Sun Jan 21 14:09:21 2018 +0100
Committer: Hervé Boutemy <hb...@apache.org>
Committed: Sun Jan 21 14:09:21 2018 +0100

----------------------------------------------------------------------
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/760000a9/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b4d3420..1726a79 100644
--- a/pom.xml
+++ b/pom.xml
@@ -289,6 +289,11 @@
           <artifactId>maven-jetty-plugin</artifactId>
           <version>6.1.6</version>
         </plugin>
+        <plugin><!-- TODO remove when upgrading parent to 31 -->
+          <groupId>org.codehaus.plexus</groupId>
+          <artifactId>plexus-component-metadata</artifactId>
+          <version>1.7</version>
+        </plugin>
       </plugins>
     </pluginManagement>
     <plugins>