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

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


The following commit(s) were added to refs/heads/main by this push:
     new 6de8e93  Lets bump the version
6de8e93 is described below

commit 6de8e9319dfbb9efaccffa2897ab04ceb09bcc34
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Wed Sep 21 15:05:49 2022 +0200

    Lets bump the version
---
 README.md | 2 +-
 pom.xml   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 2faf40a..bed7400 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ mvn package
 
 ### Run 
 ```bash
-export MAVEN_HOME=$YOUR_MAVEN_HOME ; java -jar 
target/kameleon/kameleon-0.3.0-runner.jar
+export MAVEN_HOME=$YOUR_MAVEN_HOME ; java -jar 
target/kameleon/kameleon-0.4.0-runner.jar
 ```
 
 
diff --git a/pom.xml b/pom.xml
index c0edee7..ee324dd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@ under the License.
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.camel.kameleon</groupId>
     <artifactId>kameleon</artifactId>
-    <version>0.3.0</version>
+    <version>0.4.0</version>
     <properties>
         <compiler-plugin.version>3.8.1</compiler-plugin.version>
         <maven.compiler.parameters>true</maven.compiler.parameters>

Reply via email to