This is an automated email from the ASF dual-hosted git repository. timoninmaxim pushed a commit to branch release/ignite-cdc-ext-1.0.0 in repository https://gitbox.apache.org/repos/asf/ignite-extensions.git
The following commit(s) were added to refs/heads/release/ignite-cdc-ext-1.0.0 by this push: new c45fe95f IGNITE-24998 Set Ignite CDC extension 1.0.0 release with 2.17.0 Apache Ignite c45fe95f is described below commit c45fe95fe93efe9b86eb106dfde85b240a6e3327 Author: Maksim Timonin <timonin.ma...@gmail.com> AuthorDate: Wed Apr 2 14:58:45 2025 +0300 IGNITE-24998 Set Ignite CDC extension 1.0.0 release with 2.17.0 Apache Ignite --- modules/cdc-ext/pom.xml | 2 +- parent-internal/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/cdc-ext/pom.xml b/modules/cdc-ext/pom.xml index c8052fe2..4cfa1fe3 100644 --- a/modules/cdc-ext/pom.xml +++ b/modules/cdc-ext/pom.xml @@ -36,7 +36,7 @@ </properties> <artifactId>ignite-cdc-ext</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <url>https://ignite.apache.org</url> <dependencies> 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>