This is an automated email from the ASF dual-hosted git repository.
valdar pushed a commit to branch camel-master
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git
The following commit(s) were added to refs/heads/camel-master by this push:
new f1ebe4f Update to camel 3.6.0-SNAPSHOT
f1ebe4f is described below
commit f1ebe4f1a20cd71cb12ea3e7d197cf647f518912
Author: Andrea Tarocchi <[email protected]>
AuthorDate: Wed Sep 9 15:55:08 2020 +0200
Update to camel 3.6.0-SNAPSHOT
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 81ce35a..efb54cd 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -28,7 +28,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<kafka.version>2.5.0</kafka.version>
- <camel.version>3.5.0</camel.version>
+ <camel.version>3.6.0-SNAPSHOT</camel.version>
<version.java>1.8</version.java>
<version.guava>20.0</version.guava>
<version.javax.annotation-api>1.3.2</version.javax.annotation-api>