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/06/11 12:30:51 UTC

[maven-reporting-exec] 01/01: update velocity

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

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

commit 060d415d06ea4fd0fee4925a1f2076402537c1fe
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Thu Jun 11 08:30:36 2020 -0400

    update velocity
---
 pom.xml | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/pom.xml b/pom.xml
index 87560fc..ed98b44 100644
--- a/pom.xml
+++ b/pom.xml
@@ -250,7 +250,7 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-velocity</artifactId>
-      <version>1.1.8</version>
+      <version>1.2</version>
       <scope>test</scope>
       <exclusions>
         <exclusion>
@@ -263,16 +263,10 @@
     <dependency>
       <groupId>org.apache.velocity</groupId>
       <artifactId>velocity</artifactId>
-      <version>1.5</version>
+      <version>1.7</version>
       <scope>test</scope>
     </dependency>
 
-    <dependency>
-      <groupId>velocity</groupId>
-      <artifactId>velocity</artifactId>
-      <version>1.5</version>
-      <scope>test</scope>
-    </dependency>
   </dependencies>
 
   <build>