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/02/27 14:27:40 UTC

[cxf] branch 3.4.x-fixes updated: Updated CXF version for benchmark modules

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 1c713ed  Updated CXF version for benchmark modules
1c713ed is described below

commit 1c713ed81a7bcac69e1b74c5d06b5ebd40e409bf
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sat Feb 26 14:29:01 2022 -0500

    Updated CXF version for 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 4e49cd9..14dfc17 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.6-SNAPSHOT</cxf.version>
+        <cxf.version>3.4.7-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 62226c0..800d969 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.6-SNAPSHOT</cxf.version>
+        <cxf.version>3.4.7-SNAPSHOT</cxf.version>
     </properties>
     <dependencies>
         <dependency>