You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2022/08/25 23:21:45 UTC

[cxf] branch main updated: Update Atmosphere to 3.0.0

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 70f4636993 Update Atmosphere to 3.0.0
70f4636993 is described below

commit 70f4636993734f4a13741f3a7de7c416b19edd83
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Thu Aug 25 19:21:16 2022 -0400

    Update Atmosphere to 3.0.0
---
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index f79765758e..97d39be1c6 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -83,8 +83,8 @@
         <cxf.arquillian.weld.container.version>2.0.1.Final</cxf.arquillian.weld.container.version>
         <cxf.aspectj.version>1.9.1</cxf.aspectj.version>
         <cxf.assertj.version>3.22.0</cxf.assertj.version>
-        <cxf.atmosphere.version.range>[2,3.0)</cxf.atmosphere.version.range>
-        <cxf.atmosphere.version>2.7.3</cxf.atmosphere.version>
+        <cxf.atmosphere.version.range>[3.0, 4.0)</cxf.atmosphere.version.range>
+        <cxf.atmosphere.version>3.0.0</cxf.atmosphere.version>
         <cxf.bcprov.version>1.70</cxf.bcprov.version>
         <cxf.brave.reporter.version>2.16.2</cxf.brave.reporter.version>
         <cxf.brave.version>5.13.10</cxf.brave.version>