Skip to content

Commit

Permalink
[ignite] Upgrade to Ignite 2.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fpapon committed Aug 5, 2024
1 parent 5f25907 commit 85ee25b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ignite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
<name>Kamino :: Blog :: Tutorial :: Ignite</name>

<properties>
<apache.ignite.version>2.8.1</apache.ignite.version>
<apache.derby.version>10.15.1.3</apache.derby.version>
<apache.ignite.version>2.16.0</apache.ignite.version>
<apache.derby.version>10.17.1.0</apache.derby.version>
<osgi.version>7.0.0</osgi.version>
<osgi.compendium.version>7.0.0</osgi.compendium.version>
<osgi.enterprise.version>6.0.0</osgi.enterprise.version>
Expand Down Expand Up @@ -83,6 +83,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.6.0</version>
<executions>
<execution>
<phase>package</phase>
Expand Down

0 comments on commit 85ee25b

Please sign in to comment.