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/08/06 07:16:31 UTC

[camel-kameleon] branch main updated: Updated readme

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 64a02ad  Updated readme
64a02ad is described below

commit 64a02ad01f1f104279ed637a7ec19adb14104c30
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sat Aug 6 09:16:25 2022 +0200

    Updated readme
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 000f386..2faf40a 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.2.0-runner.jar
+export MAVEN_HOME=$YOUR_MAVEN_HOME ; java -jar target/kameleon/kameleon-0.3.0-runner.jar
 ```