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


The following commit(s) were added to refs/heads/main by this push:
     new f83f8c5  Set version to 3.18.0-SNAPSHOT
f83f8c5 is described below

commit f83f8c5b959270b96f4e9b64cf118aee37c282cc
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu May 19 12:04:38 2022 +0200

    Set version to 3.18.0-SNAPSHOT
---
 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 da7d9e7..ca48944 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-dependencies</artifactId>
-        <version>3.17.0-SNAPSHOT</version>
+        <version>3.18.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.camel.tests</groupId>
@@ -91,7 +91,7 @@
         <jdk.version>11</jdk.version>
         <compiler.fork>false</compiler.fork>
 
-        <camel.version>3.17.0-SNAPSHOT</camel.version>
+        <camel.version>3.18.0-SNAPSHOT</camel.version>
 
         <!-- Versions -->
         <maven-compiler-plugin-version>3.10.0</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 f37b13b..30a3492 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.17.0-SNAPSHOT  camel@apache/camel run 
--jfr-profile=profile data/sources/camel-jbang-route.yaml
+jbang  -Dcamel.jbang.version=3.18.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 97fc962..d56bbd8 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.17.0-SNAPSHOT  camel@apache/camel run 
--jfr-profile=profile data/sources/camel-jbang-route.yaml
+jbang  -Dcamel.jbang.version=3.18.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 62b01a3..4a78ba5 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.17.0-SNAPSHOT  camel@apache/camel run 
--jfr-profile=profile data/sources/camel-jbang-route.yaml
+jbang  -Dcamel.jbang.version=3.18.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 127728e..1973381 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.17.0-SNAPSHOT  camel@apache/camel run 
--jfr-profile=profile data/sources/camel-jbang-route.yaml
+jbang  -Dcamel.jbang.version=3.18.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 26bdad4..83c5ee2 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.17.0-SNAPSHOT  camel@apache/camel run 
--jfr-profile=profile data/sources/camel-jbang-route.yaml
+jbang  -Dcamel.jbang.version=3.18.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 4fb2dc3..d18a70d 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.17.0-SNAPSHOT  camel@apache/camel run 
--jfr-profile=profile data/sources/camel-jbang-route.yaml
+jbang  -Dcamel.jbang.version=3.18.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 4085dbf..43ffad8 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.17.0-SNAPSHOT  camel@apache/camel run 
--jfr-profile=profile data/sources/camel-jbang-route.yaml
+jbang  -Dcamel.jbang.version=3.18.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