CAMEL-10672: Karaf itests will now have to specify the org.apache.camel.karaf/apache-camel version to use through the camelKarafFeatureVersion system property. Added camelKarafFeatureVersion to default profile.
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/b2072664 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/b2072664 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/b2072664 Branch: refs/heads/master Commit: b207266414885b39717473f0e21c1b1aa7082f39 Parents: 6e34c2b Author: Andrea Cosentino <anco...@gmail.com> Authored: Sat Jan 7 10:18:52 2017 +0100 Committer: Andrea Cosentino <anco...@gmail.com> Committed: Sat Jan 7 10:18:52 2017 +0100 ---------------------------------------------------------------------- tests/camel-itest-karaf/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/b2072664/tests/camel-itest-karaf/pom.xml ---------------------------------------------------------------------- diff --git a/tests/camel-itest-karaf/pom.xml b/tests/camel-itest-karaf/pom.xml index 4fe345a..c716808 100644 --- a/tests/camel-itest-karaf/pom.xml +++ b/tests/camel-itest-karaf/pom.xml @@ -199,6 +199,7 @@ <!--<rerunFailingTestsCount>0</rerunFailingTestsCount>--> <systemPropertyVariables> <karafVersion>${karaf-version}</karafVersion> + <camelKarafFeatureVersion>${project.version}</camelKarafFeatureVersion> </systemPropertyVariables> </configuration> </plugin>