You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by na...@apache.org on 2021/10/22 13:08:32 UTC

[ignite] branch ignite-2.12 updated: IGNITE-15797 Update release branch version for 2.12 (#9511)

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

namelchev pushed a commit to branch ignite-2.12
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/ignite-2.12 by this push:
     new e84fa12  IGNITE-15797 Update release branch version for 2.12 (#9511)
e84fa12 is described below

commit e84fa129afc35714aa86a4fc4150f087952947fa
Author: Nikita Amelchev <ns...@gmail.com>
AuthorDate: Fri Oct 22 16:08:16 2021 +0300

    IGNITE-15797 Update release branch version for 2.12 (#9511)
---
 docs/_docs/code-snippets/java/pom.xml                    | 2 +-
 modules/apache-license-gen/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/cpp/odbc/install/ignite-odbc-amd64.wxs | 2 +-
 modules/platforms/cpp/odbc/install/ignite-odbc-x86.wxs   | 2 +-
 modules/platforms/dotnet/SharedAssemblyInfo.cs           | 4 ++--
 modules/yarn/src/main/resources/ignite.properties        | 2 +-
 packaging/deb/changelog                                  | 6 ++++++
 packaging/rpm/apache-ignite.spec                         | 5 ++++-
 parent/pom.xml                                           | 2 +-
 13 files changed, 22 insertions(+), 13 deletions(-)

diff --git a/docs/_docs/code-snippets/java/pom.xml b/docs/_docs/code-snippets/java/pom.xml
index 9b1e14b..b5f95d7 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.12.0-SNAPSHOT</ignite.version>
+		<ignite.version>2.12.0</ignite.version>
 	</properties>
 	<dependencies>
 		<dependency>
diff --git a/modules/apache-license-gen/pom.xml b/modules/apache-license-gen/pom.xml
index 2c0dbf3..173a59e 100644
--- a/modules/apache-license-gen/pom.xml
+++ b/modules/apache-license-gen/pom.xml
@@ -31,7 +31,7 @@
 
     <groupId>org.apache.ignite</groupId>
     <artifactId>ignite-apache-license-gen</artifactId>
-    <version>2.12.0-SNAPSHOT</version>
+    <version>2.12.0</version>
     <url>http://ignite.apache.org</url>
 
     <build>
diff --git a/modules/core/src/main/resources/ignite.properties b/modules/core/src/main/resources/ignite.properties
index 833a3b7..db92020 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.12.0-SNAPSHOT
+ignite.version=2.12.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 eba92d0..6f25267 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.12.0-SNAPSHOT'
+    ignVer = '2.12.0'
     moduleName = 'ignite_modules_test'
 }
 
diff --git a/modules/ducktests/tests/ignitetest/__init__.py b/modules/ducktests/tests/ignitetest/__init__.py
index d6a36b3..3a2c95c 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.12.0-SNAPSHOT'
+__version__ = '2.12.0'
diff --git a/modules/platforms/cpp/CMakeLists.txt b/modules/platforms/cpp/CMakeLists.txt
index 4d3c3c4..ced0945 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.12.0.56898)
+project(Ignite.C++ VERSION 2.12.0.58917)
 
 set(CMAKE_CXX_STANDARD 98)
 
diff --git a/modules/platforms/cpp/odbc/install/ignite-odbc-amd64.wxs b/modules/platforms/cpp/odbc/install/ignite-odbc-amd64.wxs
index 6f70052..5f6ba3b 100644
--- a/modules/platforms/cpp/odbc/install/ignite-odbc-amd64.wxs
+++ b/modules/platforms/cpp/odbc/install/ignite-odbc-amd64.wxs
@@ -21,7 +21,7 @@
 	<Product Name='Apache Ignite ODBC 64-bit Driver' Manufacturer='The Apache Software Foundation'
 		Id='F3E308E4-910C-4AF5-82DE-2ACF4D64830E' 
 		UpgradeCode='1D7AEFDF-6CD2-4FB5-88F2-811A89832D6D'
-		Language='1033' Codepage='1252' Version='2.12.0.56898'>
+		Language='1033' Codepage='1252' Version='2.12.0.58917'>
 		
 		<Package Id='*' Keywords='Installer' Description="Apache Ignite ODBC 64-bit Driver Installer"
 			Comments='Apache, Apache Ignite, the Apache feather and the Apache Ignite logo are trademarks of The Apache Software Foundation.'
diff --git a/modules/platforms/cpp/odbc/install/ignite-odbc-x86.wxs b/modules/platforms/cpp/odbc/install/ignite-odbc-x86.wxs
index 14bb6a2..c744ec7 100644
--- a/modules/platforms/cpp/odbc/install/ignite-odbc-x86.wxs
+++ b/modules/platforms/cpp/odbc/install/ignite-odbc-x86.wxs
@@ -21,7 +21,7 @@
 	<Product Name='Apache Ignite ODBC 32-bit Driver' Manufacturer='The Apache Software Foundation'
 		Id='D39CBABA-1E21-4701-AA5C-91EDA07B383B' 
 		UpgradeCode='743902A4-365C-424E-B226-5B2898A3941E'
-		Language='1033' Codepage='1252' Version='2.12.0.56898'>
+		Language='1033' Codepage='1252' Version='2.12.0.58917'>
 		
 		<Package Id='*' Keywords='Installer' Description="Apache Ignite ODBC 32-bit Driver Installer"
 			Comments='Apache, Apache Ignite, the Apache feather and the Apache Ignite logo are trademarks of The Apache Software Foundation.'
diff --git a/modules/platforms/dotnet/SharedAssemblyInfo.cs b/modules/platforms/dotnet/SharedAssemblyInfo.cs
index c0a09cd..555ede3 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.12.0.56898")]
-[assembly: AssemblyFileVersion("2.12.0.56898")]
+[assembly: AssemblyVersion("2.12.0.58917")]
+[assembly: AssemblyFileVersion("2.12.0.58917")]
 [assembly: AssemblyInformationalVersion("2.12.0")]
diff --git a/modules/yarn/src/main/resources/ignite.properties b/modules/yarn/src/main/resources/ignite.properties
index 833a3b7..db92020 100644
--- a/modules/yarn/src/main/resources/ignite.properties
+++ b/modules/yarn/src/main/resources/ignite.properties
@@ -15,7 +15,7 @@
 # limitations under the License.
 #
 
-ignite.version=2.12.0-SNAPSHOT
+ignite.version=2.12.0
 ignite.build=0
 ignite.revision=DEV
 ignite.rel.date=01011970
diff --git a/packaging/deb/changelog b/packaging/deb/changelog
index fef1c77..a808d9e 100644
--- a/packaging/deb/changelog
+++ b/packaging/deb/changelog
@@ -1,3 +1,9 @@
+apache-ignite (2.12.0-1) unstable; urgency=low
+
+  * Updated Apache Ignite to version 2.12.0
+
+ -- Nikita Amelchev <na...@apache.org>  Thu, 21 Oct 2021 22:00:00 +0300
+
 apache-ignite (2.11.0-1) unstable; urgency=low
 
   * Updated Apache Ignite to version 2.11.0
diff --git a/packaging/rpm/apache-ignite.spec b/packaging/rpm/apache-ignite.spec
index aeac546..002bc7a 100644
--- a/packaging/rpm/apache-ignite.spec
+++ b/packaging/rpm/apache-ignite.spec
@@ -11,7 +11,7 @@
 #
 
 Name:             apache-ignite
-Version:          2.11.0
+Version:          2.12.0
 Release:          1
 Summary:          Apache Ignite In-Memory Computing, Database and Caching Platform
 Group:            Development/System
@@ -266,6 +266,9 @@ ln -sf %{_log}/%{name} %{buildroot}%{_sharedstatedir}/%{name}/log
 # Changelog
 #
 
+* Thu Oct 21 2021 Nikita Amelchev <na...@apache.org> - 2.12.0-1
+- Updated Apache Ignite to version 2.12.0
+
 * Fri Jul 09 2021 Alexey Gidaspov <ol...@gmail.com> - 2.11.0-1
 - Updated Apache Ignite to version 2.11.0
 
diff --git a/parent/pom.xml b/parent/pom.xml
index ddf985e..9fc6f5f 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -36,7 +36,7 @@
         <maven.compiler.source>1.8</maven.compiler.source>
         <maven.compiler.target>1.8</maven.compiler.target>
 
-        <revision>2.12.0-SNAPSHOT</revision>
+        <revision>2.12.0</revision>
         <ignite.edition>apache-ignite</ignite.edition>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <maven.build.timestamp.format>MMMM d yyyy</maven.build.timestamp.format>