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 2015/09/11 09:45:22 UTC

[3/3] camel git commit: Polished

Polished


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/b9054085
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/b9054085
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/b9054085

Branch: refs/heads/camel-2.15.x
Commit: b9054085987878fb1956baa99327a14356f1edb6
Parents: ceb1790
Author: Claus Ibsen <da...@apache.org>
Authored: Fri Sep 11 09:36:24 2015 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Fri Sep 11 09:45:08 2015 +0200

----------------------------------------------------------------------
 .../src/main/resources/archetype-resources/ReadMe.txt            | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/b9054085/tooling/archetypes/camel-archetype-scr/src/main/resources/archetype-resources/ReadMe.txt
----------------------------------------------------------------------
diff --git a/tooling/archetypes/camel-archetype-scr/src/main/resources/archetype-resources/ReadMe.txt b/tooling/archetypes/camel-archetype-scr/src/main/resources/archetype-resources/ReadMe.txt
index 130bb8f..a981b75 100644
--- a/tooling/archetypes/camel-archetype-scr/src/main/resources/archetype-resources/ReadMe.txt
+++ b/tooling/archetypes/camel-archetype-scr/src/main/resources/archetype-resources/ReadMe.txt
@@ -5,12 +5,12 @@ To build this project run
 
     mvn install
 
-To deploy this project in Apache Karaf (2.4.0)
+To deploy this project in Apache Karaf (2.4.x)
 
     On Karaf command line:
 
     # Add Camel feature repository
-    features:chooseurl camel ${version}
+    features:chooseurl camel ${camel-version}
 
     # Install camel-scr feature
     features:install camel-scr