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/01/01 00:32:04 UTC

[cxf] branch 3.4.x-fixes updated (3172f02 -> 028c3a6)

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

reta pushed a change to branch 3.4.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git.


    from 3172f02  Recording .gitmergeinfo Changes
     new efe4356  Update Apache Openwebbeans to 2.0.25 (#890)
     new 028c3a6  Recording .gitmergeinfo Changes

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitmergeinfo        | 1 +
 parent/pom.xml       | 2 ++
 systests/cdi/pom.xml | 4 ----
 3 files changed, 3 insertions(+), 4 deletions(-)

[cxf] 02/02: Recording .gitmergeinfo Changes

Posted by re...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 028c3a6bdfc3b14f60b853d140f9b8d006fa3f81
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Fri Dec 31 19:31:40 2021 -0500

    Recording .gitmergeinfo Changes
---
 .gitmergeinfo | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitmergeinfo b/.gitmergeinfo
index 1dfc233..a835016 100644
--- a/.gitmergeinfo
+++ b/.gitmergeinfo
@@ -289,6 +289,7 @@ M ea7ea0c32683af9973f9897049f024c50ec6afa3
 M eb4bab9983a287bf9dc0574d22077cc783bc88ac
 M edd3f1a8d578cb2876213fc5a2c325f35a328858
 M ee1994710cedf7c860e82cd6f34cac63042d8fde
+M ef90164f48e6cea81f98bcda3dcce3b33c053ea0
 M efc5d35498f582335821cc6a2b750df935295f14
 M f7300e4a3df847c567376734579de7a240ac4111
 M fb7821164ec6d7fb98dc3f8caea67465db230a14

[cxf] 01/02: Update Apache Openwebbeans to 2.0.25 (#890)

Posted by re...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit efe4356607024f813e2df2bbba3f0103e5aeeb7b
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Fri Dec 31 19:29:38 2021 -0500

    Update Apache Openwebbeans to 2.0.25 (#890)
    
    (cherry picked from commit a447d5d90fb9590de9245028c5a5e7fbc4aae147)
    (cherry picked from commit ef90164f48e6cea81f98bcda3dcce3b33c053ea0)
---
 parent/pom.xml       | 2 ++
 systests/cdi/pom.xml | 4 ----
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index a99dc2a..92022bb 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -116,6 +116,7 @@
         <cxf.geronimo.servlet25.version>1.2</cxf.geronimo.servlet25.version>
         <cxf.geronimo.transaction.version>3.1.4</cxf.geronimo.transaction.version>
         <cxf.geronimo.openapi.version>1.0.14</cxf.geronimo.openapi.version>
+        <cxf.glassfish.el.version>3.0.1-b11</cxf.glassfish.el.version>
         <cxf.glassfish.json.version>1.1.4</cxf.glassfish.json.version>
         <cxf.guava.version>30.1-jre</cxf.guava.version>
         <cxf.hamcrest.version>2.2</cxf.hamcrest.version>
@@ -184,6 +185,7 @@
         <cxf.opensaml.osgi.version.range>[3.1,4)</cxf.opensaml.osgi.version.range>
         <cxf.opensaml.osgi.version>3.4.5_2</cxf.opensaml.osgi.version>
         <cxf.opentracing.version>0.33.0</cxf.opentracing.version>
+        <cxf.openwebbeans.version>2.0.25</cxf.openwebbeans.version>
         <cxf.persistence-api.version>2.2.3</cxf.persistence-api.version>
         <cxf.plexus-archiver.version>4.2.0</cxf.plexus-archiver.version>
         <cxf.plexus-utils.version>3.3.0</cxf.plexus-utils.version>
diff --git a/systests/cdi/pom.xml b/systests/cdi/pom.xml
index 6b820e7..7c2a7e7 100644
--- a/systests/cdi/pom.xml
+++ b/systests/cdi/pom.xml
@@ -31,10 +31,6 @@
     <name>Apache CXF CDI Integration System Tests</name>
     <description>Apache CXF CDI Integration System Tests</description>
     <url>https://cxf.apache.org</url>
-    <properties>
-        <cxf.glassfish.el.version>3.0.1-b11</cxf.glassfish.el.version>
-        <cxf.openwebbeans.version>2.0.14</cxf.openwebbeans.version>
-    </properties>
     <modules>
         <module>base</module>
         <module>cdi-weld</module>