You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/12/26 10:11:56 UTC

[camel-kameleon] 01/02: Change project to version 0.4.1

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

commit 673a3b51becb663989d810878bd87d682241f1fe
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Dec 26 11:07:15 2022 +0100

    Change project to version 0.4.1
---
 README.md | 2 +-
 pom.xml   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index bed7400..b733a4a 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.4.0-runner.jar
+export MAVEN_HOME=$YOUR_MAVEN_HOME ; java -jar target/kameleon/kameleon-0.4.1-runner.jar
 ```
 
 
diff --git a/pom.xml b/pom.xml
index 4d3c410..a21e3c8 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.4.0</version>
+    <version>0.4.1</version>
     <properties>
         <compiler-plugin.version>3.8.1</compiler-plugin.version>
         <maven.compiler.parameters>true</maven.compiler.parameters>