You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jb...@apache.org on 2020/02/24 10:58:42 UTC

[activemq] branch activemq-5.15.x updated: [AMQ-7416] Upgrade to Velocity 2.2

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

jbonofre pushed a commit to branch activemq-5.15.x
in repository https://gitbox.apache.org/repos/asf/activemq.git


The following commit(s) were added to refs/heads/activemq-5.15.x by this push:
     new 50ae0e3  [AMQ-7416] Upgrade to Velocity 2.2
50ae0e3 is described below

commit 50ae0e3f7a65564a7fe8bf2dacd5b5a1e51cf1a3
Author: jbonofre <jb...@apache.org>
AuthorDate: Thu Feb 20 08:33:31 2020 +0100

    [AMQ-7416] Upgrade to Velocity 2.2
    
    (cherry picked from commit cf220b62a674d2bdea08ff931a086448106fdbd3)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3b779d1..f12398e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -122,7 +122,7 @@
     <snappy-version>1.1.2</snappy-version>
     <spring-version>4.3.26.RELEASE</spring-version>
     <taglibs-version>1.2.5</taglibs-version>
-    <velocity-version>2.1</velocity-version>
+    <velocity-version>2.2</velocity-version>
     <xalan-version>2.7.2</xalan-version>
     <xmlbeans-version>3.1.0</xmlbeans-version>
     <xmlbeans-bundle-version>2.6.0_2</xmlbeans-bundle-version>