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:50 UTC

[maven-reporting-exec] branch vel created (now 060d415)

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

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


      at 060d415  update velocity

This branch includes the following new commits:

     new 060d415  update velocity

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by el...@apache.org.
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>