This is an automated email from the ASF dual-hosted git repository.
zstan pushed a commit to branch ignite-2.18
in repository https://gitbox.apache.org/repos/asf/ignite.git
The following commit(s) were added to refs/heads/ignite-2.18 by this push:
new f8cf2642ece IGNITE-28435 Update ignite-2.18 branch snapshot version to
2.18.0 (#12978)
f8cf2642ece is described below
commit f8cf2642ece9404d4cf004f645d37b424ab0ae96
Author: Evgeniy Stanilovskiy <[email protected]>
AuthorDate: Fri Apr 3 14:13:09 2026 +0300
IGNITE-28435 Update ignite-2.18 branch snapshot version to 2.18.0 (#12978)
---
docs/_config.yml | 2 +-
docs/_docs/code-snippets/java/pom.xml | 2 +-
modules/checkstyle/pom.xml | 2 +-
modules/core/src/main/resources/ignite.properties | 2 +-
modules/dev-utils/ignite-modules-test/build.gradle | 2 +-
modules/ducktests/tests/ignitetest/__init__.py | 2 +-
modules/platforms/cpp/CMakeLists.txt | 2 +-
modules/platforms/dotnet/SharedAssemblyInfo.cs | 4 ++--
parent/pom.xml | 2 +-
9 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/docs/_config.yml b/docs/_config.yml
index 010567b6480..ce0e370e15f 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -14,7 +14,7 @@
# limitations under the License.
exclude: [guidelines.md, "Gemfile", "Gemfile.lock", README.adoc,
"_docs/code-snippets", "_docs/includes", '*.sh']
attrs: &asciidoc_attributes
- version: 2.18.0-SNAPSHOT
+ version: 2.18.0
base_url: /docs
stylesdir: /docs/assets/css
imagesdir: /docs
diff --git a/docs/_docs/code-snippets/java/pom.xml
b/docs/_docs/code-snippets/java/pom.xml
index 66b95b08781..32a8fd11b4a 100644
--- a/docs/_docs/code-snippets/java/pom.xml
+++ b/docs/_docs/code-snippets/java/pom.xml
@@ -24,7 +24,7 @@
<version>1.0.0-SNAPSHOT</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <ignite.version>2.18.0-SNAPSHOT</ignite.version>
+ <ignite.version>2.18.0</ignite.version>
</properties>
<dependencies>
<dependency>
diff --git a/modules/checkstyle/pom.xml b/modules/checkstyle/pom.xml
index 5f4d093dea7..396c5705094 100644
--- a/modules/checkstyle/pom.xml
+++ b/modules/checkstyle/pom.xml
@@ -40,7 +40,7 @@
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<maven.flatten.file.name>pom-installed.xml</maven.flatten.file.name>
- <revision>2.18.0-SNAPSHOT</revision>
+ <revision>2.18.0</revision>
<checkstyle.puppycrawl.version>8.45</checkstyle.puppycrawl.version>
</properties>
diff --git a/modules/core/src/main/resources/ignite.properties
b/modules/core/src/main/resources/ignite.properties
index e83b6534e7a..bef20b407c5 100644
--- a/modules/core/src/main/resources/ignite.properties
+++ b/modules/core/src/main/resources/ignite.properties
@@ -15,7 +15,7 @@
# limitations under the License.
#
-ignite.version=2.18.0-SNAPSHOT
+ignite.version=2.18.0
ignite.build=0
ignite.revision=DEV
ignite.rel.date=01011970
diff --git a/modules/dev-utils/ignite-modules-test/build.gradle
b/modules/dev-utils/ignite-modules-test/build.gradle
index a46f0189847..c7c8e1d9d8a 100644
--- a/modules/dev-utils/ignite-modules-test/build.gradle
+++ b/modules/dev-utils/ignite-modules-test/build.gradle
@@ -26,7 +26,7 @@ sourceCompatibility = 11
targetCompatibility = 11
ext {
- ignVer = '2.18.0-SNAPSHOT'
+ ignVer = '2.18.0'
moduleName = 'ignite_modules_test'
}
diff --git a/modules/ducktests/tests/ignitetest/__init__.py
b/modules/ducktests/tests/ignitetest/__init__.py
index 22a4b084852..508ab74cb18 100644
--- a/modules/ducktests/tests/ignitetest/__init__.py
+++ b/modules/ducktests/tests/ignitetest/__init__.py
@@ -19,4 +19,4 @@
# due to python version naming restrictions, which are enforced by python
packaging tools
# (see https://www.python.org/dev/peps/pep-0440/)
#
-__version__ = '2.18.0-SNAPSHOT'
+__version__ = '2.18.0'
diff --git a/modules/platforms/cpp/CMakeLists.txt
b/modules/platforms/cpp/CMakeLists.txt
index 7d3d69972e5..6902072663a 100644
--- a/modules/platforms/cpp/CMakeLists.txt
+++ b/modules/platforms/cpp/CMakeLists.txt
@@ -16,7 +16,7 @@
#
cmake_minimum_required(VERSION 3.6)
-project(Ignite.C++ VERSION 2.18.0.24515)
+project(Ignite.C++ VERSION 2.18.0.26145)
set(CMAKE_CXX_STANDARD 98)
diff --git a/modules/platforms/dotnet/SharedAssemblyInfo.cs
b/modules/platforms/dotnet/SharedAssemblyInfo.cs
index d0b1f347cdd..9d8538853aa 100644
--- a/modules/platforms/dotnet/SharedAssemblyInfo.cs
+++ b/modules/platforms/dotnet/SharedAssemblyInfo.cs
@@ -24,6 +24,6 @@ using System.Reflection;
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
-[assembly: AssemblyVersion("2.18.0.24515")]
-[assembly: AssemblyFileVersion("2.18.0.24515")]
+[assembly: AssemblyVersion("2.18.0.26145")]
+[assembly: AssemblyFileVersion("2.18.0.26145")]
[assembly: AssemblyInformationalVersion("2.18.0")]
diff --git a/parent/pom.xml b/parent/pom.xml
index 265b4330ee5..90ef749e194 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -49,7 +49,7 @@
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
- <revision>2.18.0-SNAPSHOT</revision>
+ <revision>2.18.0</revision>
<!-- Ignite version will be substituted with the flatten-maven-plugin
and used as
a version dependency for Ignite extensions. -->
<ignite.version>${revision}</ignite.version>