Skip to content

Commit

Permalink
Upgrade Ignite to version 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oscerd committed Dec 14, 2018
1 parent d20d1e2 commit d5ba98e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,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.6.0</ignite-version>
<ignite-version>2.7.0</ignite-version>
<infinispan-version>9.4.4.Final</infinispan-version>
<infinispan-spring-boot-version>2.1.1.Final</infinispan-spring-boot-version>
<influx-java-driver-version>2.14</influx-java-driver-version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public static Option[] configure() {
@Test
public void test() throws Exception {
// install ignite first
String version = "2.6.0";
String version = "2.7.0";
LOG.info("Using Apache Ignite version: {}", version);
URI url = new URI("mvn:org.apache.ignite/ignite-osgi-karaf/" + version + "/xml/features");

Expand Down

0 comments on commit d5ba98e

Please sign in to comment.