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:57:23 UTC

[activemq] branch master 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 master
in repository https://gitbox.apache.org/repos/asf/activemq.git


The following commit(s) were added to refs/heads/master by this push:
     new cf220b6  [AMQ-7416] Upgrade to Velocity 2.2
     new 7bb05d5  Merge pull request #469 from jbonofre/AMQ-7416
cf220b6 is described below

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

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

diff --git a/pom.xml b/pom.xml
index 5cc197a..4d4a417 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>