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 2020/01/24 10:12:23 UTC

[camel-kafka-connector] branch camel-3.0.1 created (now 76b23ce)

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

acosentino pushed a change to branch camel-3.0.1
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git.


      at 76b23ce  Bump to Camel 3.0.1

This branch includes the following new commits:

     new 76b23ce  Bump to Camel 3.0.1

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.



[camel-kafka-connector] 01/01: Bump to Camel 3.0.1

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

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

commit 76b23ce25eba3b1fb532136d2e889d1a49048ad5
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Jan 24 11:12:01 2020 +0100

    Bump to Camel 3.0.1
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 0ce7d28..4ea8075 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -43,7 +43,7 @@
         <activemq.version>5.15.11</activemq.version>
         <kafka.version>2.4.0</kafka.version>
         <junit.version>5.6.0</junit.version>
-        <camel.version>3.0.0</camel.version>
+        <camel.version>3.0.1</camel.version>
         <jackson.version>2.10.2</jackson.version>
         <log4j2.version>2.8.2</log4j2.version>
         <version.java>1.8</version.java>