You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ma...@apache.org on 2022/12/13 15:43:20 UTC

[camel-karavan] branch main updated: Fix #559

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 6a1e19f  Fix #559
6a1e19f is described below

commit 6a1e19fa47417c48d5d6e311ca3c2311646cc603
Author: Marat Gubaidullin <ma...@gmail.com>
AuthorDate: Tue Dec 13 10:42:52 2022 -0500

    Fix #559
---
 karavan-generator/pom.xml   | 2 +-
 karavan-vscode/CHANGELOG.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/karavan-generator/pom.xml b/karavan-generator/pom.xml
index 0ec37a4..db275d0 100644
--- a/karavan-generator/pom.xml
+++ b/karavan-generator/pom.xml
@@ -32,7 +32,7 @@
         <quarkus.platform.version>2.14.0.Final</quarkus.platform.version>
         <surefire-plugin.version>3.0.0-M5</surefire-plugin.version>
         <version.camel-core>3.18.4</version.camel-core>
-        <version.camel-kamelet>0.9.3</version.camel-kamelet>
+        <version.camel-kamelet>0.10.0</version.camel-kamelet>
     </properties>
     <dependencyManagement>
         <dependencies>
diff --git a/karavan-vscode/CHANGELOG.md b/karavan-vscode/CHANGELOG.md
index 418e668..60166af 100644
--- a/karavan-vscode/CHANGELOG.md
+++ b/karavan-vscode/CHANGELOG.md
@@ -3,7 +3,7 @@
 ## 3.18.6
 1. Export to Quarkus and Springboot application in VS Code
 2. Deploy to Kubernetes and Openshift from VS Code
-3. Kamelets 0.9.3
+3. Kamelets 0.10.0
 
 ## 3.18.5
 1. First preview of Karavan Operator