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 2018/03/18 10:55:19 UTC

[maven-invoker] 01/01: [MSHARED-702] - Remove hard coded versions for plexus-component-annotations/plexus-component-metadata

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

khmarbaise pushed a commit to branch MSHARED-702
in repository https://gitbox.apache.org/repos/asf/maven-invoker.git

commit 765f58f5426b9717db099939429ab1fb829a4c9e
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sun Mar 18 11:54:40 2018 +0100

    [MSHARED-702] - Remove hard coded versions for plexus-component-annotations/plexus-component-metadata
---
 pom.xml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7dc2a5f..5588888 100644
--- a/pom.xml
+++ b/pom.xml
@@ -75,12 +75,8 @@ under the License.
       <version>3.2.0</version>
     </dependency>
     <dependency>
-      <!--
-        ! Can be removed if update to maven-shared-components parent to version 31
-      -->
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-component-annotations</artifactId>
-      <version>1.7</version>
     </dependency>
     <dependency>
       <groupId>junit</groupId>
@@ -112,10 +108,6 @@ under the License.
       <plugin>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-component-metadata</artifactId>
-        <!--
-          ! Can be removed if update to maven-shared-components parent to version 31
-        -->
-        <version>1.7.1</version>
         <executions>
           <execution>
             <id>create-component-descriptor</id>

-- 
To stop receiving notification emails like this one, please contact
khmarbaise@apache.org.