diff --git a/docs/_config.yml b/docs/_config.yml index 010567b6480dd..e69a5acd3d4bf 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.19.0-SNAPSHOT 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 66b95b0878140..dcdd2daa8d541 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.18.0-SNAPSHOT + 2.19.0-SNAPSHOT diff --git a/modules/checkstyle/pom.xml b/modules/checkstyle/pom.xml index 5f4d093dea7b7..860e62145127d 100644 --- a/modules/checkstyle/pom.xml +++ b/modules/checkstyle/pom.xml @@ -40,7 +40,7 @@ 11 11 pom-installed.xml - 2.18.0-SNAPSHOT + 2.19.0-SNAPSHOT 8.45 diff --git a/modules/core/src/main/resources/ignite.properties b/modules/core/src/main/resources/ignite.properties index e83b6534e7a73..cb91ffada9d59 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.19.0-SNAPSHOT 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 a46f0189847ca..ea0a0077e8580 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.19.0-SNAPSHOT' moduleName = 'ignite_modules_test' } diff --git a/modules/ducktests/tests/ignitetest/__init__.py b/modules/ducktests/tests/ignitetest/__init__.py index 22a4b08485263..f037dded8c90e 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.19.0-SNAPSHOT' diff --git a/modules/platforms/cpp/CMakeLists.txt b/modules/platforms/cpp/CMakeLists.txt index 7d3d69972e5bf..de22a7d062dbd 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.19.0.26145) set(CMAKE_CXX_STANDARD 98) diff --git a/modules/platforms/dotnet/SharedAssemblyInfo.cs b/modules/platforms/dotnet/SharedAssemblyInfo.cs index d0b1f347cdd37..dfb07d11e23f6 100644 --- a/modules/platforms/dotnet/SharedAssemblyInfo.cs +++ b/modules/platforms/dotnet/SharedAssemblyInfo.cs @@ -24,6 +24,6 @@ [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] -[assembly: AssemblyVersion("2.18.0.24515")] -[assembly: AssemblyFileVersion("2.18.0.24515")] -[assembly: AssemblyInformationalVersion("2.18.0")] +[assembly: AssemblyVersion("2.19.0.26145")] +[assembly: AssemblyFileVersion("2.19.0.26145")] +[assembly: AssemblyInformationalVersion("2.19.0")] diff --git a/parent/pom.xml b/parent/pom.xml index f2922c0e567fc..323dd60542cad 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -49,7 +49,7 @@ 11 11 - 2.18.0-SNAPSHOT + 2.19.0-SNAPSHOT ${revision}