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 2020/03/05 12:37:02 UTC

[cxf] branch 3.3.x-fixes updated (36fcf4d -> 6392638)

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

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


    from 36fcf4d  Recording .gitmergeinfo Changes
     new bafe28f  Updating Jackson
     new 6392638  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 | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)


[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.3.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 639263855863b7a3fa0a0a3c6cc3dca3586fad2f
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Thu Mar 5 12:36:46 2020 +0000

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

diff --git a/.gitmergeinfo b/.gitmergeinfo
index 450f887..7dfc0ba 100644
--- a/.gitmergeinfo
+++ b/.gitmergeinfo
@@ -167,6 +167,7 @@ M a7169e542bb351563cc2296853681f06f35b4bfd
 M a9eb350f7cc28347ffeb7a8af44ba661531429f1
 M aabf37788e571426e70250e7a62c7f4502e4d6e9
 M aefdc0759e30cb44d1729f08d1f31ff516a14e03
+M b70a3916daf64c15689a30e0a77bdb4c9dbaead4
 M b9732e5a2d4cead834af8246a35b863aa7b8c811
 M bf1b85003e89c4b3e28384f0de476cf0e5b1af12
 M c1b729ea9f0c43e6560099dbc427751fe33ee088


[cxf] 01/02: Updating Jackson

Posted by co...@apache.org.
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

commit bafe28f0a184d15c1e13bca0a985f95e4a5e8aa8
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Thu Mar 5 12:36:17 2020 +0000

    Updating Jackson
    
    (cherry picked from commit b70a3916daf64c15689a30e0a77bdb4c9dbaead4)
---
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 19d88af..53c2a36 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -128,8 +128,8 @@
         <cxf.httpcomponents.client.version>4.5.11</cxf.httpcomponents.client.version>
         <cxf.httpcomponents.core.version.range>[4.3,4.5.0)</cxf.httpcomponents.core.version.range>
         <cxf.httpcomponents.core.version>4.4.13</cxf.httpcomponents.core.version>
-        <cxf.jackson.version>2.10.2</cxf.jackson.version>
-        <cxf.jackson.databind.version>2.10.2</cxf.jackson.databind.version>
+        <cxf.jackson.version>2.10.3</cxf.jackson.version>
+        <cxf.jackson.databind.version>2.10.3</cxf.jackson.databind.version>
         <cxf.jacorb.version>3.9</cxf.jacorb.version>
         <cxf.jaeger.version>0.35.5</cxf.jaeger.version>
         <cxf.james.mim4j.version>0.7.2</cxf.james.mim4j.version>