This is an automated email from the ASF dual-hosted git repository.
alexpl 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 3ee130e8 IGNITE-19404 Change version of Ignite dependency to
2.16.0-SNAPSHOT - Fixes #213.
3ee130e8 is described below
commit 3ee130e8334586be7e4f427631ea7dc9d675127b
Author: Aleksey Plekhanov <[email protected]>
AuthorDate: Tue May 2 19:38:45 2023 +0300
IGNITE-19404 Change version of Ignite dependency to 2.16.0-SNAPSHOT - Fixes
#213.
Signed-off-by: Aleksey Plekhanov <[email protected]>
---
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 a13e4d5c..14ca62c3 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.15.0-SNAPSHOT</version>
+ <version>2.16.0-SNAPSHOT</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>