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 2021/11/24 13:23:03 UTC

[camel-performance-tests] branch main updated: Next is 3.14.0-SNAPSHOT

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


The following commit(s) were added to refs/heads/main by this push:
     new 8dc609e  Next is 3.14.0-SNAPSHOT
8dc609e is described below

commit 8dc609e3d47d64373b9301670742607b84862530
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Nov 24 14:17:42 2021 +0100

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

diff --git a/pom.xml b/pom.xml
index dbe5433..9344c76 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-dependencies</artifactId>
-        <version>3.13.0</version>
+        <version>3.14.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.13.0</camel.version>
+        <camel.version>3.14.0-SNAPSHOT</camel.version>
 
         <!-- Versions -->
         <maven-compiler-plugin-version>3.8.1</maven-compiler-plugin-version>