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 2b74474  IGNITE-15798 Update pom dependencies to 2.13.0-SNAPSHOT 
version (#9512)
2b74474 is described below

commit 2b74474b7220df046c5c6d7a12a23ba90a697025
Author: Nikita Amelchev <nsamelc...@gmail.com>
AuthorDate: Fri Oct 22 14:34:58 2021 +0300

    IGNITE-15798 Update pom dependencies to 2.13.0-SNAPSHOT version (#9512)
---
 docs/_config.yml                                         | 2 +-
 docs/_docs/code-snippets/dotnet/dotnet.csproj            | 2 +-
 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           | 6 +++---
 modules/yarn/src/main/resources/ignite.properties        | 2 +-
 parent/pom.xml                                           | 2 +-
 13 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/docs/_config.yml b/docs/_config.yml
index df067b1..05486b3 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.12.0
+  version: 2.13.0
   base_url: /docs
   stylesdir: /docs/assets/css
   imagesdir: /docs
diff --git a/docs/_docs/code-snippets/dotnet/dotnet.csproj 
b/docs/_docs/code-snippets/dotnet/dotnet.csproj
index 768a995..a3c2812 100644
--- a/docs/_docs/code-snippets/dotnet/dotnet.csproj
+++ b/docs/_docs/code-snippets/dotnet/dotnet.csproj
@@ -5,7 +5,7 @@
   </PropertyGroup>
 
   <ItemGroup>
-    <PackageReference Include="Apache.Ignite" Version="2.12.0" />
+    <PackageReference Include="Apache.Ignite" Version="2.13.0" />
   </ItemGroup>
 
 </Project>
diff --git a/docs/_docs/code-snippets/java/pom.xml 
b/docs/_docs/code-snippets/java/pom.xml
index 9b1e14b..9694bb2 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.13.0-SNAPSHOT</ignite.version>
        </properties>
        <dependencies>
                <dependency>
diff --git a/modules/apache-license-gen/pom.xml 
b/modules/apache-license-gen/pom.xml
index 2c0dbf3..591fb17 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.13.0-SNAPSHOT</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..040e876 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.13.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 eba92d0..888b58c 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.13.0-SNAPSHOT'
     moduleName = 'ignite_modules_test'
 }
 
diff --git a/modules/ducktests/tests/ignitetest/__init__.py 
b/modules/ducktests/tests/ignitetest/__init__.py
index d6a36b3..ebf13fa 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.13.0-SNAPSHOT'
diff --git a/modules/platforms/cpp/CMakeLists.txt 
b/modules/platforms/cpp/CMakeLists.txt
index 4d3c3c4..06d47a2 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.13.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..78a7c01 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.13.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..e75043a 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.13.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..39b00d0 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: AssemblyInformationalVersion("2.12.0")]
+[assembly: AssemblyVersion("2.13.0.58917")]
+[assembly: AssemblyFileVersion("2.13.0.58917")]
+[assembly: AssemblyInformationalVersion("2.13.0")]
diff --git a/modules/yarn/src/main/resources/ignite.properties 
b/modules/yarn/src/main/resources/ignite.properties
index 833a3b7..040e876 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.13.0-SNAPSHOT
 ignite.build=0
 ignite.revision=DEV
 ignite.rel.date=01011970
diff --git a/parent/pom.xml b/parent/pom.xml
index ddf985e..76becbb 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.13.0-SNAPSHOT</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>

Reply via email to