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/19 08:56:59 UTC

[cxf] branch 3.4.x-fixes updated (cbc441b -> 897068a)

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

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


    from cbc441b  Update to Micrometer 1.5.11
     new 7589d94  Updating woodstox to 6.2.4
     new 897068a  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 +-
 2 files changed, 2 insertions(+), 1 deletion(-)


[cxf] 02/02: Recording .gitmergeinfo Changes

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

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

commit 897068a32f37d1c166cba182ac085b8451437a95
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Fri Feb 19 08:56:41 2021 +0000

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

diff --git a/.gitmergeinfo b/.gitmergeinfo
index a710106..c830952 100644
--- a/.gitmergeinfo
+++ b/.gitmergeinfo
@@ -11,6 +11,7 @@ B 837401d8b08449ea34304df68600514d1132c499
 B 8a7aa1bad47f0a1d4b86e172cabc240f2bc9f008
 B 9485e3b46125c9102610aa6dcab6e330952b2fb0
 B c58d2cd38003a90608aa04e40756c042cbaf7e03
+B f315acdde42f967102c7503d46d1edbb3affc210
 B f5f08c838e1d52f17bcc8422fac38831a63e6e30
 M 0320ad320ba88a123a5296a8060d3ac1794009f6
 M 0f30442f3acb82e9936d4b486e07f5c341c142d2


[cxf] 01/02: Updating woodstox to 6.2.4

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

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

commit 7589d940c477beadc3b69f1d3552582fdb76940c
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Fri Feb 19 08:53:47 2021 +0000

    Updating woodstox to 6.2.4
    
    (cherry picked from commit e9850d13b6ae068f8687df06abed58e8eb98390f)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 9ce65e1..c8c1180 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -218,7 +218,7 @@
         <cxf.validation.api.version>2.0.2</cxf.validation.api.version>
         <cxf.velocity.version>2.2</cxf.velocity.version>
         <cxf.wiremock.version>2.23.2</cxf.wiremock.version>
-        <cxf.woodstox.core.version>6.2.3</cxf.woodstox.core.version>
+        <cxf.woodstox.core.version>6.2.4</cxf.woodstox.core.version>
         <cxf.woodstox.stax2-api.version>4.2.1</cxf.woodstox.stax2-api.version>
         <cxf.wsdl4j.version>1.6.3</cxf.wsdl4j.version>
         <cxf.wss4j.version>2.3.1</cxf.wss4j.version>