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 bbb5a9d  Preview 3. Version 0.0.3 (#53)
bbb5a9d is described below

commit bbb5a9d64af84ce07509b45ee5a2760b52c0bc8e
Author: Marat Gubaidullin <marat.gubaidul...@gmail.com>
AuthorDate: Wed Oct 27 23:24:17 2021 -0400

    Preview 3. Version 0.0.3 (#53)
---
 karavan-app/pom.xml                                   | 2 +-
 karavan-app/src/main/resources/application.properties | 2 +-
 karavan-designer/package.json                         | 2 +-
 karavan-generator/pom.xml                             | 2 +-
 karavan-vscode/package.json                           | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/karavan-app/pom.xml b/karavan-app/pom.xml
index 0243883..6921db6 100644
--- a/karavan-app/pom.xml
+++ b/karavan-app/pom.xml
@@ -18,7 +18,7 @@
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
     <modelVersion>4.0.0</modelVersion>
         <groupId>org.apache.camel.karavan</groupId>
-        <version>0.0.2</version>
+        <version>0.0.3</version>
     <artifactId>karavan</artifactId>
     <properties>
         <compiler-plugin.version>3.8.1</compiler-plugin.version>
diff --git a/karavan-app/src/main/resources/application.properties 
b/karavan-app/src/main/resources/application.properties
index 765d58f..14a6625 100644
--- a/karavan-app/src/main/resources/application.properties
+++ b/karavan-app/src/main/resources/application.properties
@@ -1,4 +1,4 @@
-karavan.version=0.0.2
+karavan.version=0.0.3
 
 karavan.folder.kamelets=kamelets
 karavan.folder.components=components
diff --git a/karavan-designer/package.json b/karavan-designer/package.json
index efd314f..6bd3d58 100644
--- a/karavan-designer/package.json
+++ b/karavan-designer/package.json
@@ -1,6 +1,6 @@
 {
   "name": "karavan-designer",
-  "version": "0.1.0",
+  "version": "0.0.3",
   "private": true,
   "dependencies": {
     "@patternfly/patternfly": "^4.132.2",
diff --git a/karavan-generator/pom.xml b/karavan-generator/pom.xml
index 502b152..7e7a7fd 100644
--- a/karavan-generator/pom.xml
+++ b/karavan-generator/pom.xml
@@ -19,7 +19,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.camel.karavan</groupId>
     <artifactId>karavan-generator</artifactId>
-    <version>0.0.2</version>
+    <version>0.0.3</version>
     <properties>
         <compiler-plugin.version>3.8.1</compiler-plugin.version>
         <maven.compiler.parameters>true</maven.compiler.parameters>
diff --git a/karavan-vscode/package.json b/karavan-vscode/package.json
index fcb0e42..22757a8 100644
--- a/karavan-vscode/package.json
+++ b/karavan-vscode/package.json
@@ -4,7 +4,7 @@
   "displayName": "Camel Karavan Designer",
   "icon": "icons/icon.png",
   "description": "Integration Designer for Apache Camel",
-  "version": "0.0.2",
+  "version": "0.0.3",
   "license": "Apache-2.0",
   "preview": true,
   "bugs": {

Reply via email to