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/10/29 18:50:09 UTC

[cxf] branch 3.5.x-fixes updated (1f50286782 -> b26d5773ca)

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 1f50286782 Recording .gitmergeinfo Changes
     new 9d4828e1b9 Update EasyMock to 5.0.1 (part of CXF-8407) (#1015)
     new b26d5773ca 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 b26d5773caf507fc18abf82097805b75a8ff607e
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sat Oct 29 14:49:56 2022 -0400

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

diff --git a/.gitmergeinfo b/.gitmergeinfo
index f5e588c455..e23fb0ec67 100644
--- a/.gitmergeinfo
+++ b/.gitmergeinfo
@@ -40,6 +40,7 @@ B 85b9b53c632feb023b522afd49192e95ab232a15
 B 86c4b4960df71674490b3bc84fb3ffd72ba5bea5
 B 8b77849b3b9f67a23f4264d8e80c21092e3f51c3
 B 8c3e3a003702fb9547519c0768806a7ce478dfa0
+B 8dfb8be99b235711087c9ced02f20c24ea48d935
 B 8f7c9dae610cd708b5e17828b58b642a5485b9cc
 B 9313c2a54131b44e8f9c4332671e881bfc35a01e
 B 9723e32190d3a820e0eecf19177561155399c867


[cxf] 01/02: Update EasyMock to 5.0.1 (part of CXF-8407) (#1015)

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 9d4828e1b9653bbaf59a45998aa4c267fc3471c3
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sat Oct 29 13:30:55 2022 -0400

    Update EasyMock to 5.0.1 (part of CXF-8407) (#1015)
    
    (cherry picked from commit 84e897dfbda3bff1d6be3c3b44ef36c039cb8c92)
    
    # Conflicts:
    #       parent/pom.xml
    (cherry picked from commit dac65105d53cf8a020b52a7936797e76784d24f2)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index bd481e683e..b5c0a9013a 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -56,7 +56,7 @@
         <cxf.asm.artifactId>asm</cxf.asm.artifactId>
         <cxf.asm.version>9.4</cxf.asm.version>
         <cxf.osgi.asm.version>[3.0,10)</cxf.osgi.asm.version>
-        <cxf.easymock.version>4.3</cxf.easymock.version>
+        <cxf.easymock.version>5.0.1</cxf.easymock.version>
         <!-- OSGi related properties -->
         <cxf.fragment.host />
         <cxf.bundle.activation.policy>lazy</cxf.bundle.activation.policy>