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/09/25 20:25:08 UTC

[cxf] branch 3.5.x-fixes updated (36df5f101f -> d5409bf227)

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

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


    from 36df5f101f Fixed resource folder location (cxf-rt-rs-http-sci)
     new e0c07dddf1 Update JUnit 5 to 5.9.1
     new d5409bf227 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 re...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit d5409bf227b6a00373015d6f92eea00195542b09
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sun Sep 25 16:24:45 2022 -0400

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

diff --git a/.gitmergeinfo b/.gitmergeinfo
index 23f7f4d68b..ed2717bd86 100644
--- a/.gitmergeinfo
+++ b/.gitmergeinfo
@@ -16,6 +16,7 @@ B 6374b6439d18c521d232de0b28e43b5eb5e45f23
 B 670ec2303fa623f43e6589b2b3d8e42c29477287
 B 6c4eae9ec9f00826b88dbcdb475b9ac67e082f4c
 B 6d64fdb0d9219ca829f29a2f38480033b60a4c98
+B 7157608c785cc378a1a5226f5bcc20faec9ec8a0
 B 798e171a429c118eaa6c5d0a744b5fb1f1afc654
 B 79a0f55fd7d26b27414199c7e653ed913a63e6d5
 B 79ee9824ee30b1b710d7385efc3cec736b4a5c54


[cxf] 01/02: Update JUnit 5 to 5.9.1

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

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

commit e0c07dddf197f3617143ce5ba7f985c4d8352281
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sun Sep 25 15:12:46 2022 -0400

    Update JUnit 5 to 5.9.1
    
    (cherry picked from commit 278431e8adc631b7089f979d455fc54a721c7ab0)
    (cherry picked from commit 0ae861630e1b289976cf8c969b95d0a3fd43a8f0)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index fe36daec0a..235b6b7b8f 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -161,7 +161,7 @@
         <cxf.json.bind-api.version>1.0.2</cxf.json.bind-api.version>
         <cxf.jsr250.api.version>1.0</cxf.jsr250.api.version>
         <cxf.junit.version>4.13.2</cxf.junit.version>
-        <cxf.junit5.version>5.9.0</cxf.junit5.version>
+        <cxf.junit5.version>5.9.1</cxf.junit5.version>
         <cxf.kerby.version>2.0.2</cxf.kerby.version>
         <cxf.littleproxy.version>1.1.2</cxf.littleproxy.version>
         <cxf.logback.classic.version>1.2.10</cxf.logback.classic.version>