This is an automated email from the ASF dual-hosted git repository. apalumbo pushed a commit to branch mahout-14.1 in repository https://gitbox.apache.org/repos/asf/mahout.git
commit 1793f6296f7b20cc17f4933207f5d96c9bc780c1 Author: Andrew Palumbo <[email protected]> AuthorDate: Sat Nov 2 08:43:31 2019 -0700 a few more tweaks --- engine/hdfs/pom.xml | 1 - engine/pom.xml | 1 - engine/spark/pom.xml | 1 - 3 files changed, 3 deletions(-) diff --git a/engine/hdfs/pom.xml b/engine/hdfs/pom.xml index d20117b..5c167bf 100644 --- a/engine/hdfs/pom.xml +++ b/engine/hdfs/pom.xml @@ -29,7 +29,6 @@ <!-- modules inherit parent's group id and version. --> <artifactId>mahout-hdfs_2.12</artifactId> - <version>${project.version}</version> <name>- Mahout HDFS Support</name> <description>Scalable machine learning libraries</description> diff --git a/engine/pom.xml b/engine/pom.xml index 906e448..1912d7e 100644 --- a/engine/pom.xml +++ b/engine/pom.xml @@ -26,7 +26,6 @@ </parent> <artifactId>mahout-engine</artifactId> - <version>${project.version}</version> <name>Mahout Engine</name> <description>Parent of Various Engines on which you can run Mahout. </description> diff --git a/engine/spark/pom.xml b/engine/spark/pom.xml index 9e0ed5b..1fe3d45 100644 --- a/engine/spark/pom.xml +++ b/engine/spark/pom.xml @@ -28,7 +28,6 @@ </parent> <artifactId>mahout-spark_2.12</artifactId> - <version>${project.version</version> <name>- Mahout Spark Engine</name> <description> Mahout Bindings for Apache Spark
