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 2023/02/20 14:13:29 UTC

[camel-k] 02/05: Point to camel-kamelets 3.20.1.1

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

commit 8a5f15863da11899e7adccf45be17878e3776753
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Feb 20 10:28:44 2023 +0100

    Point to camel-kamelets 3.20.1.1
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 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.