This is an automated email from the ASF dual-hosted git repository.
zstan pushed a commit to branch ignite-3.1.0
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
The following commit(s) were added to refs/heads/ignite-3.1.0 by this push:
new a694412b7cf IGNITE-26785 Change release version for ignite-3.1.0
branch (#6818)
a694412b7cf is described below
commit a694412b7cf9ce8bc7c1b75c43ff5a49534787e9
Author: Evgeniy Stanilovskiy <[email protected]>
AuthorDate: Mon Oct 20 17:30:36 2025 +0300
IGNITE-26785 Change release version for ignite-3.1.0 branch (#6818)
---
gradle.properties | 2 +-
modules/platforms/dotnet/version.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gradle.properties b/gradle.properties
index eabf59623a4..feac6c394ea 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -30,7 +30,7 @@ org.gradle.jvmargs=-Xmx4g -Dfile.encoding=UTF-8
# Project version to assign to the java projects and native platform builds.
# After modifying this version run `./gradlew :platforms:updateVersion` to
update files needed for C/C++, .NET and Python builds.
-projectVersion = 3.1.0-SNAPSHOT
+projectVersion = 3.1.0
# Versions to use to build DB API Driver wheels.
dbapiPythonVersions = 39,310,311,312,313
diff --git a/modules/platforms/dotnet/version.json
b/modules/platforms/dotnet/version.json
index d30cb9c7c44..ef367b958e2 100644
--- a/modules/platforms/dotnet/version.json
+++ b/modules/platforms/dotnet/version.json
@@ -1,6 +1,6 @@
{
"$schema":
"https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
- "version": "3.1.0-snapshot",
+ "version": "3.1.0",
"publicReleaseRefSpec": [
"^refs/heads/main",
"^refs/heads/ignite-3\\.\\d+.*$"