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/04 06:26:23 UTC

[camel-examples] 02/07: Kafka to Azure Storage Blob Example

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-examples.git

commit eb1ce11dde7e1fe8c72ff037297914e85867d327
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Nov 4 07:17:02 2021 +0100

    Kafka to Azure Storage Blob Example
---
 examples/kafka-azure/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/kafka-azure/pom.xml b/examples/kafka-azure/pom.xml
index f6f9667..7a0b5c6 100644
--- a/examples/kafka-azure/pom.xml
+++ b/examples/kafka-azure/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.camel.example</groupId>
         <artifactId>examples</artifactId>
-        <version>3.12.0-SNAPSHOT</version>
+        <version>3.13.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-example-main-endpointdsl-kafka-azure-storage-blob</artifactId>