You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/01/20 07:23:59 UTC

[camel-performance-tests] branch main updated (09612ed -> 901bfcb)

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

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


    from 09612ed  Pass from brokers to bootstrapServers in all the Kafka routes related to profiling
     add 6e20eb1  Tag 3.14.0
     new 901bfcb  Next is 3.15.0-SNAPSHOT

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

[camel-performance-tests] 01/01: Next is 3.15.0-SNAPSHOT

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 901bfcbb1e490910688fd06ee6405a224abbff51
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Jan 20 08:23:12 2022 +0100

    Next is 3.15.0-SNAPSHOT
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 118106e..7d263c0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-dependencies</artifactId>
-        <version>3.14.0</version>
+        <version>3.15.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.14.0</camel.version>
+        <camel.version>3.15.0-SNAPSHOT</camel.version>
 
         <!-- Versions -->
         <maven-compiler-plugin-version>3.8.1</maven-compiler-plugin-version>