Replaced hard-coded ServiceMix version by attribute
Project: http://git-wip-us.apache.org/repos/asf/servicemix/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix/commit/15da2c08 Tree: http://git-wip-us.apache.org/repos/asf/servicemix/tree/15da2c08 Diff: http://git-wip-us.apache.org/repos/asf/servicemix/diff/15da2c08 Branch: refs/heads/master Commit: 15da2c080d99ebd2df93faa5071e622eb56fae0d Parents: 07ff018 Author: Michael Gfeller <[email protected]> Authored: Thu May 18 19:38:05 2017 +0200 Committer: Krzysztof Sobkowiak <[email protected]> Committed: Fri May 26 21:38:03 2017 +0200 ---------------------------------------------------------------------- .../src/main/asciidoc/activemq-guide/_activemq-camel-example.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix/blob/15da2c08/manual/src/main/asciidoc/activemq-guide/_activemq-camel-example.adoc ---------------------------------------------------------------------- diff --git a/manual/src/main/asciidoc/activemq-guide/_activemq-camel-example.adoc b/manual/src/main/asciidoc/activemq-guide/_activemq-camel-example.adoc index b8e189b..1eb9fd3 100644 --- a/manual/src/main/asciidoc/activemq-guide/_activemq-camel-example.adoc +++ b/manual/src/main/asciidoc/activemq-guide/_activemq-camel-example.adoc @@ -133,5 +133,5 @@ karaf@root> feature:install examples-activemq-camel-blueprint ---- TIP: The relation between the feature name, _examples-activemq-camel-blueprint_, and the Maven artifact coordinates is defined in -the file _servicemix-examples-7.0.0-features.xml_ in the ServiceMix distribution. +the file _servicemix-examples-{servicemix-version}-features.xml_ in the ServiceMix distribution.
