This is an automated email from the ASF dual-hosted git repository.
anovikov pushed a commit to branch release/ignite-spark-ext-4.0.0
in repository https://gitbox.apache.org/repos/asf/ignite-extensions.git
The following commit(s) were added to refs/heads/release/ignite-spark-ext-4.0.0
by this push:
new cb2f2901 IGNITE-24471 Fixed Ignite version.
cb2f2901 is described below
commit cb2f29012ef61a9d838c86f0d6dc9ddcb6b292cf
Author: nva <[email protected]>
AuthorDate: Mon Jun 23 11:40:37 2025 +0700
IGNITE-24471 Fixed Ignite version.
---
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 3ce44d71..5c8ae2d4 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.18.0-SNAPSHOT</version>
+ <version>2.17.0</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>