You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by gn...@apache.org on 2023/02/15 12:50:24 UTC

[maven-plugin-tools] branch master updated: Bump plexus-velocity from 1.2 to 2.0 and velocity from 1.7 to 2.3 (#195)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new df4b8fda Bump plexus-velocity from 1.2 to 2.0 and velocity from 1.7 to 2.3 (#195)
df4b8fda is described below

commit df4b8fdaf719daed8b060ee161cd60f49761783c
Author: Guillaume Nodet <gn...@gmail.com>
AuthorDate: Wed Feb 15 13:50:17 2023 +0100

    Bump plexus-velocity from 1.2 to 2.0 and velocity from 1.7 to 2.3 (#195)
---
 maven-plugin-tools-generators/pom.xml |  2 +-
 pom.xml                               | 10 +++-------
 2 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/maven-plugin-tools-generators/pom.xml b/maven-plugin-tools-generators/pom.xml
index 7bcc9f55..7927348c 100644
--- a/maven-plugin-tools-generators/pom.xml
+++ b/maven-plugin-tools-generators/pom.xml
@@ -63,7 +63,7 @@
     <!-- other -->
     <dependency>
       <groupId>org.apache.velocity</groupId>
-      <artifactId>velocity</artifactId>
+      <artifactId>velocity-engine-core</artifactId>
     </dependency>
 
     <dependency>
diff --git a/pom.xml b/pom.xml
index 2519ecd1..e45ac1e6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -247,24 +247,20 @@
       <dependency>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-velocity</artifactId>
-        <version>1.2</version>
+        <version>2.0</version>
         <exclusions>
           <exclusion>
             <groupId>org.codehaus.plexus</groupId>
             <artifactId>plexus-container-default</artifactId>
           </exclusion>
-          <exclusion>
-            <groupId>velocity</groupId>
-            <artifactId>velocity</artifactId>
-          </exclusion>
         </exclusions>
       </dependency>
 
       <!-- other -->
       <dependency>
         <groupId>org.apache.velocity</groupId>
-        <artifactId>velocity</artifactId>
-        <version>1.7</version>
+        <artifactId>velocity-engine-core</artifactId>
+        <version>2.3</version>
       </dependency>
 
       <dependency>