You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2020/02/17 18:35:24 UTC

[cxf] 01/05: Update Velocity version to 2.2

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

coheigea pushed a commit to branch 3.3.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 1bf982f9d91bd112a6266a0783408193eca0e64c
Author: Dennis Kieselhorst <de...@apache.org>
AuthorDate: Mon Feb 3 21:55:41 2020 +0100

    Update Velocity version to 2.2
    
    (cherry picked from commit 92a00fc05e2437d2d0cf98099060ba4e1f6dac99)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 03d2f4f..b035441 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -211,7 +211,7 @@
              with a qualifier. We do want a range. -->
         <cxf.validation.api.package.version>[1.0.0,2)</cxf.validation.api.package.version>
         <cxf.validation.api.version>1.1.0.Final</cxf.validation.api.version>
-        <cxf.velocity.version>2.1</cxf.velocity.version>
+        <cxf.velocity.version>2.2</cxf.velocity.version>
         <cxf.wiremock.version>2.23.2</cxf.wiremock.version>
         <cxf.woodstox.core.version>5.0.3</cxf.woodstox.core.version>
         <cxf.woodstox.stax2-api.version>3.1.4</cxf.woodstox.stax2-api.version>