Return-Path: X-Original-To: apmail-ignite-commits-archive@minotaur.apache.org Delivered-To: apmail-ignite-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C38D2183CD for ; Mon, 11 Jan 2016 15:27:21 +0000 (UTC) Received: (qmail 44200 invoked by uid 500); 11 Jan 2016 15:27:17 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 41851 invoked by uid 500); 11 Jan 2016 15:27:09 -0000 Mailing-List: contact commits-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list commits@ignite.apache.org Received: (qmail 41139 invoked by uid 99); 11 Jan 2016 15:26:56 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Jan 2016 15:26:56 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 733B0E0AC0; Mon, 11 Jan 2016 15:26:54 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: vozerov@apache.org To: commits@ignite.apache.org Date: Mon, 11 Jan 2016 15:27:08 -0000 Message-Id: <12d72850c85643c9a3246d3e659aa555@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [15/50] [abbrv] ignite git commit: 1.5.1.final-SNAPSHOT 1.5.1.final-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/bbac649e Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/bbac649e Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/bbac649e Branch: refs/heads/ignite-2234 Commit: bbac649e89733775b02ba9af201638c59f6d373b Parents: 7049f52 Author: Ignite Teamcity Authored: Mon Dec 28 14:39:17 2015 +0300 Committer: Ignite Teamcity Committed: Mon Dec 28 14:39:17 2015 +0300 ---------------------------------------------------------------------- modules/platforms/cpp/common/configure.ac | 2 +- modules/platforms/cpp/core-test/configure.ac | 2 +- modules/platforms/cpp/core/configure.ac | 2 +- modules/platforms/cpp/examples/configure.ac | 2 +- modules/platforms/cpp/ignite/configure.ac | 2 +- .../dotnet/Apache.Ignite.Benchmarks/Properties/AssemblyInfo.cs | 4 ++-- .../Apache.Ignite.Core.Tests.TestDll/Properties/AssemblyInfo.cs | 4 ++-- .../dotnet/Apache.Ignite.Core.Tests/Properties/AssemblyInfo.cs | 4 ++-- .../dotnet/Apache.Ignite.Core/Properties/AssemblyInfo.cs | 4 ++-- .../platforms/dotnet/Apache.Ignite/Properties/AssemblyInfo.cs | 4 ++-- .../examples/Apache.Ignite.Examples/Properties/AssemblyInfo.cs | 4 ++-- .../Apache.Ignite.ExamplesDll/Properties/AssemblyInfo.cs | 4 ++-- 12 files changed, 19 insertions(+), 19 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/bbac649e/modules/platforms/cpp/common/configure.ac ---------------------------------------------------------------------- diff --git a/modules/platforms/cpp/common/configure.ac b/modules/platforms/cpp/common/configure.ac index 2772926..87d5fbc 100644 --- a/modules/platforms/cpp/common/configure.ac +++ b/modules/platforms/cpp/common/configure.ac @@ -19,7 +19,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([Apache Ignite JNI bridge for C++], [1.5.1.7796], [dev@ignite.apache.org], [ignite-common], [ignite.apache.org]) +AC_INIT([Apache Ignite JNI bridge for C++], [1.5.1.7927], [dev@ignite.apache.org], [ignite-common], [ignite.apache.org]) AC_CONFIG_SRCDIR(src) AC_CANONICAL_SYSTEM http://git-wip-us.apache.org/repos/asf/ignite/blob/bbac649e/modules/platforms/cpp/core-test/configure.ac ---------------------------------------------------------------------- diff --git a/modules/platforms/cpp/core-test/configure.ac b/modules/platforms/cpp/core-test/configure.ac index 318bac0..e07e478 100644 --- a/modules/platforms/cpp/core-test/configure.ac +++ b/modules/platforms/cpp/core-test/configure.ac @@ -19,7 +19,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([Apache Ignite C++ Test], [1.5.1.7796], [dev@ignite.apache.org], [ignite], [ignite.apache.org]) +AC_INIT([Apache Ignite C++ Test], [1.5.1.7927], [dev@ignite.apache.org], [ignite], [ignite.apache.org]) AC_CONFIG_SRCDIR(src) AC_CANONICAL_SYSTEM http://git-wip-us.apache.org/repos/asf/ignite/blob/bbac649e/modules/platforms/cpp/core/configure.ac ---------------------------------------------------------------------- diff --git a/modules/platforms/cpp/core/configure.ac b/modules/platforms/cpp/core/configure.ac index e37a463..ae157eb 100644 --- a/modules/platforms/cpp/core/configure.ac +++ b/modules/platforms/cpp/core/configure.ac @@ -19,7 +19,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([Apache Ignite C++], [1.5.1.7796], [dev@ignite.apache.org], [ignite], [ignite.apache.org]) +AC_INIT([Apache Ignite C++], [1.5.1.7927], [dev@ignite.apache.org], [ignite], [ignite.apache.org]) AC_CONFIG_SRCDIR(src) AC_CANONICAL_SYSTEM http://git-wip-us.apache.org/repos/asf/ignite/blob/bbac649e/modules/platforms/cpp/examples/configure.ac ---------------------------------------------------------------------- diff --git a/modules/platforms/cpp/examples/configure.ac b/modules/platforms/cpp/examples/configure.ac index 57f4090..b19a650 100644 --- a/modules/platforms/cpp/examples/configure.ac +++ b/modules/platforms/cpp/examples/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([Ingnite C++ examples],[1.5.1.7796],[dec@ignite.apache.org],[ignite-examples],[ignite.apache.org]) +AC_INIT([Ingnite C++ examples],[1.5.1.7927],[dec@ignite.apache.org],[ignite-examples],[ignite.apache.org]) AC_CONFIG_SRCDIR(src) AC_CANONICAL_SYSTEM http://git-wip-us.apache.org/repos/asf/ignite/blob/bbac649e/modules/platforms/cpp/ignite/configure.ac ---------------------------------------------------------------------- diff --git a/modules/platforms/cpp/ignite/configure.ac b/modules/platforms/cpp/ignite/configure.ac index 3806b83..d0bb018 100644 --- a/modules/platforms/cpp/ignite/configure.ac +++ b/modules/platforms/cpp/ignite/configure.ac @@ -19,7 +19,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([Apache Ignite C++ Runner], [1.5.1.7796], [dev@ignite.apache.org], [ignite], [ignite.apache.org]) +AC_INIT([Apache Ignite C++ Runner], [1.5.1.7927], [dev@ignite.apache.org], [ignite], [ignite.apache.org]) AC_CONFIG_SRCDIR(src) AC_CANONICAL_SYSTEM http://git-wip-us.apache.org/repos/asf/ignite/blob/bbac649e/modules/platforms/dotnet/Apache.Ignite.Benchmarks/Properties/AssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.Benchmarks/Properties/AssemblyInfo.cs b/modules/platforms/dotnet/Apache.Ignite.Benchmarks/Properties/AssemblyInfo.cs index a7452e3..382329a 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Benchmarks/Properties/AssemblyInfo.cs +++ b/modules/platforms/dotnet/Apache.Ignite.Benchmarks/Properties/AssemblyInfo.cs @@ -31,6 +31,6 @@ using System.Runtime.InteropServices; [assembly: Guid("8fae8395-7e91-411a-a78f-44d6d3fed0fc")] -[assembly: AssemblyVersion("1.5.1.7796")] -[assembly: AssemblyFileVersion("1.5.1.7796")] +[assembly: AssemblyVersion("1.5.1.7927")] +[assembly: AssemblyFileVersion("1.5.1.7927")] [assembly: AssemblyInformationalVersion("1.5.1.final")] http://git-wip-us.apache.org/repos/asf/ignite/blob/bbac649e/modules/platforms/dotnet/Apache.Ignite.Core.Tests.TestDll/Properties/AssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.Core.Tests.TestDll/Properties/AssemblyInfo.cs b/modules/platforms/dotnet/Apache.Ignite.Core.Tests.TestDll/Properties/AssemblyInfo.cs index f2d50b0..e0a1ef1 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Core.Tests.TestDll/Properties/AssemblyInfo.cs +++ b/modules/platforms/dotnet/Apache.Ignite.Core.Tests.TestDll/Properties/AssemblyInfo.cs @@ -45,6 +45,6 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.5.1.7796")] -[assembly: AssemblyFileVersion("1.5.1.7796")] +[assembly: AssemblyVersion("1.5.1.7927")] +[assembly: AssemblyFileVersion("1.5.1.7927")] [assembly: AssemblyInformationalVersion("1.5.1.final")] http://git-wip-us.apache.org/repos/asf/ignite/blob/bbac649e/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Properties/AssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Properties/AssemblyInfo.cs b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Properties/AssemblyInfo.cs index f95efd2..6ead979 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Properties/AssemblyInfo.cs +++ b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Properties/AssemblyInfo.cs @@ -31,6 +31,6 @@ using System.Runtime.InteropServices; [assembly: Guid("de8dd5cc-7c7f-4a09-80d5-7086d9416a7b")] -[assembly: AssemblyVersion("1.5.1.7796")] -[assembly: AssemblyFileVersion("1.5.1.7796")] +[assembly: AssemblyVersion("1.5.1.7927")] +[assembly: AssemblyFileVersion("1.5.1.7927")] [assembly: AssemblyInformationalVersion("1.5.1.final")] http://git-wip-us.apache.org/repos/asf/ignite/blob/bbac649e/modules/platforms/dotnet/Apache.Ignite.Core/Properties/AssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.Core/Properties/AssemblyInfo.cs b/modules/platforms/dotnet/Apache.Ignite.Core/Properties/AssemblyInfo.cs index 94f6071..0b6f277 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Core/Properties/AssemblyInfo.cs +++ b/modules/platforms/dotnet/Apache.Ignite.Core/Properties/AssemblyInfo.cs @@ -33,8 +33,8 @@ using System.Runtime.InteropServices; [assembly: Guid("97db45a8-f922-456a-a819-7b3c6e5e03ba")] -[assembly: AssemblyVersion("1.5.1.7796")] -[assembly: AssemblyFileVersion("1.5.1.7796")] +[assembly: AssemblyVersion("1.5.1.7927")] +[assembly: AssemblyFileVersion("1.5.1.7927")] [assembly: AssemblyInformationalVersion("1.5.1.final")] [assembly: CLSCompliant(true)] http://git-wip-us.apache.org/repos/asf/ignite/blob/bbac649e/modules/platforms/dotnet/Apache.Ignite/Properties/AssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite/Properties/AssemblyInfo.cs b/modules/platforms/dotnet/Apache.Ignite/Properties/AssemblyInfo.cs index 21271e2..57c1fcc 100644 --- a/modules/platforms/dotnet/Apache.Ignite/Properties/AssemblyInfo.cs +++ b/modules/platforms/dotnet/Apache.Ignite/Properties/AssemblyInfo.cs @@ -31,6 +31,6 @@ using System.Runtime.InteropServices; [assembly: Guid("0f9702ec-da7d-4ce5-b4b7-73310c885355")] -[assembly: AssemblyVersion("1.5.1.7796")] -[assembly: AssemblyFileVersion("1.5.1.7796")] +[assembly: AssemblyVersion("1.5.1.7927")] +[assembly: AssemblyFileVersion("1.5.1.7927")] [assembly: AssemblyInformationalVersion("1.5.1.final")] http://git-wip-us.apache.org/repos/asf/ignite/blob/bbac649e/modules/platforms/dotnet/examples/Apache.Ignite.Examples/Properties/AssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/examples/Apache.Ignite.Examples/Properties/AssemblyInfo.cs b/modules/platforms/dotnet/examples/Apache.Ignite.Examples/Properties/AssemblyInfo.cs index aa3bf8c..79908a1 100644 --- a/modules/platforms/dotnet/examples/Apache.Ignite.Examples/Properties/AssemblyInfo.cs +++ b/modules/platforms/dotnet/examples/Apache.Ignite.Examples/Properties/AssemblyInfo.cs @@ -31,6 +31,6 @@ [assembly: Guid("41a0cb95-3435-4c78-b867-900b28e2c9ee")] -[assembly: AssemblyVersion("1.5.1.7796")] -[assembly: AssemblyFileVersion("1.5.1.7796")] +[assembly: AssemblyVersion("1.5.1.7927")] +[assembly: AssemblyFileVersion("1.5.1.7927")] [assembly: AssemblyInformationalVersion("1.5.1.final")] http://git-wip-us.apache.org/repos/asf/ignite/blob/bbac649e/modules/platforms/dotnet/examples/Apache.Ignite.ExamplesDll/Properties/AssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/examples/Apache.Ignite.ExamplesDll/Properties/AssemblyInfo.cs b/modules/platforms/dotnet/examples/Apache.Ignite.ExamplesDll/Properties/AssemblyInfo.cs index 300521d..41808b0 100644 --- a/modules/platforms/dotnet/examples/Apache.Ignite.ExamplesDll/Properties/AssemblyInfo.cs +++ b/modules/platforms/dotnet/examples/Apache.Ignite.ExamplesDll/Properties/AssemblyInfo.cs @@ -31,6 +31,6 @@ using System.Reflection; [assembly: Guid("ce65ec7c-d3cf-41ad-8f45-f90d5af68d77")] -[assembly: AssemblyVersion("1.5.1.7796")] -[assembly: AssemblyFileVersion("1.5.1.7796")] +[assembly: AssemblyVersion("1.5.1.7927")] +[assembly: AssemblyFileVersion("1.5.1.7927")] [assembly: AssemblyInformationalVersion("1.5.1.final")]