Skip to content

Commit a694412

Browse files
authored
IGNITE-26785 Change release version for ignite-3.1.0 branch (#6818)
1 parent b7b1daf commit a694412

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ org.gradle.jvmargs=-Xmx4g -Dfile.encoding=UTF-8
3030

3131
# Project version to assign to the java projects and native platform builds.
3232
# After modifying this version run `./gradlew :platforms:updateVersion` to update files needed for C/C++, .NET and Python builds.
33-
projectVersion = 3.1.0-SNAPSHOT
33+
projectVersion = 3.1.0
3434

3535
# Versions to use to build DB API Driver wheels.
3636
dbapiPythonVersions = 39,310,311,312,313

modules/platforms/dotnet/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "3.1.0-snapshot",
3+
"version": "3.1.0",
44
"publicReleaseRefSpec": [
55
"^refs/heads/main",
66
"^refs/heads/ignite-3\\.\\d+.*$"

0 commit comments

Comments
 (0)