You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2022/01/10 16:24:45 UTC

[maven-plugin-tools] 01/11: [MPLUGIN-387] Upgrade plexus-component-metadata to 2.1.1

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

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-plugin-tools.git

commit 7e7de4f1075225dbd07c9ea4e366077f237daf76
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sat Jan 8 13:42:54 2022 +0100

    [MPLUGIN-387] Upgrade plexus-component-metadata to 2.1.1
---
 pom.xml | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/pom.xml b/pom.xml
index 962c12f..f0ae843 100644
--- a/pom.xml
+++ b/pom.xml
@@ -185,13 +185,7 @@
       <dependency>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-component-annotations</artifactId>
-        <version>2.1.0</version>
-        <exclusions>
-          <exclusion>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-          </exclusion>
-        </exclusions>
+        <version>2.1.1</version>
       </dependency>
       <dependency>
         <groupId>org.codehaus.plexus</groupId>
@@ -286,7 +280,7 @@
         <plugin>
           <groupId>org.codehaus.plexus</groupId>
           <artifactId>plexus-component-metadata</artifactId>
-          <version>2.1.0</version>
+          <version>2.1.1</version>
           <executions>
             <execution>
               <goals>