You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by tl...@apache.org on 2022/10/20 14:18:29 UTC

[ignite-extensions] branch master updated: IGNITE-17848 Ignite-extensions: Change version of Ignite dependency to 2.15.0-SNAPSHOT (#181)

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

tledkov 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 0fb51d9  IGNITE-17848 Ignite-extensions: Change version of Ignite dependency to 2.15.0-SNAPSHOT (#181)
0fb51d9 is described below

commit 0fb51d9d48ae5f60464d082413c424fb47feecf3
Author: Taras Ledkov <tl...@apache.org>
AuthorDate: Thu Oct 20 17:18:24 2022 +0300

    IGNITE-17848 Ignite-extensions: Change version of Ignite dependency to 2.15.0-SNAPSHOT (#181)
---
 parent-internal/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent-internal/pom.xml b/parent-internal/pom.xml
index e447abf..a13e4d5 100644
--- a/parent-internal/pom.xml
+++ b/parent-internal/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.ignite</groupId>
         <artifactId>ignite-parent</artifactId>
-        <version>2.14.0-SNAPSHOT</version>
+        <version>2.15.0-SNAPSHOT</version>
         <relativePath /> <!-- lookup parent from repository -->
     </parent>