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/05/15 10:34:27 UTC

[cxf] branch 3.3.x-fixes updated (4717dd7 -> aa7434d)

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 4717dd7  Recording .gitmergeinfo Changes
     new eaed661  Recording .gitmergeinfo Changes
     new aa7434d  Aligning samples version with parent pom

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                                 | 2 ++
 distribution/src/main/release/samples/pom.xml | 6 +++---
 2 files changed, 5 insertions(+), 3 deletions(-)


[cxf] 01/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 eaed661f5272862983d578edceddf741e36a633c
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Fri May 15 11:08:59 2020 +0100

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

diff --git a/.gitmergeinfo b/.gitmergeinfo
index 24b01be..781db23 100644
--- a/.gitmergeinfo
+++ b/.gitmergeinfo
@@ -87,6 +87,7 @@ B 504f94782d3078762425f1a646dbd57c3d645132
 B 505b76285bae4b9d9827eb8191ce0a08d6623d42
 B 513f29f1faac57baa63eac224680c88e5633a2f1
 B 51417a1665d065a7135ade76423c0c5867b142bb
+B 517b88cb2c293115e0dce1c1105f448e9dc21164
 B 540e471660ed79cb88771f6c9a0022cbede241ac
 B 56b1c952f4099d5831b0973cceb4f8f9deac9854
 B 582c88e62f3e002478fa31b107f7113a004a5aa3
@@ -211,6 +212,7 @@ B e6ca654a67a3f4449fa9eed492766bdbce485e85
 B e6d432be93022b5b4ac1998a546d0652861fdff3
 B e73daaaa4a04c3d29c9280934a4ca7a81abb7729
 B e75756033fcb6f393fc725d13a5241c462add1d9
+B ec444f3892ddcd2434b625ee606d8cc2dfb8f0de
 B eec13f495ec1207da93d8373531cdb3c0605781a
 B ef7f9b1d16ec71ea1186701e20818607ce7d2bba
 B eff15d982722111d5da87591bd115cefefe944df


[cxf] 02/02: Aligning samples version with parent pom

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 aa7434da5de20c17b31324df308d0a160dbc652a
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Fri May 15 11:09:57 2020 +0100

    Aligning samples version with parent pom
---
 distribution/src/main/release/samples/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/distribution/src/main/release/samples/pom.xml b/distribution/src/main/release/samples/pom.xml
index 53acd02..a315596 100644
--- a/distribution/src/main/release/samples/pom.xml
+++ b/distribution/src/main/release/samples/pom.xml
@@ -30,12 +30,12 @@
         <!-- don't deploy the samples, kind of pointless -->
         <maven.deploy.skip>true</maven.deploy.skip>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <spring.boot.version>2.1.3.RELEASE</spring.boot.version>
+        <spring.boot.version>2.1.14.RELEASE</spring.boot.version>
         <spring.cloud.eureka.version>2.0.2.RELEASE</spring.cloud.eureka.version>
-        <cxf.jetty9.version>9.4.27.v20200227</cxf.jetty9.version>
+        <cxf.jetty9.version>9.4.28.v20200408</cxf.jetty9.version>
         <cxf.httpcomponents.client.version>4.5.8</cxf.httpcomponents.client.version>
         <cxf.swagger.ui.version>3.24.3</cxf.swagger.ui.version>
-        <cxf.tika.version>1.24</cxf.tika.version>
+        <cxf.tika.version>1.24.1</cxf.tika.version>
     </properties>
     <dependencies>
         <dependency>