Repository: mahout Updated Branches: refs/heads/flink-binding c72698aca -> 7039f4c5f
1. Changed poms to next release version - 0.12.0 2. Changed the flink version to - 0.10-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/mahout/repo Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/7039f4c5 Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/7039f4c5 Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/7039f4c5 Branch: refs/heads/flink-binding Commit: 7039f4c5f1fb86edc02e56f8a159a1a8bd4c51db Parents: c72698a Author: smarthi <[email protected]> Authored: Thu Oct 22 14:04:57 2015 -0400 Committer: smarthi <[email protected]> Committed: Thu Oct 22 14:04:57 2015 -0400 ---------------------------------------------------------------------- buildtools/pom.xml | 4 ++-- distribution/pom.xml | 2 +- examples/pom.xml | 2 +- flink/pom.xml | 2 +- h2o/pom.xml | 2 +- hdfs/pom.xml | 2 +- integration/pom.xml | 2 +- math-scala/pom.xml | 2 +- math/pom.xml | 2 +- mr/pom.xml | 2 +- pom.xml | 7 +++---- spark-shell/pom.xml | 2 +- spark/pom.xml | 2 +- 13 files changed, 16 insertions(+), 17 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mahout/blob/7039f4c5/buildtools/pom.xml ---------------------------------------------------------------------- diff --git a/buildtools/pom.xml b/buildtools/pom.xml index dc2df26..66d610a 100644 --- a/buildtools/pom.xml +++ b/buildtools/pom.xml @@ -29,7 +29,7 @@ <groupId>org.apache.mahout</groupId> <artifactId>mahout-buildtools</artifactId> - <version>0.11.1-SNAPSHOT</version> + <version>0.12.0-SNAPSHOT</version> <name>Mahout Build Tools</name> <packaging>jar</packaging> @@ -57,7 +57,7 @@ <configuration> <rules> <requireJavaVersion> - <version>[1.7, 1.8)</version> + <version>[1.7,)</version> </requireJavaVersion> <requireMavenVersion> <version>[3.3.3,)</version> http://git-wip-us.apache.org/repos/asf/mahout/blob/7039f4c5/distribution/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/pom.xml b/distribution/pom.xml index fd37bf0..aa37255 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.mahout</groupId> <artifactId>mahout</artifactId> - <version>0.11.1-SNAPSHOT</version> + <version>0.12.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>apache-mahout-distribution</artifactId> http://git-wip-us.apache.org/repos/asf/mahout/blob/7039f4c5/examples/pom.xml ---------------------------------------------------------------------- diff --git a/examples/pom.xml b/examples/pom.xml index 59f3701..9348505 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.mahout</groupId> <artifactId>mahout</artifactId> - <version>0.11.1-SNAPSHOT</version> + <version>0.12.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/mahout/blob/7039f4c5/flink/pom.xml ---------------------------------------------------------------------- diff --git a/flink/pom.xml b/flink/pom.xml index edaf3f2..1aafba5 100644 --- a/flink/pom.xml +++ b/flink/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.mahout</groupId> <artifactId>mahout</artifactId> - <version>0.11.1-SNAPSHOT</version> + <version>0.12.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/mahout/blob/7039f4c5/h2o/pom.xml ---------------------------------------------------------------------- diff --git a/h2o/pom.xml b/h2o/pom.xml index 7212f31..94febde 100644 --- a/h2o/pom.xml +++ b/h2o/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.mahout</groupId> <artifactId>mahout</artifactId> - <version>0.11.1-SNAPSHOT</version> + <version>0.12.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/mahout/blob/7039f4c5/hdfs/pom.xml ---------------------------------------------------------------------- diff --git a/hdfs/pom.xml b/hdfs/pom.xml index a4eaad1..caa9179 100644 --- a/hdfs/pom.xml +++ b/hdfs/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.mahout</groupId> <artifactId>mahout</artifactId> - <version>0.11.1-SNAPSHOT</version> + <version>0.12.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/mahout/blob/7039f4c5/integration/pom.xml ---------------------------------------------------------------------- diff --git a/integration/pom.xml b/integration/pom.xml index 4caaf23..12826ce 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.mahout</groupId> <artifactId>mahout</artifactId> - <version>0.11.1-SNAPSHOT</version> + <version>0.12.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/mahout/blob/7039f4c5/math-scala/pom.xml ---------------------------------------------------------------------- diff --git a/math-scala/pom.xml b/math-scala/pom.xml index bbd352d..e8c0357 100644 --- a/math-scala/pom.xml +++ b/math-scala/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.mahout</groupId> <artifactId>mahout</artifactId> - <version>0.11.1-SNAPSHOT</version> + <version>0.12.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/mahout/blob/7039f4c5/math/pom.xml ---------------------------------------------------------------------- diff --git a/math/pom.xml b/math/pom.xml index 3d5f758..4badfb6 100644 --- a/math/pom.xml +++ b/math/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.mahout</groupId> <artifactId>mahout</artifactId> - <version>0.11.1-SNAPSHOT</version> + <version>0.12.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/mahout/blob/7039f4c5/mr/pom.xml ---------------------------------------------------------------------- diff --git a/mr/pom.xml b/mr/pom.xml index 327cd25..3224ac1 100644 --- a/mr/pom.xml +++ b/mr/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.mahout</groupId> <artifactId>mahout</artifactId> - <version>0.11.1-SNAPSHOT</version> + <version>0.12.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/mahout/blob/7039f4c5/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 4e7cecd..3adf972 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ <groupId>org.apache.mahout</groupId> <artifactId>mahout</artifactId> - <version>0.11.1-SNAPSHOT</version> + <version>0.12.0-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Mahout</name> @@ -121,8 +121,7 @@ <scala.compat.version>2.10</scala.compat.version> <scala.version>2.10.4</scala.version> <spark.version>1.3.1</spark.version> - <!-- TODO: Remove snapshot dependency when Flink 0.9.1 is released --> - <flink.version>0.9-SNAPSHOT</flink.version> + <flink.version>0.10-SNAPSHOT</flink.version> <h2o.version>0.1.25</h2o.version> </properties> <issueManagement> @@ -666,7 +665,7 @@ <configuration> <rules> <requireJavaVersion> - <version>[1.7, 1.8)</version> + <version>[1.7,)</version> </requireJavaVersion> <requireMavenVersion> <version>[3.3.3,)</version> http://git-wip-us.apache.org/repos/asf/mahout/blob/7039f4c5/spark-shell/pom.xml ---------------------------------------------------------------------- diff --git a/spark-shell/pom.xml b/spark-shell/pom.xml index 21d8a45..c609dff 100644 --- a/spark-shell/pom.xml +++ b/spark-shell/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.mahout</groupId> <artifactId>mahout</artifactId> - <version>0.11.1-SNAPSHOT</version> + <version>0.12.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/mahout/blob/7039f4c5/spark/pom.xml ---------------------------------------------------------------------- diff --git a/spark/pom.xml b/spark/pom.xml index 94dedd2..5ee1fcf 100644 --- a/spark/pom.xml +++ b/spark/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.mahout</groupId> <artifactId>mahout</artifactId> - <version>0.11.1-SNAPSHOT</version> + <version>0.12.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent>
