You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2021/01/07 13:27:42 UTC

[camel-kafka-connector] branch camel-kafka-connector-0.7.x updated: Bump camel dependency to use camel 3.7.1-SNAPSHOT

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

orpiske pushed a commit to branch camel-kafka-connector-0.7.x
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git


The following commit(s) were added to refs/heads/camel-kafka-connector-0.7.x by this push:
     new aa2c945  Bump camel dependency to use camel 3.7.1-SNAPSHOT
aa2c945 is described below

commit aa2c945fa40b3dce5b4b68f1e5b1cfab3e743d9e
Author: Otavio Rodolfo Piske <op...@redhat.com>
AuthorDate: Thu Jan 7 11:44:12 2021 +0100

    Bump camel dependency to use camel 3.7.1-SNAPSHOT
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 05ec7fd..fb470b0 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -28,7 +28,7 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 
         <kafka.version>2.6.0</kafka.version>
-        <camel.version>3.7.0</camel.version>
+        <camel.version>3.7.1-SNAPSHOT</camel.version>
         <apicurio.registry.version>1.3.1.Final</apicurio.registry.version>
         <resteasy.version>4.5.6.Final</resteasy.version>
         <version.java>1.8</version.java>