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 17d3253  Upgrade Ignite to version 2.4.0
17d3253 is described below

commit 17d32532d900d1526c49eba217b22f0476264ae1
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Thu Apr 5 08:31:28 2018 +0200

    Upgrade Ignite to version 2.4.0
---
 parent/pom.xml                                                          | 2 +-
 .../src/test/java/org/apache/camel/itest/karaf/CamelIgniteTest.java     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index ace15ef..380f599 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -317,7 +317,7 @@
     <ibatis-bundle-version>2.3.4.726_4</ibatis-bundle-version>
     <ibatis-version>2.3.4.726</ibatis-version>
     <ical4j-version>1.0.7</ical4j-version>
-    <ignite-version>2.3.0</ignite-version>
+    <ignite-version>2.4.0</ignite-version>
     <infinispan-version>9.2.1.Final</infinispan-version>
     
<infinispan-spring-boot-version>1.0.0.Final</infinispan-spring-boot-version>
     <influx-java-driver-version>2.9</influx-java-driver-version>
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 72d13ee..b2b839e 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 = "2.3.0";
+        String version = "2.4.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
acosent...@apache.org.

Reply via email to