You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by na...@apache.org on 2022/01/16 10:25:28 UTC

[ignite-extensions] branch master updated: IGNITE-16247 Updates Ignite dependency version to 2.13.0. (#93)

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

namelchev pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite-extensions.git


The following commit(s) were added to refs/heads/master by this push:
     new f664082  IGNITE-16247 Updates Ignite dependency version to 2.13.0. (#93)
f664082 is described below

commit f664082f25edf8142069c2604d56075721d604bc
Author: Mikhail Petrov <32...@users.noreply.github.com>
AuthorDate: Sun Jan 16 13:25:21 2022 +0300

    IGNITE-16247 Updates Ignite dependency version to 2.13.0. (#93)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 1351cc1..d61b809 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -36,7 +36,7 @@
         <maven.compiler.source>1.8</maven.compiler.source>
         <maven.compiler.target>1.8</maven.compiler.target>
 
-        <ignite.version>2.12.0-SNAPSHOT</ignite.version>
+        <ignite.version>2.13.0-SNAPSHOT</ignite.version>
 
         <ignite-spring-boot-autoconfigure-ext.version>1.1.0-SNAPSHOT</ignite-spring-boot-autoconfigure-ext.version>
         <ignite-spring-boot-thin-client-autoconfigure-ext.version>1.1.0-SNAPSHOT</ignite-spring-boot-thin-client-autoconfigure-ext.version>