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 ea797f6 Preview release 0.0.5 (#69)
ea797f6 is described below
commit ea797f6afcf76db63c3e7575ac62fac49da49ebb
Author: Marat Gubaidullin <[email protected]>
AuthorDate: Tue Nov 2 19:39:34 2021 -0400
Preview release 0.0.5 (#69)
---
karavan-app/pom.xml | 2 +-
karavan-app/src/main/webapp/package.json | 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 3837117..d127a42 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.4</version>
+ <version>0.0.5</version>
<artifactId>karavan</artifactId>
<properties>
<compiler-plugin.version>3.8.1</compiler-plugin.version>
diff --git a/karavan-app/src/main/webapp/package.json
b/karavan-app/src/main/webapp/package.json
index dea3330..8b1842c 100644
--- a/karavan-app/src/main/webapp/package.json
+++ b/karavan-app/src/main/webapp/package.json
@@ -1,6 +1,6 @@
{
"name": "karavan",
- "version": "0.1.0",
+ "version": "0.0.5",
"private": true,
"dependencies": {
"@patternfly/patternfly": "^4.132.2",
diff --git a/karavan-designer/package.json b/karavan-designer/package.json
index a79ec0e..8518071 100644
--- a/karavan-designer/package.json
+++ b/karavan-designer/package.json
@@ -1,6 +1,6 @@
{
"name": "karavan-designer",
- "version": "0.0.4",
+ "version": "0.0.5",
"private": true,
"dependencies": {
"@patternfly/patternfly": "^4.132.2",
diff --git a/karavan-generator/pom.xml b/karavan-generator/pom.xml
index 75367ae..007c78f 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.4</version>
+ <version>0.0.5</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 bd435cc..7c6eba4 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.4",
+ "version": "0.0.5",
"license": "Apache-2.0",
"preview": true,
"bugs": {