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

cdeppisch pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git


The following commit(s) were added to refs/heads/main by this push:
     new 0b439c21 chore: Fix YAKS tests
0b439c21 is described below

commit 0b439c2121a47f970602ed066f9f8eae9369ed31
Author: Christoph Deppisch <cdeppi...@redhat.com>
AuthorDate: Thu Dec 7 20:03:55 2023 +0100

    chore: Fix YAKS tests
    
    - Need to use 4.3.0-SNAPSHOT version for Kamelets library
---
 test/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/Makefile b/test/Makefile
index f0b07b65..6d8d2acc 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -14,7 +14,7 @@
 # limitations under the License.
 
 camel-version := 4.2.0
-camel-kamelets-version := 4.2.0-SNAPSHOT
+camel-kamelets-version := 4.3.0-SNAPSHOT
 kamelets-local-dir := ../../../kamelets
 test := .
 

Reply via email to