This is an automated email from the ASF dual-hosted git repository.
alexpl pushed a commit to branch ignite-2.15
in repository https://gitbox.apache.org/repos/asf/ignite.git
The following commit(s) were added to refs/heads/ignite-2.15 by this push:
new e7d2682be88 IGNITE-19311 Update release branch version to 2.15.0 -
Fixes #10657.
e7d2682be88 is described below
commit e7d2682be88fa5c43842adfe1e36578e0587d24a
Author: Aleksey Plekhanov <[email protected]>
AuthorDate: Thu Apr 20 15:48:36 2023 +0300
IGNITE-19311 Update release branch version to 2.15.0 - Fixes #10657.
Signed-off-by: Aleksey Plekhanov <[email protected]>
---
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 +-
8 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/docs/_docs/code-snippets/java/pom.xml
b/docs/_docs/code-snippets/java/pom.xml
index 10bd2fcd595..5c902544207 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.15.0</ignite.version>
</properties>
<dependencies>
<dependency>
diff --git a/modules/checkstyle/pom.xml b/modules/checkstyle/pom.xml
index d98286e94bb..8445ae65451 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.15.0</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..bd95e9a4967 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.15.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 9f1b67e9e7e..b200b406106 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.15.0'
moduleName = 'ignite_modules_test'
}
diff --git a/modules/ducktests/tests/ignitetest/__init__.py
b/modules/ducktests/tests/ignitetest/__init__.py
index 7e63a4278fb..0047b873a41 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.15.0'
diff --git a/modules/platforms/cpp/CMakeLists.txt
b/modules/platforms/cpp/CMakeLists.txt
index df57eec30c4..df1c2dadec8 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.15.0.23164)
set(CMAKE_CXX_STANDARD 98)
diff --git a/modules/platforms/dotnet/SharedAssemblyInfo.cs
b/modules/platforms/dotnet/SharedAssemblyInfo.cs
index 3169d721eb2..6d7e573fb4c 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: AssemblyVersion("2.15.0.23164")]
+[assembly: AssemblyFileVersion("2.15.0.23164")]
[assembly: AssemblyInformationalVersion("2.15.0")]
diff --git a/parent/pom.xml b/parent/pom.xml
index 644fc480370..16ac012c24c 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.15.0</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>