You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by de...@apache.org on 2020/02/03 20:56:16 UTC

[cxf] branch master updated: Update Velocity version to 2.2

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

deki pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/master by this push:
     new 92a00fc  Update Velocity version to 2.2
92a00fc is described below

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

    Update Velocity version to 2.2
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 4ace41d..8ea1890 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -214,7 +214,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.2.1</cxf.woodstox.core.version>
         <cxf.woodstox.stax2-api.version>4.2</cxf.woodstox.stax2-api.version>