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 a58b04d8 IGNITE-20930 Change version of Ignite dependency to
2.17.0-SNAPSHOT (#243)
a58b04d8 is described below
commit a58b04d89131bfbe9111a1d0c07b07ad29fdda98
Author: Nikita Amelchev <[email protected]>
AuthorDate: Wed Nov 22 19:15:43 2023 +0300
IGNITE-20930 Change version of Ignite dependency to 2.17.0-SNAPSHOT (#243)
---
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 14ca62c3..f00f5c7a 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.16.0-SNAPSHOT</version>
+ <version>2.17.0-SNAPSHOT</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>