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 2022/08/04 12:43:13 UTC

[camel] branch main updated (2c010820323 -> 08159458c70)

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

acosentino pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


    from 2c010820323 camel-yaml-dsl - Remove tod backwards compatible for older 0.7.x kamelets.
     new 2b0b3bc1fde Upgrade Directory Watcher to version 0.16.1
     new 08159458c70 Sync deps

The 2 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.


Summary of changes:
 camel-dependencies/pom.xml | 2 +-
 parent/pom.xml             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


[camel] 01/02: Upgrade Directory Watcher to version 0.16.1

Posted by ac...@apache.org.
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.git

commit 2b0b3bc1fde79bc9faedca861b58b6f0e4e6cace
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Aug 4 14:41:05 2022 +0200

    Upgrade Directory Watcher to version 0.16.1
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 1ec8d236539..6ee312b9311 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -151,7 +151,7 @@
         <depends-maven-plugin-version>1.4.0</depends-maven-plugin-version>
         <derby-version>10.14.2.0</derby-version>
         <digitalocean-api-client-version>2.17</digitalocean-api-client-version>
-        <directory-watcher-version>0.16.0</directory-watcher-version>
+        <directory-watcher-version>0.16.1</directory-watcher-version>
         <disruptor-version>3.4.4</disruptor-version>
         <dnsjava-version>3.5.1</dnsjava-version>
         <djl-version>0.16.0</djl-version>


[camel] 02/02: Sync deps

Posted by ac...@apache.org.
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.git

commit 08159458c70ee866776cc6611f9b7b40fb91c2cb
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Aug 4 14:42:47 2022 +0200

    Sync deps
---
 camel-dependencies/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 894c904fc8d..92f76c14b75 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -171,7 +171,7 @@
     <depends-maven-plugin-version>1.4.0</depends-maven-plugin-version>
     <derby-version>10.14.2.0</derby-version>
     <digitalocean-api-client-version>2.17</digitalocean-api-client-version>
-    <directory-watcher-version>0.16.0</directory-watcher-version>
+    <directory-watcher-version>0.16.1</directory-watcher-version>
     <disruptor-version>3.4.4</disruptor-version>
     <djl-mxnet-native-version>1.8.0</djl-mxnet-native-version>
     <djl-pytorch-native-version>1.8.1</djl-pytorch-native-version>