1.5.0-SNAPSHOT
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/2b16b574 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/2b16b574 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/2b16b574 Branch: refs/heads/ignite-843 Commit: 2b16b57438cd03a60e561da10df869adf893418a Parents: de4a26e Author: Ignite Teamcity <[email protected]> Authored: Fri Sep 4 18:14:23 2015 +0300 Committer: Ignite Teamcity <[email protected]> Committed: Fri Sep 4 18:14:23 2015 +0300 ---------------------------------------------------------------------- .../platform/src/main/cpp/common/configure.ac | 2 +- .../src/main/cpp/core-test/configure.ac | 2 +- modules/platform/src/main/cpp/core/configure.ac | 2 +- .../Properties/AssemblyInfo.cs | 4 +- .../Properties/AssemblyInfo.cs | 4 +- .../Properties/AssemblyInfo.cs | 4 +- pom.xml | 45 ++++++++++---------- 7 files changed, 31 insertions(+), 32 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/2b16b574/modules/platform/src/main/cpp/common/configure.ac ---------------------------------------------------------------------- diff --git a/modules/platform/src/main/cpp/common/configure.ac b/modules/platform/src/main/cpp/common/configure.ac index b34d7d8..5cab969 100644 --- a/modules/platform/src/main/cpp/common/configure.ac +++ b/modules/platform/src/main/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.4.0], [[email protected]], [ignite-common], [ignite.apache.org]) +AC_INIT([Apache Ignite JNI bridge for C++], [1.5.0], [[email protected]], [ignite-common], [ignite.apache.org]) AC_CONFIG_SRCDIR(src) AC_CANONICAL_SYSTEM http://git-wip-us.apache.org/repos/asf/ignite/blob/2b16b574/modules/platform/src/main/cpp/core-test/configure.ac ---------------------------------------------------------------------- diff --git a/modules/platform/src/main/cpp/core-test/configure.ac b/modules/platform/src/main/cpp/core-test/configure.ac index 3a1b660..b337fba 100644 --- a/modules/platform/src/main/cpp/core-test/configure.ac +++ b/modules/platform/src/main/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.4.0], [[email protected]], [ignite], [ignite.apache.org]) +AC_INIT([Apache Ignite C++ Test], [1.5.0], [[email protected]], [ignite], [ignite.apache.org]) AC_CONFIG_SRCDIR(src) AC_CANONICAL_SYSTEM http://git-wip-us.apache.org/repos/asf/ignite/blob/2b16b574/modules/platform/src/main/cpp/core/configure.ac ---------------------------------------------------------------------- diff --git a/modules/platform/src/main/cpp/core/configure.ac b/modules/platform/src/main/cpp/core/configure.ac index cdd238f..c1657d3 100644 --- a/modules/platform/src/main/cpp/core/configure.ac +++ b/modules/platform/src/main/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.4.0], [[email protected]], [ignite], [ignite.apache.org]) +AC_INIT([Apache Ignite C++], [1.5.0], [[email protected]], [ignite], [ignite.apache.org]) AC_CONFIG_SRCDIR(src) AC_CANONICAL_SYSTEM http://git-wip-us.apache.org/repos/asf/ignite/blob/2b16b574/modules/platform/src/main/dotnet/Apache.Ignite.Core/Properties/AssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/modules/platform/src/main/dotnet/Apache.Ignite.Core/Properties/AssemblyInfo.cs b/modules/platform/src/main/dotnet/Apache.Ignite.Core/Properties/AssemblyInfo.cs index 8deafec..0de6294 100644 --- a/modules/platform/src/main/dotnet/Apache.Ignite.Core/Properties/AssemblyInfo.cs +++ b/modules/platform/src/main/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.4.1.0")] -[assembly: AssemblyFileVersion("1.4.1.0")] +[assembly: AssemblyVersion("1.5.0")] +[assembly: AssemblyFileVersion("1.5.0")] [assembly: CLSCompliant(true)] http://git-wip-us.apache.org/repos/asf/ignite/blob/2b16b574/modules/platform/src/test/dotnet/Apache.Ignite.Core.Tests.TestDll/Properties/AssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/modules/platform/src/test/dotnet/Apache.Ignite.Core.Tests.TestDll/Properties/AssemblyInfo.cs b/modules/platform/src/test/dotnet/Apache.Ignite.Core.Tests.TestDll/Properties/AssemblyInfo.cs index 2401c25..22d74c9 100644 --- a/modules/platform/src/test/dotnet/Apache.Ignite.Core.Tests.TestDll/Properties/AssemblyInfo.cs +++ b/modules/platform/src/test/dotnet/Apache.Ignite.Core.Tests.TestDll/Properties/AssemblyInfo.cs @@ -45,5 +45,5 @@ 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.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("1.5.0")] +[assembly: AssemblyFileVersion("1.5.0")] http://git-wip-us.apache.org/repos/asf/ignite/blob/2b16b574/modules/platform/src/test/dotnet/Apache.Ignite.Core.Tests/Properties/AssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/modules/platform/src/test/dotnet/Apache.Ignite.Core.Tests/Properties/AssemblyInfo.cs b/modules/platform/src/test/dotnet/Apache.Ignite.Core.Tests/Properties/AssemblyInfo.cs index 4600569..bfaf7f2 100644 --- a/modules/platform/src/test/dotnet/Apache.Ignite.Core.Tests/Properties/AssemblyInfo.cs +++ b/modules/platform/src/test/dotnet/Apache.Ignite.Core.Tests/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ using System.Runtime.InteropServices; [assembly: Guid("de8dd5cc-7c7f-4a09-80d5-7086d9416a7b")] -[assembly: AssemblyVersion("1.4.1.0")] -[assembly: AssemblyFileVersion("1.4.1.0")] \ No newline at end of file +[assembly: AssemblyVersion("1.5.0")] +[assembly: AssemblyFileVersion("1.5.0")] \ No newline at end of file http://git-wip-us.apache.org/repos/asf/ignite/blob/2b16b574/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b506889..6f9c848 100644 --- a/pom.xml +++ b/pom.xml @@ -780,41 +780,40 @@ setClientVersion('new.ignite.version.fixed', 'new.client.version'); </script> - <echo message="Update ignite.version in dotnet client"/> - <echo message="${new.client.version}"/> + <echo message="Update ignite.version in dotnet client" /> + <echo message="${new.client.version}" /> <replaceregexp byline="true" encoding="UTF-8"> - <regexp - pattern="(\[assembly:\s*Assembly\w*Version\w*\(")\d.\d.\d(.\d)?("\)\])"/> - <substitution expression="\1${new.client.version}\3"/> + <regexp pattern="(\[assembly:\s*Assembly\w*Version\w*\(")\d.\d.\d(.\d)?("\)\])" /> + <substitution expression="\1${new.client.version}\3" /> <fileset dir="${basedir}/"> - <include name="**/AssemblyInfo.cs"/> - <include name="**/AssemblyInfo.cpp"/> + <include name="**/AssemblyInfo.cs" /> + <include name="**/AssemblyInfo.cpp" /> </fileset> </replaceregexp> - <echo message="Update ignite.version in cpp client"/> + <echo message="Update ignite.version in cpp client" /> <replaceregexp byline="true" encoding="UTF-8"> - <regexp pattern="(AC_INIT.+\[)\d.\d.\d(.\d)?(\].+)"/> - <substitution expression="\1${new.client.version}\3"/> + <regexp pattern="(AC_INIT.+\[)\d.\d.\d(.\d)?(\].+)" /> + <substitution expression="\1${new.client.version}\3" /> <fileset dir="${basedir}/"> - <include name="**/configure.ac"/> + <include name="**/configure.ac" /> </fileset> </replaceregexp> <replaceregexp byline="true" encoding="UTF-8"> - <regexp pattern="(define GG_VERSION_STR_WIN ")\d.\d.\d(.\d)?(")"/> - <substitution expression="\1${new.client.version}\3"/> + <regexp pattern="(define GG_VERSION_STR_WIN ")\d.\d.\d(.\d)?(")" /> + <substitution expression="\1${new.client.version}\3" /> <fileset dir="${basedir}/"> - <include name="**/resource.h"/> + <include name="**/resource.h" /> </fileset> </replaceregexp> <replaceregexp byline="true" encoding="UTF-16"> - <regexp pattern="(Version", ")\d.\d.\d.\d(")"/> - <substitution expression="\1${new.client.version}\2"/> + <regexp pattern="(Version", ")\d.\d.\d.\d(")" /> + <substitution expression="\1${new.client.version}\2" /> <fileset dir="${basedir}/"> - <include name="**/Resource.rc"/> + <include name="**/Resource.rc" /> </fileset> </replaceregexp> @@ -833,18 +832,18 @@ </script> <replaceregexp byline="true" encoding="UTF-8"> - <regexp pattern="(define GG_VERSION_BIN_WIN )\d,\d,\d,\d"/> - <substitution expression="\1${new.bin.version}"/> + <regexp pattern="(define GG_VERSION_BIN_WIN )\d,\d,\d,\d" /> + <substitution expression="\1${new.bin.version}" /> <fileset dir="${basedir}/"> - <include name="**/resource.h"/> + <include name="**/resource.h" /> </fileset> </replaceregexp> <replaceregexp byline="true" encoding="UTF-16"> - <regexp pattern="(VERSION )\d,\d,\d,\d"/> - <substitution expression="\1${new.bin.version}"/> + <regexp pattern="(VERSION )\d,\d,\d,\d" /> + <substitution expression="\1${new.bin.version}" /> <fileset dir="${basedir}/"> - <include name="**/Resource.rc"/> + <include name="**/Resource.rc" /> </fileset> </replaceregexp> </target>
