diff --git a/docs/_config.yml b/docs/_config.yml index 5a12f5f058aa2..e9e285010180b 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.17.0-SNAPSHOT + version: 2.17.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 473a92156eb7e..06f325bf82104 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.17.0-SNAPSHOT + 2.17.0 diff --git a/modules/checkstyle/pom.xml b/modules/checkstyle/pom.xml index 179ce8ccf7a44..2d6afaacf6433 100644 --- a/modules/checkstyle/pom.xml +++ b/modules/checkstyle/pom.xml @@ -40,7 +40,7 @@ 11 11 pom-installed.xml - 2.17.0-SNAPSHOT + 2.17.0 8.45 diff --git a/modules/core/src/main/resources/ignite.properties b/modules/core/src/main/resources/ignite.properties index 009b2a9006ae0..68e212da06774 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.17.0-SNAPSHOT +ignite.version=2.17.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 92012add56f76..14f0d75381530 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.17.0-SNAPSHOT' + ignVer = '2.17.0' moduleName = 'ignite_modules_test' } diff --git a/modules/ducktests/tests/ignitetest/__init__.py b/modules/ducktests/tests/ignitetest/__init__.py index 0265d8293abad..8c402ad3abeaf 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.17.0-SNAPSHOT' +__version__ = '2.17.0' diff --git a/modules/platforms/cpp/CMakeLists.txt b/modules/platforms/cpp/CMakeLists.txt index d3c22feeae778..c7a3d9944e5ee 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.17.0.23483) +project(Ignite.C++ VERSION 2.17.0.24515) set(CMAKE_CXX_STANDARD 98) diff --git a/modules/platforms/dotnet/SharedAssemblyInfo.cs b/modules/platforms/dotnet/SharedAssemblyInfo.cs index a52245afe1682..0432a5fca95dc 100644 --- a/modules/platforms/dotnet/SharedAssemblyInfo.cs +++ b/modules/platforms/dotnet/SharedAssemblyInfo.cs @@ -24,6 +24,6 @@ [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] -[assembly: AssemblyVersion("2.17.0.23483")] -[assembly: AssemblyFileVersion("2.17.0.23483")] +[assembly: AssemblyVersion("2.17.0.24515")] +[assembly: AssemblyFileVersion("2.17.0.24515")] [assembly: AssemblyInformationalVersion("2.17.0")] diff --git a/parent/pom.xml b/parent/pom.xml index 82b8040bbcf02..1ac01146a8c12 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -49,7 +49,7 @@ 11 11 - 2.17.0-SNAPSHOT + 2.17.0 ${revision}