You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by mm...@apache.org on 2021/01/19 10:59:12 UTC

[ignite-extensions] branch master updated: IGNITE-13993 Updates version of Ignite dependency to 2.11.0.

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

mmuzaf 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 d36f233  IGNITE-13993 Updates version of Ignite dependency to 2.11.0.
     new 6d5832b  Merge pull request #35 from ololo3000/IGNITE-13993
d36f233 is described below

commit d36f2337c59461947e09d0927e11d6ec824ed28e
Author: Mikhail Petrov <pm...@gmail.com>
AuthorDate: Sun Jan 17 17:52:59 2021 +0300

    IGNITE-13993 Updates version of Ignite dependency to 2.11.0.
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index d4c69fa..cc0208d 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.10.0-SNAPSHOT</ignite.version>
+        <ignite.version>2.11.0-SNAPSHOT</ignite.version>
 
         <ignite.edition>apache-ignite</ignite.edition>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>