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 13:51:31 UTC

[maven-archetype] 01/01: update plexus

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

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

commit 52f2b101c2d157301f0675bfb4b7f3cb4b381162
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Thu Apr 16 09:51:15 2020 -0400

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

diff --git a/pom.xml b/pom.xml
index cbd9c22..360cfe3 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>