From 5bf82909db601b2c9fc9886e9937972e719dd053 Mon Sep 17 00:00:00 2001 From: Nikita Amelchev Date: Wed, 22 Nov 2023 19:16:16 +0300 Subject: [PATCH] IGNITE-20928 Update ignite-2.16 branch version to 2.16.0 (#11064) --- 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 598fbc43b7764..71302641056e6 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.16.0-SNAPSHOT + version: 2.16.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 7fd60e310452f..df7b457127dc4 100644 --- a/docs/_docs/code-snippets/java/pom.xml +++ b/docs/_docs/code-snippets/java/pom.xml @@ -24,7 +24,7 @@ 1.0.0-SNAPSHOT UTF-8 - 2.16.0-SNAPSHOT + 2.16.0 diff --git a/modules/checkstyle/pom.xml b/modules/checkstyle/pom.xml index deabae39106bc..1c0414802cd75 100644 --- a/modules/checkstyle/pom.xml +++ b/modules/checkstyle/pom.xml @@ -40,7 +40,7 @@ 1.8 1.8 pom-installed.xml - 2.16.0-SNAPSHOT + 2.16.0 https://ignite.apache.org diff --git a/modules/core/src/main/resources/ignite.properties b/modules/core/src/main/resources/ignite.properties index 8625e2f32a04e..e2fbd244201da 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.16.0-SNAPSHOT +ignite.version=2.16.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 4d7ee5b4f31dc..d6f97f68a7990 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.16.0-SNAPSHOT' + ignVer = '2.16.0' moduleName = 'ignite_modules_test' } diff --git a/modules/ducktests/tests/ignitetest/__init__.py b/modules/ducktests/tests/ignitetest/__init__.py index 2537d7d887e6e..297b1b0e0712c 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.16.0-SNAPSHOT' +__version__ = '2.16.0' diff --git a/modules/platforms/cpp/CMakeLists.txt b/modules/platforms/cpp/CMakeLists.txt index 4cdfe3e1e2537..97d25f6d7ddfb 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.16.0.23164) +project(Ignite.C++ VERSION 2.16.0.23483) set(CMAKE_CXX_STANDARD 98) diff --git a/modules/platforms/dotnet/SharedAssemblyInfo.cs b/modules/platforms/dotnet/SharedAssemblyInfo.cs index 934605eeb80db..3607c6c3891a3 100644 --- a/modules/platforms/dotnet/SharedAssemblyInfo.cs +++ b/modules/platforms/dotnet/SharedAssemblyInfo.cs @@ -24,6 +24,6 @@ [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] -[assembly: AssemblyVersion("2.16.0.23164")] -[assembly: AssemblyFileVersion("2.16.0.23164")] +[assembly: AssemblyVersion("2.16.0.23483")] +[assembly: AssemblyFileVersion("2.16.0.23483")] [assembly: AssemblyInformationalVersion("2.16.0")] diff --git a/parent/pom.xml b/parent/pom.xml index 234507bf30b68..b4a6f6e20535d 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -49,7 +49,7 @@ 1.8 1.8 - 2.16.0-SNAPSHOT + 2.16.0 ${revision}