You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/07/22 18:31:38 UTC

[camel] branch etc created (now 70d49585eaf)

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

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


      at 70d49585eaf Go back to etcd 0.7.5 as it works with unit tests.

This branch includes the following new commits:

     new 70d49585eaf Go back to etcd 0.7.5 as it works with unit tests.

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] 01/01: Go back to etcd 0.7.5 as it works with unit tests.

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

davsclaus pushed a commit to branch etc
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 70d49585eaf55b248205bc583a2b70fccc8187df
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sat Jul 22 20:31:11 2023 +0200

    Go back to etcd 0.7.5 as it works with unit tests.
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 58156ab07ec..5c806d02b5d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -261,7 +261,7 @@
         <jcommander-version>1.72</jcommander-version>
         <jcr-version>2.0</jcr-version>
         <jedis-client-version>4.4.3</jedis-client-version>
-        <jetcd-version>0.7.6</jetcd-version>
+        <jetcd-version>0.7.5</jetcd-version>
         <jetty-version>11.0.15</jetty-version>
         <jetty-plugin-version>${jetty-version}</jetty-plugin-version>
         <jetty-runner-groupId>org.eclipse.jetty</jetty-runner-groupId>