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 9F476185E6 for ; Tue, 22 Dec 2015 15:57:51 +0000 (UTC) Received: (qmail 27668 invoked by uid 500); 22 Dec 2015 15:57:51 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 27633 invoked by uid 500); 22 Dec 2015 15:57:51 -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 27622 invoked by uid 99); 22 Dec 2015 15:57:51 -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; Tue, 22 Dec 2015 15:57:51 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 6BDEADFF08; Tue, 22 Dec 2015 15:57:51 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ntikhonov@apache.org To: commits@ignite.apache.org Date: Tue, 22 Dec 2015 15:57:51 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [01/10] ignite git commit: 1.5.0.final-SNAPSHOT Repository: ignite Updated Branches: refs/heads/ignite-gg-10837 f00030d16 -> 972a703b6 1.5.0.final-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/d1347308 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/d1347308 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/d1347308 Branch: refs/heads/ignite-gg-10837 Commit: d134730895e7e1f764ccf10bdb3144c6aac861a9 Parents: 1039bf6 Author: Ignite Teamcity Authored: Tue Dec 22 13:26:23 2015 +0300 Committer: Ignite Teamcity Committed: Tue Dec 22 13:26:23 2015 +0300 ---------------------------------------------------------------------- .../dotnet/Apache.Ignite.Benchmarks/Properties/AssemblyInfo.cs | 2 +- .../Apache.Ignite.Core.Tests.TestDll/Properties/AssemblyInfo.cs | 2 +- .../dotnet/Apache.Ignite.Core.Tests/Properties/AssemblyInfo.cs | 2 +- .../platforms/dotnet/Apache.Ignite.Core/Properties/AssemblyInfo.cs | 2 +- modules/platforms/dotnet/Apache.Ignite/Properties/AssemblyInfo.cs | 2 +- .../examples/Apache.Ignite.Examples/Properties/AssemblyInfo.cs | 2 +- .../examples/Apache.Ignite.ExamplesDll/Properties/AssemblyInfo.cs | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/d1347308/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 869b090..54da0d1 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Benchmarks/Properties/AssemblyInfo.cs +++ b/modules/platforms/dotnet/Apache.Ignite.Benchmarks/Properties/AssemblyInfo.cs @@ -33,4 +33,4 @@ using System.Runtime.InteropServices; [assembly: AssemblyVersion("1.5.0.7789")] [assembly: AssemblyFileVersion("1.5.0.7789")] -[assembly: AssemblyInformationalVersion("1.5.0.final-SNAPSHOT")] +[assembly: AssemblyInformationalVersion("1.5.0.final")] http://git-wip-us.apache.org/repos/asf/ignite/blob/d1347308/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 edf867d..3bacd8f 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 @@ -47,4 +47,4 @@ using System.Runtime.InteropServices; // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.5.0.7789")] [assembly: AssemblyFileVersion("1.5.0.7789")] -[assembly: AssemblyInformationalVersion("1.5.0.final-SNAPSHOT")] +[assembly: AssemblyInformationalVersion("1.5.0.final")] http://git-wip-us.apache.org/repos/asf/ignite/blob/d1347308/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 41b2aac..2fe3dd9 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Properties/AssemblyInfo.cs +++ b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Properties/AssemblyInfo.cs @@ -33,4 +33,4 @@ using System.Runtime.InteropServices; [assembly: AssemblyVersion("1.5.0.7789")] [assembly: AssemblyFileVersion("1.5.0.7789")] -[assembly: AssemblyInformationalVersion("1.5.0.final-SNAPSHOT")] +[assembly: AssemblyInformationalVersion("1.5.0.final")] http://git-wip-us.apache.org/repos/asf/ignite/blob/d1347308/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 8eac438..e4c823b 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Core/Properties/AssemblyInfo.cs +++ b/modules/platforms/dotnet/Apache.Ignite.Core/Properties/AssemblyInfo.cs @@ -35,7 +35,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyVersion("1.5.0.7789")] [assembly: AssemblyFileVersion("1.5.0.7789")] -[assembly: AssemblyInformationalVersion("1.5.0.final-SNAPSHOT")] +[assembly: AssemblyInformationalVersion("1.5.0.final")] [assembly: CLSCompliant(true)] http://git-wip-us.apache.org/repos/asf/ignite/blob/d1347308/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 08d2a9f..2f53890 100644 --- a/modules/platforms/dotnet/Apache.Ignite/Properties/AssemblyInfo.cs +++ b/modules/platforms/dotnet/Apache.Ignite/Properties/AssemblyInfo.cs @@ -33,4 +33,4 @@ using System.Runtime.InteropServices; [assembly: AssemblyVersion("1.5.0.7789")] [assembly: AssemblyFileVersion("1.5.0.7789")] -[assembly: AssemblyInformationalVersion("1.5.0.final-SNAPSHOT")] +[assembly: AssemblyInformationalVersion("1.5.0.final")] http://git-wip-us.apache.org/repos/asf/ignite/blob/d1347308/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 b4c0490..56f7c87 100644 --- a/modules/platforms/dotnet/examples/Apache.Ignite.Examples/Properties/AssemblyInfo.cs +++ b/modules/platforms/dotnet/examples/Apache.Ignite.Examples/Properties/AssemblyInfo.cs @@ -33,4 +33,4 @@ [assembly: AssemblyVersion("1.5.0.7789")] [assembly: AssemblyFileVersion("1.5.0.7789")] -[assembly: AssemblyInformationalVersion("1.5.0.final-SNAPSHOT")] +[assembly: AssemblyInformationalVersion("1.5.0.final")] http://git-wip-us.apache.org/repos/asf/ignite/blob/d1347308/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 06815ed..98c53f0 100644 --- a/modules/platforms/dotnet/examples/Apache.Ignite.ExamplesDll/Properties/AssemblyInfo.cs +++ b/modules/platforms/dotnet/examples/Apache.Ignite.ExamplesDll/Properties/AssemblyInfo.cs @@ -33,4 +33,4 @@ using System.Reflection; [assembly: AssemblyVersion("1.5.0.7789")] [assembly: AssemblyFileVersion("1.5.0.7789")] -[assembly: AssemblyInformationalVersion("1.5.0.final-SNAPSHOT")] +[assembly: AssemblyInformationalVersion("1.5.0.final")]