Karaf 2.4.1 version in osgi tests, but they pickup the version from the pom.xml so I dont think this code matter anymore.
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/003d4d05 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/003d4d05 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/003d4d05 Branch: refs/heads/master Commit: 003d4d05c8f691a2f11d61e7988f1c05aefa1475 Parents: 3c97afe Author: Claus Ibsen <davscl...@apache.org> Authored: Fri Jan 23 09:04:58 2015 +0100 Committer: Claus Ibsen <davscl...@apache.org> Committed: Fri Jan 23 09:04:58 2015 +0100 ---------------------------------------------------------------------- .../org/apache/camel/itest/osgi/OSGiIntegrationTestSupport.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/003d4d05/tests/camel-itest-osgi/src/test/java/org/apache/camel/itest/osgi/OSGiIntegrationTestSupport.java ---------------------------------------------------------------------- diff --git a/tests/camel-itest-osgi/src/test/java/org/apache/camel/itest/osgi/OSGiIntegrationTestSupport.java b/tests/camel-itest-osgi/src/test/java/org/apache/camel/itest/osgi/OSGiIntegrationTestSupport.java index bf01f80..a0a31a0 100644 --- a/tests/camel-itest-osgi/src/test/java/org/apache/camel/itest/osgi/OSGiIntegrationTestSupport.java +++ b/tests/camel-itest-osgi/src/test/java/org/apache/camel/itest/osgi/OSGiIntegrationTestSupport.java @@ -160,7 +160,7 @@ public class OSGiIntegrationTestSupport extends CamelTestSupport { } if (karafVersion == null) { // setup the default version of it - karafVersion = "2.4.0"; + karafVersion = "2.4.1"; } return karafVersion; }