You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2020/04/16 18:45:18 UTC

[maven-archetype] branch master updated: update plexus (#43)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 95a6023  update plexus (#43)
95a6023 is described below

commit 95a602313d1969484dc6b5511dc73e831a5991ad
Author: Elliotte Rusty Harold <el...@users.noreply.github.com>
AuthorDate: Thu Apr 16 14:45:11 2020 -0400

    update plexus (#43)
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4f0d7f1..41a3e42 100644
--- a/pom.xml
+++ b/pom.xml
@@ -163,7 +163,7 @@
       <dependency>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-interactivity-api</artifactId>
-        <version>1.0-alpha-6</version>
+        <version>1.0</version>
          <exclusions>
           <exclusion>
             <groupId>org.codehaus.plexus</groupId>
@@ -174,7 +174,7 @@
       <dependency>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-velocity</artifactId>
-        <version>1.1.8</version>
+        <version>1.2</version>
         <exclusions>
           <exclusion>
             <groupId>velocity</groupId>