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

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


The following commit(s) were added to refs/heads/3.4.x-fixes by this push:
     new 83fa11e9bb Fixing CXF version in benchmark modules
83fa11e9bb is described below

commit 83fa11e9bb912eaddb6759ee9cbdeb1b6b74fe82
Author: Andriy Redko <[email protected]>
AuthorDate: Sun May 29 09:53:35 2022 -0400

    Fixing CXF version in benchmark modules
---
 benchmark/performance/base/pom.xml              | 2 +-
 benchmark/performance/soap_http_doc_lit/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/benchmark/performance/base/pom.xml 
b/benchmark/performance/base/pom.xml
index 14dfc17eb4..7130bf8daf 100644
--- a/benchmark/performance/base/pom.xml
+++ b/benchmark/performance/base/pom.xml
@@ -27,7 +27,7 @@
     <description>Apache CXF Benchmark Base</description>
     <url>https://cxf.apache.org</url>
     <properties>
-        <cxf.version>3.4.7-SNAPSHOT</cxf.version>
+        <cxf.version>3.4.8-SNAPSHOT</cxf.version>
     </properties>
     <build>
         <defaultGoal>install</defaultGoal>
diff --git a/benchmark/performance/soap_http_doc_lit/pom.xml 
b/benchmark/performance/soap_http_doc_lit/pom.xml
index 800d9693e7..d53aacb1e1 100644
--- a/benchmark/performance/soap_http_doc_lit/pom.xml
+++ b/benchmark/performance/soap_http_doc_lit/pom.xml
@@ -27,7 +27,7 @@
     <description>Apache CXF Benchmark SOAP/HTTP/Doc/Lit</description>
     <url>https://cxf.apache.org</url>
     <properties>
-        <cxf.version>3.4.7-SNAPSHOT</cxf.version>
+        <cxf.version>3.4.8-SNAPSHOT</cxf.version>
     </properties>
     <dependencies>
         <dependency>

Reply via email to