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 2019/02/03 07:52:15 UTC

[maven-parent] branch master updated: upgrade plexus component annotations (no functional change)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 368a527  upgrade plexus component annotations (no functional change)
368a527 is described below

commit 368a527216b8845e41e3a3b3a8e001fe0ecde1ac
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sun Feb 3 08:45:13 2019 +0100

    upgrade plexus component annotations (no functional change)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index df0ded1..27321f9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -899,7 +899,7 @@ under the License.
       <dependency>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-component-annotations</artifactId>
-        <version>1.7.1</version>
+        <version>2.0.0</version>
       </dependency>
       <dependency>
         <groupId>org.apache.maven.plugin-tools</groupId>