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

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

commit ebab0e936bc4b660dd3d1ec6ce5cf731953e30c1
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Wed Mar 23 15:40:46 2022 +0100

    Prepare for next version
---
 pom.xml                                                             | 4 ++--
 profiling/kafka/kafka-azure-storage-blob-exchange-pooling/README.md | 2 +-
 profiling/kafka/kafka-azure-storage-blob/README.md                  | 2 +-
 profiling/kafka/kafka-minio-exchange-pooling/README.md              | 2 +-
 profiling/kafka/kafka-minio/README.md                               | 2 +-
 profiling/kafka/kafka-mongo-exchange-pooling/README.md              | 2 +-
 profiling/kafka/kafka-mongo/README.md                               | 2 +-
 profiling/kafka/kafka-nats/README.md                                | 2 +-
 8 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7d263c0..6eba0ae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-dependencies</artifactId>
-        <version>3.15.0-SNAPSHOT</version>
+        <version>3.17.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.camel.tests</groupId>
@@ -91,7 +91,7 @@
         <jdk.version>1.8</jdk.version>
         <compiler.fork>false</compiler.fork>
 
-        <camel.version>3.15.0-SNAPSHOT</camel.version>
+        <camel.version>3.17.0-SNAPSHOT</camel.version>
 
         <!-- Versions -->
         <maven-compiler-plugin-version>3.8.1</maven-compiler-plugin-version>
diff --git 
a/profiling/kafka/kafka-azure-storage-blob-exchange-pooling/README.md 
b/profiling/kafka/kafka-azure-storage-blob-exchange-pooling/README.md
index 2b319e5..f37b13b 100644
--- a/profiling/kafka/kafka-azure-storage-blob-exchange-pooling/README.md
+++ b/profiling/kafka/kafka-azure-storage-blob-exchange-pooling/README.md
@@ -120,7 +120,7 @@ You could also leveraging the camel-jbang module. From 
Camel 3.15.0 (still to be
 What you need to do is simply running this commands:
 
 ```shell script
-jbang  -Dcamel.jbang.version=3.15.0-SNAPSHOT  camel@apache/camel run 
--jfr-profile=profile data/sources/camel-jbang-route.yaml
+jbang  -Dcamel.jbang.version=3.17.0-SNAPSHOT  camel@apache/camel run 
--jfr-profile=profile data/sources/camel-jbang-route.yaml
 ```
 
 You'll get at jfr recording file once the application will be stopped in your 
working directory.
diff --git a/profiling/kafka/kafka-azure-storage-blob/README.md 
b/profiling/kafka/kafka-azure-storage-blob/README.md
index d3dfba8..97fc962 100644
--- a/profiling/kafka/kafka-azure-storage-blob/README.md
+++ b/profiling/kafka/kafka-azure-storage-blob/README.md
@@ -120,7 +120,7 @@ You could also leveraging the camel-jbang module. From 
Camel 3.15.0 (still to be
 What you need to do is simply running this commands:
 
 ```shell script
-jbang  -Dcamel.jbang.version=3.15.0-SNAPSHOT  camel@apache/camel run 
--jfr-profile=profile data/sources/camel-jbang-route.yaml
+jbang  -Dcamel.jbang.version=3.17.0-SNAPSHOT  camel@apache/camel run 
--jfr-profile=profile data/sources/camel-jbang-route.yaml
 ```
 
 You'll get at jfr recording file once the application will be stopped in your 
working directory.
diff --git a/profiling/kafka/kafka-minio-exchange-pooling/README.md 
b/profiling/kafka/kafka-minio-exchange-pooling/README.md
index 4dfdf6f..62b01a3 100644
--- a/profiling/kafka/kafka-minio-exchange-pooling/README.md
+++ b/profiling/kafka/kafka-minio-exchange-pooling/README.md
@@ -131,7 +131,7 @@ You could also leveraging the camel-jbang module. From 
Camel 3.15.0 (still to be
 What you need to do is simply running this commands:
 
 ```shell script
-jbang  -Dcamel.jbang.version=3.15.0-SNAPSHOT  camel@apache/camel run 
--jfr-profile=profile data/sources/camel-jbang-route.yaml
+jbang  -Dcamel.jbang.version=3.17.0-SNAPSHOT  camel@apache/camel run 
--jfr-profile=profile data/sources/camel-jbang-route.yaml
 ```
 
 You'll get at jfr recording file once the application will be stopped in your 
working directory.
diff --git a/profiling/kafka/kafka-minio/README.md 
b/profiling/kafka/kafka-minio/README.md
index 53c5efd..127728e 100644
--- a/profiling/kafka/kafka-minio/README.md
+++ b/profiling/kafka/kafka-minio/README.md
@@ -131,7 +131,7 @@ You could also leveraging the camel-jbang module. From 
Camel 3.15.0 (still to be
 What you need to do is simply running this commands:
 
 ```shell script
-jbang  -Dcamel.jbang.version=3.15.0-SNAPSHOT  camel@apache/camel run 
--jfr-profile=profile data/sources/camel-jbang-route.yaml
+jbang  -Dcamel.jbang.version=3.17.0-SNAPSHOT  camel@apache/camel run 
--jfr-profile=profile data/sources/camel-jbang-route.yaml
 ```
 
 You'll get at jfr recording file once the application will be stopped in your 
working directory.
diff --git a/profiling/kafka/kafka-mongo-exchange-pooling/README.md 
b/profiling/kafka/kafka-mongo-exchange-pooling/README.md
index 22d5d89..26bdad4 100644
--- a/profiling/kafka/kafka-mongo-exchange-pooling/README.md
+++ b/profiling/kafka/kafka-mongo-exchange-pooling/README.md
@@ -142,7 +142,7 @@ You could also leveraging the camel-jbang module. From 
Camel 3.15.0 (still to be
 What you need to do is simply running this commands:
 
 ```shell script
-jbang  -Dcamel.jbang.version=3.15.0-SNAPSHOT  camel@apache/camel run 
--jfr-profile=profile data/sources/camel-jbang-route.yaml
+jbang  -Dcamel.jbang.version=3.17.0-SNAPSHOT  camel@apache/camel run 
--jfr-profile=profile data/sources/camel-jbang-route.yaml
 ```
 
 You'll get at jfr recording file once the application will be stopped in your 
working directory.
diff --git a/profiling/kafka/kafka-mongo/README.md 
b/profiling/kafka/kafka-mongo/README.md
index 05edec6..4fb2dc3 100644
--- a/profiling/kafka/kafka-mongo/README.md
+++ b/profiling/kafka/kafka-mongo/README.md
@@ -142,7 +142,7 @@ You could also leveraging the camel-jbang module. From 
Camel 3.15.0 (still to be
 What you need to do is simply running this commands:
 
 ```shell script
-jbang  -Dcamel.jbang.version=3.15.0-SNAPSHOT  camel@apache/camel run 
--jfr-profile=profile data/sources/camel-jbang-route.yaml
+jbang  -Dcamel.jbang.version=3.17.0-SNAPSHOT  camel@apache/camel run 
--jfr-profile=profile data/sources/camel-jbang-route.yaml
 ```
 
 You'll get at jfr recording file once the application will be stopped in your 
working directory.
diff --git a/profiling/kafka/kafka-nats/README.md 
b/profiling/kafka/kafka-nats/README.md
index 1c17f9e..4085dbf 100644
--- a/profiling/kafka/kafka-nats/README.md
+++ b/profiling/kafka/kafka-nats/README.md
@@ -131,7 +131,7 @@ You could also leveraging the camel-jbang module. From 
Camel 3.15.0 (still to be
 What you need to do is simply running this commands:
 
 ```shell script
-jbang  -Dcamel.jbang.version=3.15.0-SNAPSHOT  camel@apache/camel run 
--jfr-profile=profile data/sources/camel-jbang-route.yaml
+jbang  -Dcamel.jbang.version=3.17.0-SNAPSHOT  camel@apache/camel run 
--jfr-profile=profile data/sources/camel-jbang-route.yaml
 ```
 
 You'll get at jfr recording file once the application will be stopped in your 
working directory.

Reply via email to