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 2021/02/23 14:28:42 UTC

[cxf] branch 3.3.x-fixes updated: Revert "Update Jetty to 9.4.37.v20210219"

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


The following commit(s) were added to refs/heads/3.3.x-fixes by this push:
     new a2ded9f  Revert "Update Jetty to 9.4.37.v20210219"
a2ded9f is described below

commit a2ded9fb5066dced5a5bc199d4e2de99901a1c39
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue Feb 23 14:28:25 2021 +0000

    Revert "Update Jetty to 9.4.37.v20210219"
    
    This reverts commit 23a18d041b45e91e8450192eee3c2fd1153b25d0.
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 53f0809..e22be40 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -145,7 +145,7 @@
         <cxf.jdom.version>1.0</cxf.jdom.version>
         <cxf.jettison.version>1.4.1</cxf.jettison.version>
         <cxf.jetty.osgi.version>[9.2,10)</cxf.jetty.osgi.version>
-        <cxf.jetty9.version>9.4.37.v20210219</cxf.jetty9.version>
+        <cxf.jetty9.version>9.4.36.v20210114</cxf.jetty9.version>
         <cxf.jetty.version>${cxf.jetty9.version}</cxf.jetty.version>
         <cxf.jexl.version>2.1.1</cxf.jexl.version>
         <cxf.joda.time.version>2.9.4</cxf.joda.time.version>