You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by al...@apache.org on 2022/08/10 09:17:14 UTC

[camel-quarkus] branch main updated: perf-regression: upgrade hyperfoil-maven-plugin to version 0.21

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

aldettinger pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/main by this push:
     new f59c4adcf8 perf-regression: upgrade hyperfoil-maven-plugin to version 0.21
f59c4adcf8 is described below

commit f59c4adcf8d19d36404aac7d54d3e8103049cfcb
Author: aldettinger <al...@gmail.com>
AuthorDate: Wed Aug 10 11:16:51 2022 +0200

    perf-regression: upgrade hyperfoil-maven-plugin to version 0.21
---
 tooling/perf-regression/cq-perf-regression-sample-base/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tooling/perf-regression/cq-perf-regression-sample-base/pom.xml b/tooling/perf-regression/cq-perf-regression-sample-base/pom.xml
index 7c6b9eacc5..666a392ffb 100644
--- a/tooling/perf-regression/cq-perf-regression-sample-base/pom.xml
+++ b/tooling/perf-regression/cq-perf-regression-sample-base/pom.xml
@@ -157,7 +157,7 @@
             <plugin>
                 <groupId>io.hyperfoil</groupId>
                 <artifactId>hyperfoil-maven-plugin</artifactId>
-                <version>0.19</version>
+                <version>0.21</version>
                 <!-- Bound to integration-test phase by default -->
                 <configuration>
                     <yaml>cq-perf-regression-scenario.hf.yaml</yaml>