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 292A4183BF for ; Mon, 11 Jan 2016 15:26:57 +0000 (UTC) Received: (qmail 41100 invoked by uid 500); 11 Jan 2016 15:26:56 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 41032 invoked by uid 500); 11 Jan 2016 15:26:54 -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 40904 invoked by uid 99); 11 Jan 2016 15:26:54 -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:54 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 429C8E07BA; 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:26:54 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [01/50] [abbrv] ignite git commit: 1.5.1-final-SNAPSHOT Repository: ignite Updated Branches: refs/heads/ignite-2234 b09b4a333 -> 0f36404f7 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/524d72e2 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/524d72e2 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/524d72e2 Branch: refs/heads/ignite-2234 Commit: 524d72e2bcb4a813cad25ab6d96b2ddc7ff00c83 Parents: ad5bcec Author: Ignite Teamcity Authored: Mon Dec 21 17:04:46 2015 +0300 Committer: Ignite Teamcity Committed: Mon Dec 21 17:04:46 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 | 6 +++--- .../Properties/AssemblyInfo.cs | 6 +++--- .../dotnet/Apache.Ignite.Core.Tests/Properties/AssemblyInfo.cs | 6 +++--- .../dotnet/Apache.Ignite.Core/Properties/AssemblyInfo.cs | 6 +++--- .../platforms/dotnet/Apache.Ignite/Properties/AssemblyInfo.cs | 6 +++--- .../examples/Apache.Ignite.Examples/Properties/AssemblyInfo.cs | 6 +++--- .../Apache.Ignite.ExamplesDll/Properties/AssemblyInfo.cs | 6 +++--- 12 files changed, 26 insertions(+), 26 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/524d72e2/modules/platforms/cpp/common/configure.ac ---------------------------------------------------------------------- diff --git a/modules/platforms/cpp/common/configure.ac b/modules/platforms/cpp/common/configure.ac index 79ac2a9..5c6743a 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.10000], [dev@ignite.apache.org], [ignite-common], [ignite.apache.org]) +AC_INIT([Apache Ignite JNI bridge for C++], [1.5.1.7761], [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/524d72e2/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 cbd47ff..29ddd15 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.10000], [dev@ignite.apache.org], [ignite], [ignite.apache.org]) +AC_INIT([Apache Ignite C++ Test], [1.5.1.7761], [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/524d72e2/modules/platforms/cpp/core/configure.ac ---------------------------------------------------------------------- diff --git a/modules/platforms/cpp/core/configure.ac b/modules/platforms/cpp/core/configure.ac index d028aa1..8fe1017 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.10000], [dev@ignite.apache.org], [ignite], [ignite.apache.org]) +AC_INIT([Apache Ignite C++], [1.5.1.7761], [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/524d72e2/modules/platforms/cpp/examples/configure.ac ---------------------------------------------------------------------- diff --git a/modules/platforms/cpp/examples/configure.ac b/modules/platforms/cpp/examples/configure.ac index 79fc0b4..79555bd 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.10000],[dec@ignite.apache.org],[ignite-examples],[ignite.apache.org]) +AC_INIT([Ingnite C++ examples],[1.5.1.7761],[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/524d72e2/modules/platforms/cpp/ignite/configure.ac ---------------------------------------------------------------------- diff --git a/modules/platforms/cpp/ignite/configure.ac b/modules/platforms/cpp/ignite/configure.ac index b5bd5ee..b0d14dc 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.10000], [dev@ignite.apache.org], [ignite], [ignite.apache.org]) +AC_INIT([Apache Ignite C++ Runner], [1.5.1.7761], [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/524d72e2/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 456967d..c29d05e 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.0.7768")] -[assembly: AssemblyFileVersion("1.5.0.7768")] -[assembly: AssemblyInformationalVersion("1.5.0-final-SNAPSHOT")] +[assembly: AssemblyVersion("1.5.1.7761")] +[assembly: AssemblyFileVersion("1.5.1.7761")] +[assembly: AssemblyInformationalVersion("1.5.1-final-SNAPSHOT")] http://git-wip-us.apache.org/repos/asf/ignite/blob/524d72e2/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 20be151..0e5dd87 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.0.7768")] -[assembly: AssemblyFileVersion("1.5.0.7768")] -[assembly: AssemblyInformationalVersion("1.5.0-final-SNAPSHOT")] +[assembly: AssemblyVersion("1.5.1.7761")] +[assembly: AssemblyFileVersion("1.5.1.7761")] +[assembly: AssemblyInformationalVersion("1.5.1-final-SNAPSHOT")] http://git-wip-us.apache.org/repos/asf/ignite/blob/524d72e2/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 eef598e..311fa79 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.0.7768")] -[assembly: AssemblyFileVersion("1.5.0.7768")] -[assembly: AssemblyInformationalVersion("1.5.0-final-SNAPSHOT")] +[assembly: AssemblyVersion("1.5.1.7761")] +[assembly: AssemblyFileVersion("1.5.1.7761")] +[assembly: AssemblyInformationalVersion("1.5.1-final-SNAPSHOT")] http://git-wip-us.apache.org/repos/asf/ignite/blob/524d72e2/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 73cc115..e7d8ccd 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Core/Properties/AssemblyInfo.cs +++ b/modules/platforms/dotnet/Apache.Ignite.Core/Properties/AssemblyInfo.cs @@ -33,9 +33,9 @@ using System.Runtime.InteropServices; [assembly: Guid("97db45a8-f922-456a-a819-7b3c6e5e03ba")] -[assembly: AssemblyVersion("1.5.0.7768")] -[assembly: AssemblyFileVersion("1.5.0.7768")] -[assembly: AssemblyInformationalVersion("1.5.0-final-SNAPSHOT")] +[assembly: AssemblyVersion("1.5.1.7761")] +[assembly: AssemblyFileVersion("1.5.1.7761")] +[assembly: AssemblyInformationalVersion("1.5.1-final-SNAPSHOT")] [assembly: CLSCompliant(true)] http://git-wip-us.apache.org/repos/asf/ignite/blob/524d72e2/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 282640a..cd6f9d4 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.0.7768")] -[assembly: AssemblyFileVersion("1.5.0.7768")] -[assembly: AssemblyInformationalVersion("1.5.0-final-SNAPSHOT")] +[assembly: AssemblyVersion("1.5.1.7761")] +[assembly: AssemblyFileVersion("1.5.1.7761")] +[assembly: AssemblyInformationalVersion("1.5.1-final-SNAPSHOT")] http://git-wip-us.apache.org/repos/asf/ignite/blob/524d72e2/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 41782d6..5e1b163 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.0.7768")] -[assembly: AssemblyFileVersion("1.5.0.7768")] -[assembly: AssemblyInformationalVersion("1.5.0-final-SNAPSHOT")] +[assembly: AssemblyVersion("1.5.1.7761")] +[assembly: AssemblyFileVersion("1.5.1.7761")] +[assembly: AssemblyInformationalVersion("1.5.1-final-SNAPSHOT")] http://git-wip-us.apache.org/repos/asf/ignite/blob/524d72e2/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 e85d425..50c1195 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.0.7768")] -[assembly: AssemblyFileVersion("1.5.0.7768")] -[assembly: AssemblyInformationalVersion("1.5.0-final-SNAPSHOT")] +[assembly: AssemblyVersion("1.5.1.7761")] +[assembly: AssemblyFileVersion("1.5.1.7761")] +[assembly: AssemblyInformationalVersion("1.5.1-final-SNAPSHOT")]