This is an automated email from the ASF dual-hosted git repository.
namelchev pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git
The following commit(s) were added to refs/heads/master by this push:
new 4c8d4b0d809 IGNITE-20929 Update Ignite version to 2.17.0-SNAPSHOT
(#11063)
4c8d4b0d809 is described below
commit 4c8d4b0d8095b09e9a0b4bd9c9b9017b96503023
Author: Nikita Amelchev <[email protected]>
AuthorDate: Wed Nov 22 19:14:37 2023 +0300
IGNITE-20929 Update Ignite version to 2.17.0-SNAPSHOT (#11063)
---
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 | 6 +++---
parent/pom.xml | 2 +-
9 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/docs/_config.yml b/docs/_config.yml
index 598fbc43b77..5a12f5f058a 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.17.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 7fd60e31045..473a92156eb 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.16.0-SNAPSHOT</ignite.version>
+ <ignite.version>2.17.0-SNAPSHOT</ignite.version>
</properties>
<dependencies>
<dependency>
diff --git a/modules/checkstyle/pom.xml b/modules/checkstyle/pom.xml
index deabae39106..9b95ba972be 100644
--- a/modules/checkstyle/pom.xml
+++ b/modules/checkstyle/pom.xml
@@ -40,7 +40,7 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.flatten.file.name>pom-installed.xml</maven.flatten.file.name>
- <revision>2.16.0-SNAPSHOT</revision>
+ <revision>2.17.0-SNAPSHOT</revision>
</properties>
<url>https://ignite.apache.org</url>
diff --git a/modules/core/src/main/resources/ignite.properties
b/modules/core/src/main/resources/ignite.properties
index 8625e2f32a0..009b2a9006a 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.17.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 4d7ee5b4f31..92012add56f 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.17.0-SNAPSHOT'
moduleName = 'ignite_modules_test'
}
diff --git a/modules/ducktests/tests/ignitetest/__init__.py
b/modules/ducktests/tests/ignitetest/__init__.py
index 2537d7d887e..0265d8293ab 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.17.0-SNAPSHOT'
diff --git a/modules/platforms/cpp/CMakeLists.txt
b/modules/platforms/cpp/CMakeLists.txt
index 4cdfe3e1e25..d3c22feeae7 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.17.0.23483)
set(CMAKE_CXX_STANDARD 98)
diff --git a/modules/platforms/dotnet/SharedAssemblyInfo.cs
b/modules/platforms/dotnet/SharedAssemblyInfo.cs
index 934605eeb80..a52245afe16 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.16.0.23164")]
-[assembly: AssemblyFileVersion("2.16.0.23164")]
-[assembly: AssemblyInformationalVersion("2.16.0")]
+[assembly: AssemblyVersion("2.17.0.23483")]
+[assembly: AssemblyFileVersion("2.17.0.23483")]
+[assembly: AssemblyInformationalVersion("2.17.0")]
diff --git a/parent/pom.xml b/parent/pom.xml
index 234507bf30b..0aaeee7bbec 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -49,7 +49,7 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
- <revision>2.16.0-SNAPSHOT</revision>
+ <revision>2.17.0-SNAPSHOT</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>