You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2016/07/10 10:32:36 UTC

svn commit: r1752074 - /maven/shared/trunk/maven-invoker/pom.xml

Author: khmarbaise
Date: Sun Jul 10 10:32:36 2016
New Revision: 1752074

URL: http://svn.apache.org/viewvc?rev=1752074&view=rev
Log:
[MSHARED-570] Upgrade plexus-component-metadata plugin / plexus-component-annotations
 o Upgrade to version 1.7

Modified:
    maven/shared/trunk/maven-invoker/pom.xml

Modified: maven/shared/trunk/maven-invoker/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-invoker/pom.xml?rev=1752074&r1=1752073&r2=1752074&view=diff
==============================================================================
--- maven/shared/trunk/maven-invoker/pom.xml (original)
+++ maven/shared/trunk/maven-invoker/pom.xml Sun Jul 10 10:32:36 2016
@@ -67,9 +67,12 @@ under the License.
       <version>3.0.24</version>
     </dependency>
     <dependency>
+      <!--
+        ! Can be removed if updated to maven-shared-components parent to version 31
+      -->
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-component-annotations</artifactId>
-      <version>1.6</version>
+      <version>1.7</version>
     </dependency>
     <dependency>
       <groupId>junit</groupId>
@@ -101,7 +104,10 @@ under the License.
       <plugin>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-component-metadata</artifactId>
-        <version>1.6</version>
+        <!--
+          ! Can be removed if updated to maven-shared-components parent to version 31
+        -->
+        <version>1.7</version>
         <executions>
           <execution>
             <id>create-component-descriptor</id>