Repository: mahout Updated Branches: refs/heads/master e3530b241 -> e56378cf7
(NOJIRA) Manual rollback to 0.13.1-SNAPSHOT + cosmetic fixes Project: http://git-wip-us.apache.org/repos/asf/mahout/repo Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/e56378cf Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/e56378cf Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/e56378cf Branch: refs/heads/master Commit: e56378cf7191fefa56eab6c17266a956d01f709e Parents: e3530b2 Author: Andrew Palumbo <[email protected]> Authored: Tue Sep 5 11:34:29 2017 -0700 Committer: Andrew Palumbo <[email protected]> Committed: Tue Sep 5 11:34:29 2017 -0700 ---------------------------------------------------------------------- buildtools/pom.xml | 2 +- distribution/pom.xml | 2 +- examples/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 | 2 +- spark/pom.xml | 2 +- viennacl-omp/pom.xml | 4 ++-- viennacl/pom.xml | 4 ++-- 13 files changed, 15 insertions(+), 15 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mahout/blob/e56378cf/buildtools/pom.xml ---------------------------------------------------------------------- diff --git a/buildtools/pom.xml b/buildtools/pom.xml index 37ae123..a28dbf4 100644 --- a/buildtools/pom.xml +++ b/buildtools/pom.xml @@ -29,7 +29,7 @@ <groupId>org.apache.mahout</groupId> <artifactId>mahout-buildtools</artifactId> - <version>0.13.2-SNAPSHOT</version> + <version>0.13.1-SNAPSHOT</version> <name>Mahout Build Tools</name> <packaging>jar</packaging> http://git-wip-us.apache.org/repos/asf/mahout/blob/e56378cf/distribution/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/pom.xml b/distribution/pom.xml index 7f12160..bbf6fa0 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.mahout</groupId> <artifactId>mahout</artifactId> - <version>0.13.2-SNAPSHOT</version> + <version>0.13.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>apache-mahout-distribution</artifactId> http://git-wip-us.apache.org/repos/asf/mahout/blob/e56378cf/examples/pom.xml ---------------------------------------------------------------------- diff --git a/examples/pom.xml b/examples/pom.xml index ba9e061..3798117 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.mahout</groupId> <artifactId>mahout</artifactId> - <version>0.13.2-SNAPSHOT</version> + <version>0.13.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/mahout/blob/e56378cf/h2o/pom.xml ---------------------------------------------------------------------- diff --git a/h2o/pom.xml b/h2o/pom.xml index 6374a70..22aa1a3 100644 --- a/h2o/pom.xml +++ b/h2o/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.mahout</groupId> <artifactId>mahout</artifactId> - <version>0.13.2-SNAPSHOT</version> + <version>0.13.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/mahout/blob/e56378cf/hdfs/pom.xml ---------------------------------------------------------------------- diff --git a/hdfs/pom.xml b/hdfs/pom.xml index 156f4b1..2d909a2 100644 --- a/hdfs/pom.xml +++ b/hdfs/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.mahout</groupId> <artifactId>mahout</artifactId> - <version>0.13.2-SNAPSHOT</version> + <version>0.13.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/mahout/blob/e56378cf/integration/pom.xml ---------------------------------------------------------------------- diff --git a/integration/pom.xml b/integration/pom.xml index c6ff458..5a873a6 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.mahout</groupId> <artifactId>mahout</artifactId> - <version>0.13.2-SNAPSHOT</version> + <version>0.13.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/mahout/blob/e56378cf/math-scala/pom.xml ---------------------------------------------------------------------- diff --git a/math-scala/pom.xml b/math-scala/pom.xml index 1b382d9..6b5f85d 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.13.2-SNAPSHOT</version> + <version>0.13.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/mahout/blob/e56378cf/math/pom.xml ---------------------------------------------------------------------- diff --git a/math/pom.xml b/math/pom.xml index 56a47ca..9f437fc 100644 --- a/math/pom.xml +++ b/math/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.mahout</groupId> <artifactId>mahout</artifactId> - <version>0.13.2-SNAPSHOT</version> + <version>0.13.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/mahout/blob/e56378cf/mr/pom.xml ---------------------------------------------------------------------- diff --git a/mr/pom.xml b/mr/pom.xml index 394a9c8..1ce526e 100644 --- a/mr/pom.xml +++ b/mr/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.mahout</groupId> <artifactId>mahout</artifactId> - <version>0.13.2-SNAPSHOT</version> + <version>0.13.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/mahout/blob/e56378cf/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6a716b0..419d290 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ <groupId>org.apache.mahout</groupId> <artifactId>mahout</artifactId> - <version>0.13.2-SNAPSHOT</version> + <version>0.13.1-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Mahout</name> http://git-wip-us.apache.org/repos/asf/mahout/blob/e56378cf/spark/pom.xml ---------------------------------------------------------------------- diff --git a/spark/pom.xml b/spark/pom.xml index 03a104e..f93933a 100644 --- a/spark/pom.xml +++ b/spark/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.mahout</groupId> <artifactId>mahout</artifactId> - <version>0.13.2-SNAPSHOT</version> + <version>0.13.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/mahout/blob/e56378cf/viennacl-omp/pom.xml ---------------------------------------------------------------------- diff --git a/viennacl-omp/pom.xml b/viennacl-omp/pom.xml index 3b6113f..5fe5bd6 100644 --- a/viennacl-omp/pom.xml +++ b/viennacl-omp/pom.xml @@ -23,13 +23,13 @@ <parent> <groupId>org.apache.mahout</groupId> <artifactId>mahout</artifactId> - <version>0.13.2-SNAPSHOT</version> + <version>0.13.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>mahout-native-viennacl-omp_${scala.compat.version}</artifactId> - <name>Mahout Native VienniaCL OpenMP Bindings</name> + <name>Mahout Native ViennaCL OpenMP Bindings</name> <description>Native Structures and interfaces to be used from Mahout math-scala. </description> http://git-wip-us.apache.org/repos/asf/mahout/blob/e56378cf/viennacl/pom.xml ---------------------------------------------------------------------- diff --git a/viennacl/pom.xml b/viennacl/pom.xml index 2adb8e6..9c8d302 100644 --- a/viennacl/pom.xml +++ b/viennacl/pom.xml @@ -23,13 +23,13 @@ <parent> <groupId>org.apache.mahout</groupId> <artifactId>mahout</artifactId> - <version>0.13.2-SNAPSHOT</version> + <version>0.13.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>mahout-native-viennacl_${scala.compat.version}</artifactId> - <name>Mahout Native VienniaCL OpenCL Bindings</name> + <name>Mahout Native ViennaCL OpenCL Bindings</name> <description>Native Structures and interfaces to be used from Mahout math-scala. </description>
