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
The following commit(s) were added to refs/heads/3.5.x-fixes by this push:
new 08c49b2451 Fixing CXF version in benchmark modules
08c49b2451 is described below
commit 08c49b245145c5e5d9954b0a17ca55920cf13908
Author: Andriy Redko <[email protected]>
AuthorDate: Sun May 29 09:50:13 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 4c7bc36296..a3a55aeb14 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.5.2-SNAPSHOT</cxf.version>
+ <cxf.version>3.5.3-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 0061ab8faa..2cc8496cfe 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.5.2-SNAPSHOT</cxf.version>
+ <cxf.version>3.5.3-SNAPSHOT</cxf.version>
</properties>
<dependencies>
<dependency>