This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch align-for-1.12.0 in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit 3ac5ae2d058cffaba6e164569aef909ed8f712cf Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Feb 20 10:28:44 2023 +0100 Point to camel-kamelets 3.20.1.1 Signed-off-by: Andrea Cosentino <[email protected]> --- script/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/Makefile b/script/Makefile index 9977846ca..c395f2000 100644 --- a/script/Makefile +++ b/script/Makefile @@ -85,7 +85,7 @@ STAGING_RUNTIME_REPO := https://repository.apache.org/content/repositories/orgap INSTALL_DEFAULT_KAMELETS ?= true KAMELET_CATALOG_REPO := https://github.com/apache/camel-kamelets.git # Make sure to use a released tag or empty if you want to get the latest development bits -KAMELET_CATALOG_REPO_TAG := v0.10.0 +KAMELET_CATALOG_REPO_TAG := v3.20.1.1 # When performing integration tests, it is not necessary to always execute build, especially # in e2e tests when lots of tests are being executed sequentially & the build has already taken place.
