This is an automated email from the ASF dual-hosted git repository.

alexpl 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 2465a99825c IGNITE-19310 Update Ignite version to 2.16.0-SNAPSHOT - 
Fixes #10656.
2465a99825c is described below

commit 2465a99825c1dfbbd771120f1b73fb27dcdbe265
Author: Aleksey Plekhanov <[email protected]>
AuthorDate: Thu Apr 20 15:45:43 2023 +0300

    IGNITE-19310 Update Ignite version to 2.16.0-SNAPSHOT - Fixes #10656.
    
    Signed-off-by: Aleksey Plekhanov <[email protected]>
---
 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 e658e18378f..598fbc43b77 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.15.0
+  version: 2.16.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 10bd2fcd595..7fd60e31045 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.13.0-SNAPSHOT</ignite.version>
+        <ignite.version>2.16.0-SNAPSHOT</ignite.version>
     </properties>
     <dependencies>
         <dependency>
diff --git a/modules/checkstyle/pom.xml b/modules/checkstyle/pom.xml
index d98286e94bb..deabae39106 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.15.0-SNAPSHOT</revision>
+        <revision>2.16.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 dcc9724cf95..8625e2f32a0 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.15.0-SNAPSHOT
+ignite.version=2.16.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 9f1b67e9e7e..9c2e71143e5 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.15.0-SNAPSHOT'
+    ignVer = '2.16.0-SNAPSHOT'
     moduleName = 'ignite_modules_test'
 }
 
diff --git a/modules/ducktests/tests/ignitetest/__init__.py 
b/modules/ducktests/tests/ignitetest/__init__.py
index 7e63a4278fb..2537d7d887e 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.15.0-SNAPSHOT'
+__version__ = '2.16.0-SNAPSHOT'
diff --git a/modules/platforms/cpp/CMakeLists.txt 
b/modules/platforms/cpp/CMakeLists.txt
index df57eec30c4..4cdfe3e1e25 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.15.0.22375)
+project(Ignite.C++ VERSION 2.16.0.23164)
 
 set(CMAKE_CXX_STANDARD 98)
 
diff --git a/modules/platforms/dotnet/SharedAssemblyInfo.cs 
b/modules/platforms/dotnet/SharedAssemblyInfo.cs
index 3169d721eb2..934605eeb80 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.15.0.22375")]
-[assembly: AssemblyFileVersion("2.15.0.22375")]
-[assembly: AssemblyInformationalVersion("2.15.0")]
+[assembly: AssemblyVersion("2.16.0.23164")]
+[assembly: AssemblyFileVersion("2.16.0.23164")]
+[assembly: AssemblyInformationalVersion("2.16.0")]
diff --git a/parent/pom.xml b/parent/pom.xml
index 644fc480370..264c14b7a4b 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.15.0-SNAPSHOT</revision>
+        <revision>2.16.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>

Reply via email to