1.4.0-SNAPSHOT
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/a8b0f6a8 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/a8b0f6a8 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/a8b0f6a8 Branch: refs/heads/ignite-1093-2 Commit: a8b0f6a84f1007ac2fa8864d518bff8967d625e0 Parents: f642a7a Author: Ignite Teamcity <[email protected]> Authored: Wed Sep 9 14:08:05 2015 +0300 Committer: Ignite Teamcity <[email protected]> Committed: Wed Sep 9 14:08:05 2015 +0300 ---------------------------------------------------------------------- examples/platform/cpp/configure.ac | 2 +- examples/pom.xml | 2 +- modules/aop/pom.xml | 2 +- modules/apache-license-gen/pom.xml | 2 +- modules/aws/pom.xml | 2 +- modules/clients/pom.xml | 2 +- modules/cloud/pom.xml | 2 +- modules/codegen/pom.xml | 2 +- modules/core/pom.xml | 2 +- modules/core/src/main/resources/ignite.properties | 2 +- modules/extdata/p2p/pom.xml | 2 +- modules/extdata/uri/modules/uri-dependency/pom.xml | 2 +- modules/extdata/uri/pom.xml | 2 +- modules/gce/pom.xml | 2 +- modules/geospatial/pom.xml | 2 +- modules/hadoop/pom.xml | 2 +- modules/hibernate/pom.xml | 2 +- modules/indexing/pom.xml | 2 +- modules/jcl/pom.xml | 2 +- modules/jms11/pom.xml | 2 +- modules/jta/pom.xml | 2 +- modules/kafka/pom.xml | 2 +- modules/log4j/pom.xml | 2 +- modules/log4j2/pom.xml | 2 +- modules/mesos/pom.xml | 2 +- modules/platform/pom.xml | 2 +- modules/platform/src/main/cpp/common/configure.ac | 2 +- modules/platform/src/main/cpp/core-test/configure.ac | 2 +- modules/platform/src/main/cpp/core/configure.ac | 2 +- .../main/dotnet/Apache.Ignite.Core/Properties/AssemblyInfo.cs | 4 ++-- .../src/main/dotnet/Apache.Ignite/Properties/AssemblyInfo.cs | 4 ++-- .../Apache.Ignite.Core.Tests.TestDll/Properties/AssemblyInfo.cs | 4 ++-- .../dotnet/Apache.Ignite.Core.Tests/Properties/AssemblyInfo.cs | 4 ++-- modules/rest-http/pom.xml | 2 +- modules/scalar-2.10/pom.xml | 2 +- modules/scalar/pom.xml | 2 +- modules/schedule/pom.xml | 2 +- modules/schema-import/pom.xml | 2 +- modules/slf4j/pom.xml | 2 +- modules/spark-2.10/pom.xml | 2 +- modules/spark/pom.xml | 2 +- modules/spring/pom.xml | 2 +- modules/ssh/pom.xml | 2 +- modules/tools/pom.xml | 2 +- modules/urideploy/pom.xml | 2 +- modules/visor-console-2.10/pom.xml | 2 +- modules/visor-console/pom.xml | 2 +- modules/visor-plugins/pom.xml | 2 +- modules/web/pom.xml | 2 +- modules/yardstick/pom.xml | 2 +- modules/yarn/pom.xml | 2 +- modules/zookeeper/pom.xml | 2 +- pom.xml | 2 +- 53 files changed, 57 insertions(+), 57 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/a8b0f6a8/examples/platform/cpp/configure.ac ---------------------------------------------------------------------- diff --git a/examples/platform/cpp/configure.ac b/examples/platform/cpp/configure.ac index a5ffb98..a665d7b 100644 --- a/examples/platform/cpp/configure.ac +++ b/examples/platform/cpp/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.68) -AC_INIT([Ingnite C++ examples],[1.5.0],[[email protected]],[ignite-examples],[ignite.apache.org]) +AC_INIT([Ingnite C++ examples],[1.4.0],[[email protected]],[ignite-examples],[ignite.apache.org]) AC_CONFIG_SRCDIR([src]) AC_CONFIG_MACRO_DIR([m4]) AC_LANG([C++]) http://git-wip-us.apache.org/repos/asf/ignite/blob/a8b0f6a8/examples/pom.xml ---------------------------------------------------------------------- diff --git a/examples/pom.xml b/examples/pom.xml index e4ec73a..64e8be9 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -28,7 +28,7 @@ </parent> <artifactId>ignite-examples</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/ignite/blob/a8b0f6a8/modules/aop/pom.xml ---------------------------------------------------------------------- diff --git a/modules/aop/pom.xml b/modules/aop/pom.xml index bb419fa..391f5b8 100644 --- a/modules/aop/pom.xml +++ b/modules/aop/pom.xml @@ -31,7 +31,7 @@ </parent> <artifactId>ignite-aop</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> <url>http://ignite.apache.org</url> <dependencies> http://git-wip-us.apache.org/repos/asf/ignite/blob/a8b0f6a8/modules/apache-license-gen/pom.xml ---------------------------------------------------------------------- diff --git a/modules/apache-license-gen/pom.xml b/modules/apache-license-gen/pom.xml index fa6a1e2..c17f98f 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>1.5.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> <url>http://ignite.apache.org</url> <build> http://git-wip-us.apache.org/repos/asf/ignite/blob/a8b0f6a8/modules/aws/pom.xml ---------------------------------------------------------------------- diff --git a/modules/aws/pom.xml b/modules/aws/pom.xml index 8042d33..a0ca6b0 100644 --- a/modules/aws/pom.xml +++ b/modules/aws/pom.xml @@ -31,7 +31,7 @@ </parent> <artifactId>ignite-aws</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> <url>http://ignite.apache.org</url> <dependencies> http://git-wip-us.apache.org/repos/asf/ignite/blob/a8b0f6a8/modules/clients/pom.xml ---------------------------------------------------------------------- diff --git a/modules/clients/pom.xml b/modules/clients/pom.xml index fe8666b..61f6694 100644 --- a/modules/clients/pom.xml +++ b/modules/clients/pom.xml @@ -31,7 +31,7 @@ </parent> <artifactId>ignite-clients</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> <url>http://ignite.apache.org</url> <dependencies> http://git-wip-us.apache.org/repos/asf/ignite/blob/a8b0f6a8/modules/cloud/pom.xml ---------------------------------------------------------------------- diff --git a/modules/cloud/pom.xml b/modules/cloud/pom.xml index a49625d..b7aa43b 100644 --- a/modules/cloud/pom.xml +++ b/modules/cloud/pom.xml @@ -29,7 +29,7 @@ </parent> <artifactId>ignite-cloud</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> <url>http://ignite.apache.org</url> <properties> http://git-wip-us.apache.org/repos/asf/ignite/blob/a8b0f6a8/modules/codegen/pom.xml ---------------------------------------------------------------------- diff --git a/modules/codegen/pom.xml b/modules/codegen/pom.xml index 957049b..89cadf5 100644 --- a/modules/codegen/pom.xml +++ b/modules/codegen/pom.xml @@ -31,7 +31,7 @@ </parent> <artifactId>ignite-codegen</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> <url>http://ignite.apache.org</url> <properties> http://git-wip-us.apache.org/repos/asf/ignite/blob/a8b0f6a8/modules/core/pom.xml ---------------------------------------------------------------------- diff --git a/modules/core/pom.xml b/modules/core/pom.xml index e02bb23..2f0dde7 100644 --- a/modules/core/pom.xml +++ b/modules/core/pom.xml @@ -31,7 +31,7 @@ </parent> <artifactId>ignite-core</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> <url>http://ignite.apache.org</url> <repositories> http://git-wip-us.apache.org/repos/asf/ignite/blob/a8b0f6a8/modules/core/src/main/resources/ignite.properties ---------------------------------------------------------------------- diff --git a/modules/core/src/main/resources/ignite.properties b/modules/core/src/main/resources/ignite.properties index 2cf7d15..50725fa 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=1.5.0-SNAPSHOT +ignite.version=1.4.0-SNAPSHOT ignite.build=0 ignite.revision=DEV ignite.rel.date=01011970 http://git-wip-us.apache.org/repos/asf/ignite/blob/a8b0f6a8/modules/extdata/p2p/pom.xml ---------------------------------------------------------------------- diff --git a/modules/extdata/p2p/pom.xml b/modules/extdata/p2p/pom.xml index 26d1cd2..aca3132 100644 --- a/modules/extdata/p2p/pom.xml +++ b/modules/extdata/p2p/pom.xml @@ -31,7 +31,7 @@ </parent> <artifactId>ignite-extdata-p2p</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/ignite/blob/a8b0f6a8/modules/extdata/uri/modules/uri-dependency/pom.xml ---------------------------------------------------------------------- diff --git a/modules/extdata/uri/modules/uri-dependency/pom.xml b/modules/extdata/uri/modules/uri-dependency/pom.xml index 08edb5b..98d3fcf 100644 --- a/modules/extdata/uri/modules/uri-dependency/pom.xml +++ b/modules/extdata/uri/modules/uri-dependency/pom.xml @@ -27,7 +27,7 @@ <artifactId>ignite-extdata-uri-dep</artifactId> <packaging>jar</packaging> - <version>1.5.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> <modelVersion>4.0.0</modelVersion> <dependencies> http://git-wip-us.apache.org/repos/asf/ignite/blob/a8b0f6a8/modules/extdata/uri/pom.xml ---------------------------------------------------------------------- diff --git a/modules/extdata/uri/pom.xml b/modules/extdata/uri/pom.xml index d9a9297..7613f0c 100644 --- a/modules/extdata/uri/pom.xml +++ b/modules/extdata/uri/pom.xml @@ -32,7 +32,7 @@ </parent> <artifactId>ignite-extdata-uri</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/ignite/blob/a8b0f6a8/modules/gce/pom.xml ---------------------------------------------------------------------- diff --git a/modules/gce/pom.xml b/modules/gce/pom.xml index 1f8de08..05f043f 100644 --- a/modules/gce/pom.xml +++ b/modules/gce/pom.xml @@ -31,7 +31,7 @@ </parent> <artifactId>ignite-gce</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> <url>http://ignite.apache.org</url> <dependencies> http://git-wip-us.apache.org/repos/asf/ignite/blob/a8b0f6a8/modules/geospatial/pom.xml ---------------------------------------------------------------------- diff --git a/modules/geospatial/pom.xml b/modules/geospatial/pom.xml index 39ebdc4..766114b 100644 --- a/modules/geospatial/pom.xml +++ b/modules/geospatial/pom.xml @@ -31,7 +31,7 @@ </parent> <artifactId>ignite-geospatial</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> <url>http://ignite.apache.org</url> <dependencies> http://git-wip-us.apache.org/repos/asf/ignite/blob/a8b0f6a8/modules/hadoop/pom.xml ---------------------------------------------------------------------- diff --git a/modules/hadoop/pom.xml b/modules/hadoop/pom.xml index c2cb89b..839ffb8 100644 --- a/modules/hadoop/pom.xml +++ b/modules/hadoop/pom.xml @@ -31,7 +31,7 @@ </parent> <artifactId>ignite-hadoop</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> <url>http://ignite.apache.org</url> <dependencies> http://git-wip-us.apache.org/repos/asf/ignite/blob/a8b0f6a8/modules/hibernate/pom.xml ---------------------------------------------------------------------- diff --git a/modules/hibernate/pom.xml b/modules/hibernate/pom.xml index 8a04ab7..a3ae729 100644 --- a/modules/hibernate/pom.xml +++ b/modules/hibernate/pom.xml @@ -31,7 +31,7 @@ </parent> <artifactId>ignite-hibernate</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> <url>http://ignite.apache.org</url> <dependencies> http://git-wip-us.apache.org/repos/asf/ignite/blob/a8b0f6a8/modules/indexing/pom.xml ---------------------------------------------------------------------- diff --git a/modules/indexing/pom.xml b/modules/indexing/pom.xml index d539f6b..e4713b4 100644 --- a/modules/indexing/pom.xml +++ b/modules/indexing/pom.xml @@ -31,7 +31,7 @@ </parent> <artifactId>ignite-indexing</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> <url>http://ignite.apache.org</url> <dependencies> http://git-wip-us.apache.org/repos/asf/ignite/blob/a8b0f6a8/modules/jcl/pom.xml ---------------------------------------------------------------------- diff --git a/modules/jcl/pom.xml b/modules/jcl/pom.xml index c94c906..335b6c8 100644 --- a/modules/jcl/pom.xml +++ b/modules/jcl/pom.xml @@ -31,7 +31,7 @@ </parent> <artifactId>ignite-jcl</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> <url>http://ignite.apache.org</url> <dependencies> http://git-wip-us.apache.org/repos/asf/ignite/blob/a8b0f6a8/modules/jms11/pom.xml ---------------------------------------------------------------------- diff --git a/modules/jms11/pom.xml b/modules/jms11/pom.xml index 47a1495..dbb385d 100644 --- a/modules/jms11/pom.xml +++ b/modules/jms11/pom.xml @@ -31,7 +31,7 @@ </parent> <artifactId>ignite-jms11</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> <url>http://ignite.apache.org</url> <properties> http://git-wip-us.apache.org/repos/asf/ignite/blob/a8b0f6a8/modules/jta/pom.xml ---------------------------------------------------------------------- diff --git a/modules/jta/pom.xml b/modules/jta/pom.xml index 78242e7..c0ce618 100644 --- a/modules/jta/pom.xml +++ b/modules/jta/pom.xml @@ -31,7 +31,7 @@ </parent> <artifactId>ignite-jta</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> <url>http://ignite.apache.org</url> <dependencies> http://git-wip-us.apache.org/repos/asf/ignite/blob/a8b0f6a8/modules/kafka/pom.xml ---------------------------------------------------------------------- diff --git a/modules/kafka/pom.xml b/modules/kafka/pom.xml index 89c1550..5103a32 100644 --- a/modules/kafka/pom.xml +++ b/modules/kafka/pom.xml @@ -31,7 +31,7 @@ </parent> <artifactId>ignite-kafka</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> <url>http://ignite.apache.org</url> <dependencies> http://git-wip-us.apache.org/repos/asf/ignite/blob/a8b0f6a8/modules/log4j/pom.xml ---------------------------------------------------------------------- diff --git a/modules/log4j/pom.xml b/modules/log4j/pom.xml index fe95700..aaf1dca 100644 --- a/modules/log4j/pom.xml +++ b/modules/log4j/pom.xml @@ -31,7 +31,7 @@ </parent> <artifactId>ignite-log4j</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> <url>http://ignite.apache.org</url> <dependencies> http://git-wip-us.apache.org/repos/asf/ignite/blob/a8b0f6a8/modules/log4j2/pom.xml ---------------------------------------------------------------------- diff --git a/modules/log4j2/pom.xml b/modules/log4j2/pom.xml index eca3b75..2c0fd94 100644 --- a/modules/log4j2/pom.xml +++ b/modules/log4j2/pom.xml @@ -31,7 +31,7 @@ </parent> <artifactId>ignite-log4j2</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> <url>http://ignite.apache.org</url> <dependencies> http://git-wip-us.apache.org/repos/asf/ignite/blob/a8b0f6a8/modules/mesos/pom.xml ---------------------------------------------------------------------- diff --git a/modules/mesos/pom.xml b/modules/mesos/pom.xml index 466805c..a652b60 100644 --- a/modules/mesos/pom.xml +++ b/modules/mesos/pom.xml @@ -31,7 +31,7 @@ </parent> <artifactId>ignite-mesos</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> <url>http://ignite.apache.org</url> <properties> http://git-wip-us.apache.org/repos/asf/ignite/blob/a8b0f6a8/modules/platform/pom.xml ---------------------------------------------------------------------- diff --git a/modules/platform/pom.xml b/modules/platform/pom.xml index ac34436..ba5b9d0 100644 --- a/modules/platform/pom.xml +++ b/modules/platform/pom.xml @@ -31,7 +31,7 @@ </parent> <artifactId>ignite-platform</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> <url>http://ignite.apache.org</url> <dependencies> http://git-wip-us.apache.org/repos/asf/ignite/blob/a8b0f6a8/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 5cab969..b34d7d8 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.5.0], [[email protected]], [ignite-common], [ignite.apache.org]) +AC_INIT([Apache Ignite JNI bridge for C++], [1.4.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/a8b0f6a8/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 b337fba..3a1b660 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.5.0], [[email protected]], [ignite], [ignite.apache.org]) +AC_INIT([Apache Ignite C++ Test], [1.4.0], [[email protected]], [ignite], [ignite.apache.org]) AC_CONFIG_SRCDIR(src) AC_CANONICAL_SYSTEM http://git-wip-us.apache.org/repos/asf/ignite/blob/a8b0f6a8/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 c1657d3..cdd238f 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.5.0], [[email protected]], [ignite], [ignite.apache.org]) +AC_INIT([Apache Ignite C++], [1.4.0], [[email protected]], [ignite], [ignite.apache.org]) AC_CONFIG_SRCDIR(src) AC_CANONICAL_SYSTEM http://git-wip-us.apache.org/repos/asf/ignite/blob/a8b0f6a8/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 1876e24..5f2c018 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.5.0")] -[assembly: AssemblyFileVersion("1.5.0")] +[assembly: AssemblyVersion("1.4.0")] +[assembly: AssemblyFileVersion("1.4.0")] [assembly: CLSCompliant(true)] [assembly: InternalsVisibleTo("Apache.Ignite")] http://git-wip-us.apache.org/repos/asf/ignite/blob/a8b0f6a8/modules/platform/src/main/dotnet/Apache.Ignite/Properties/AssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/modules/platform/src/main/dotnet/Apache.Ignite/Properties/AssemblyInfo.cs b/modules/platform/src/main/dotnet/Apache.Ignite/Properties/AssemblyInfo.cs index 03f7fb9..ca38ea2 100644 --- a/modules/platform/src/main/dotnet/Apache.Ignite/Properties/AssemblyInfo.cs +++ b/modules/platform/src/main/dotnet/Apache.Ignite/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ using System.Runtime.InteropServices; [assembly: Guid("0f9702ec-da7d-4ce5-b4b7-73310c885355")] -[assembly: AssemblyVersion("1.5.0")] -[assembly: AssemblyFileVersion("1.5.0")] \ No newline at end of file +[assembly: AssemblyVersion("1.4.0")] +[assembly: AssemblyFileVersion("1.4.0")] \ No newline at end of file http://git-wip-us.apache.org/repos/asf/ignite/blob/a8b0f6a8/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 22d74c9..cb633ed 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.5.0")] -[assembly: AssemblyFileVersion("1.5.0")] +[assembly: AssemblyVersion("1.4.0")] +[assembly: AssemblyFileVersion("1.4.0")] http://git-wip-us.apache.org/repos/asf/ignite/blob/a8b0f6a8/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 1ebcf24..947e18c 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.5.0")] -[assembly: AssemblyFileVersion("1.5.0")] \ No newline at end of file +[assembly: AssemblyVersion("1.4.0")] +[assembly: AssemblyFileVersion("1.4.0")] \ No newline at end of file http://git-wip-us.apache.org/repos/asf/ignite/blob/a8b0f6a8/modules/rest-http/pom.xml ---------------------------------------------------------------------- diff --git a/modules/rest-http/pom.xml b/modules/rest-http/pom.xml index 58eb1ed..c506df6 100644 --- a/modules/rest-http/pom.xml +++ b/modules/rest-http/pom.xml @@ -31,7 +31,7 @@ </parent> <artifactId>ignite-rest-http</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> <url>http://ignite.apache.org</url> <dependencies> http://git-wip-us.apache.org/repos/asf/ignite/blob/a8b0f6a8/modules/scalar-2.10/pom.xml ---------------------------------------------------------------------- diff --git a/modules/scalar-2.10/pom.xml b/modules/scalar-2.10/pom.xml index c2046e9..627f2b4 100644 --- a/modules/scalar-2.10/pom.xml +++ b/modules/scalar-2.10/pom.xml @@ -31,7 +31,7 @@ </parent> <artifactId>ignite-scalar_2.10</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> <url>http://ignite.apache.org</url> <dependencies> http://git-wip-us.apache.org/repos/asf/ignite/blob/a8b0f6a8/modules/scalar/pom.xml ---------------------------------------------------------------------- diff --git a/modules/scalar/pom.xml b/modules/scalar/pom.xml index 1443cc1..ab03a5d 100644 --- a/modules/scalar/pom.xml +++ b/modules/scalar/pom.xml @@ -31,7 +31,7 @@ </parent> <artifactId>ignite-scalar</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> <url>http://ignite.apache.org</url> <dependencies> http://git-wip-us.apache.org/repos/asf/ignite/blob/a8b0f6a8/modules/schedule/pom.xml ---------------------------------------------------------------------- diff --git a/modules/schedule/pom.xml b/modules/schedule/pom.xml index 3f53df6..207a97c 100644 --- a/modules/schedule/pom.xml +++ b/modules/schedule/pom.xml @@ -31,7 +31,7 @@ </parent> <artifactId>ignite-schedule</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> <url>http://ignite.apache.org</url> <dependencies> http://git-wip-us.apache.org/repos/asf/ignite/blob/a8b0f6a8/modules/schema-import/pom.xml ---------------------------------------------------------------------- diff --git a/modules/schema-import/pom.xml b/modules/schema-import/pom.xml index 1e63cae..ef36af9 100644 --- a/modules/schema-import/pom.xml +++ b/modules/schema-import/pom.xml @@ -31,7 +31,7 @@ </parent> <artifactId>ignite-schema-import</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> <url>http://ignite.apache.org</url> <dependencies> http://git-wip-us.apache.org/repos/asf/ignite/blob/a8b0f6a8/modules/slf4j/pom.xml ---------------------------------------------------------------------- diff --git a/modules/slf4j/pom.xml b/modules/slf4j/pom.xml index b22ae6c..807ed0d 100644 --- a/modules/slf4j/pom.xml +++ b/modules/slf4j/pom.xml @@ -31,7 +31,7 @@ </parent> <artifactId>ignite-slf4j</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> <url>http://ignite.apache.org</url> <dependencies> http://git-wip-us.apache.org/repos/asf/ignite/blob/a8b0f6a8/modules/spark-2.10/pom.xml ---------------------------------------------------------------------- diff --git a/modules/spark-2.10/pom.xml b/modules/spark-2.10/pom.xml index 316b13b..283855e 100644 --- a/modules/spark-2.10/pom.xml +++ b/modules/spark-2.10/pom.xml @@ -31,7 +31,7 @@ </parent> <artifactId>ignite-spark_2.10</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> <url>http://ignite.apache.org</url> <dependencies> http://git-wip-us.apache.org/repos/asf/ignite/blob/a8b0f6a8/modules/spark/pom.xml ---------------------------------------------------------------------- diff --git a/modules/spark/pom.xml b/modules/spark/pom.xml index 95e05d8..f7b2110 100644 --- a/modules/spark/pom.xml +++ b/modules/spark/pom.xml @@ -31,7 +31,7 @@ </parent> <artifactId>ignite-spark</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> <url>http://ignite.apache.org</url> <dependencies> http://git-wip-us.apache.org/repos/asf/ignite/blob/a8b0f6a8/modules/spring/pom.xml ---------------------------------------------------------------------- diff --git a/modules/spring/pom.xml b/modules/spring/pom.xml index 8d1f918..bf093ef 100644 --- a/modules/spring/pom.xml +++ b/modules/spring/pom.xml @@ -31,7 +31,7 @@ </parent> <artifactId>ignite-spring</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> <url>http://ignite.apache.org</url> <dependencies> http://git-wip-us.apache.org/repos/asf/ignite/blob/a8b0f6a8/modules/ssh/pom.xml ---------------------------------------------------------------------- diff --git a/modules/ssh/pom.xml b/modules/ssh/pom.xml index ff3e70d..5b407ad 100644 --- a/modules/ssh/pom.xml +++ b/modules/ssh/pom.xml @@ -31,7 +31,7 @@ </parent> <artifactId>ignite-ssh</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> <url>http://ignite.apache.org</url> <dependencies> http://git-wip-us.apache.org/repos/asf/ignite/blob/a8b0f6a8/modules/tools/pom.xml ---------------------------------------------------------------------- diff --git a/modules/tools/pom.xml b/modules/tools/pom.xml index 26689760..ca0d0f4 100644 --- a/modules/tools/pom.xml +++ b/modules/tools/pom.xml @@ -31,7 +31,7 @@ </parent> <artifactId>ignite-tools</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> <url>http://ignite.apache.org</url> <properties> http://git-wip-us.apache.org/repos/asf/ignite/blob/a8b0f6a8/modules/urideploy/pom.xml ---------------------------------------------------------------------- diff --git a/modules/urideploy/pom.xml b/modules/urideploy/pom.xml index c8fac6e..df2b0fa 100644 --- a/modules/urideploy/pom.xml +++ b/modules/urideploy/pom.xml @@ -31,7 +31,7 @@ </parent> <artifactId>ignite-urideploy</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> <url>http://ignite.apache.org</url> <dependencies> http://git-wip-us.apache.org/repos/asf/ignite/blob/a8b0f6a8/modules/visor-console-2.10/pom.xml ---------------------------------------------------------------------- diff --git a/modules/visor-console-2.10/pom.xml b/modules/visor-console-2.10/pom.xml index 73c7a58..fa541dc 100644 --- a/modules/visor-console-2.10/pom.xml +++ b/modules/visor-console-2.10/pom.xml @@ -31,7 +31,7 @@ </parent> <artifactId>ignite-visor-console_2.10</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> <url>http://ignite.apache.org</url> <dependencies> http://git-wip-us.apache.org/repos/asf/ignite/blob/a8b0f6a8/modules/visor-console/pom.xml ---------------------------------------------------------------------- diff --git a/modules/visor-console/pom.xml b/modules/visor-console/pom.xml index b85cd69..dc841bf 100644 --- a/modules/visor-console/pom.xml +++ b/modules/visor-console/pom.xml @@ -31,7 +31,7 @@ </parent> <artifactId>ignite-visor-console</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> <url>http://ignite.apache.org</url> <dependencies> http://git-wip-us.apache.org/repos/asf/ignite/blob/a8b0f6a8/modules/visor-plugins/pom.xml ---------------------------------------------------------------------- diff --git a/modules/visor-plugins/pom.xml b/modules/visor-plugins/pom.xml index 05b4ede..c0e5b5e 100644 --- a/modules/visor-plugins/pom.xml +++ b/modules/visor-plugins/pom.xml @@ -31,7 +31,7 @@ </parent> <artifactId>ignite-visor-plugins</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> <url>http://ignite.apache.org</url> <dependencies> http://git-wip-us.apache.org/repos/asf/ignite/blob/a8b0f6a8/modules/web/pom.xml ---------------------------------------------------------------------- diff --git a/modules/web/pom.xml b/modules/web/pom.xml index 99a356e..d814f47 100644 --- a/modules/web/pom.xml +++ b/modules/web/pom.xml @@ -31,7 +31,7 @@ </parent> <artifactId>ignite-web</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> <url>http://ignite.apache.org</url> <dependencies> http://git-wip-us.apache.org/repos/asf/ignite/blob/a8b0f6a8/modules/yardstick/pom.xml ---------------------------------------------------------------------- diff --git a/modules/yardstick/pom.xml b/modules/yardstick/pom.xml index 2f0c5fe..eda9429 100644 --- a/modules/yardstick/pom.xml +++ b/modules/yardstick/pom.xml @@ -31,7 +31,7 @@ </parent> <artifactId>ignite-yardstick</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> <url>http://ignite.apache.org</url> <properties> http://git-wip-us.apache.org/repos/asf/ignite/blob/a8b0f6a8/modules/yarn/pom.xml ---------------------------------------------------------------------- diff --git a/modules/yarn/pom.xml b/modules/yarn/pom.xml index 2b758dc..c93efa4 100644 --- a/modules/yarn/pom.xml +++ b/modules/yarn/pom.xml @@ -31,7 +31,7 @@ </parent> <artifactId>ignite-yarn</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> <url>http://ignite.apache.org</url> <properties> http://git-wip-us.apache.org/repos/asf/ignite/blob/a8b0f6a8/modules/zookeeper/pom.xml ---------------------------------------------------------------------- diff --git a/modules/zookeeper/pom.xml b/modules/zookeeper/pom.xml index 9f5bc42..3993bd5 100644 --- a/modules/zookeeper/pom.xml +++ b/modules/zookeeper/pom.xml @@ -31,7 +31,7 @@ </parent> <artifactId>ignite-zookeeper</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> <url>http://ignite.apache.org</url> <properties> http://git-wip-us.apache.org/repos/asf/ignite/blob/a8b0f6a8/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6f9c848..d026b30 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ <groupId>org.apache.ignite</groupId> <artifactId>apache-ignite</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> <packaging>pom</packaging> <properties>
