You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2018/02/09 08:19:39 UTC

[camel] branch master updated: Camel-Ignite: Fixed Karaf feature test

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 396f663  Camel-Ignite: Fixed Karaf feature test
396f663 is described below

commit 396f663d754dab2ec93e14f7ba03dbceb0760472
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Feb 9 08:50:11 2018 +0100

    Camel-Ignite: Fixed Karaf feature test
---
 .../src/test/java/org/apache/camel/itest/karaf/CamelIgniteTest.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelIgniteTest.java b/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelIgniteTest.java
index 03a5803..72d13ee 100644
--- a/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelIgniteTest.java
+++ b/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelIgniteTest.java
@@ -47,7 +47,7 @@ public class CamelIgniteTest extends BaseKarafTest {
     @Test
     public void test() throws Exception {
         // install ignite first
-        String version = "1.9.0";
+        String version = "2.3.0";
         LOG.info("Using Apache Ignite version: {}", version);
         URI url = new URI("mvn:org.apache.ignite/ignite-osgi-karaf/" + version + "/xml/features");
 

-- 
To stop receiving notification emails like this one, please contact
acosentino@apache.org.