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 2022/01/27 05:30:25 UTC

[camel-spring-boot-examples] branch main updated: updated consul version to 1.11 (#47)

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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot-examples.git


The following commit(s) were added to refs/heads/main by this push:
     new 59f4172  updated consul version to 1.11 (#47)
59f4172 is described below

commit 59f4172f2fde222c01e94a58a0f7a3e899dcf9a8
Author: Peter Mendis <20...@users.noreply.github.com>
AuthorDate: Thu Jan 27 00:30:19 2022 -0500

    updated consul version to 1.11 (#47)
---
 servicecall/services/src/main/bash/consul-run-linux.sh | 2 +-
 servicecall/services/src/main/bash/consul-run-osx.sh   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/servicecall/services/src/main/bash/consul-run-linux.sh b/servicecall/services/src/main/bash/consul-run-linux.sh
index d985817..e50ba4c 100755
--- a/servicecall/services/src/main/bash/consul-run-linux.sh
+++ b/servicecall/services/src/main/bash/consul-run-linux.sh
@@ -17,7 +17,7 @@
 #
 
 
-CONSUL_VER="1.0.8"
+CONSUL_VER="1.11.2"
 CONSUL_ZIP="consul_${CONSUL_VER}_linux_amd64.zip"
 
 # cleanup
diff --git a/servicecall/services/src/main/bash/consul-run-osx.sh b/servicecall/services/src/main/bash/consul-run-osx.sh
index 8a9b31d..05ec493 100755
--- a/servicecall/services/src/main/bash/consul-run-osx.sh
+++ b/servicecall/services/src/main/bash/consul-run-osx.sh
@@ -17,7 +17,7 @@
 #
 
 
-CONSUL_VER="1.0.8"
+CONSUL_VER="1.11.2"
 CONSUL_ZIP="consul_${CONSUL_VER}_darwin_amd64.zip"
 
 # cleanup