This is an automated email from the ASF dual-hosted git repository. apalumbo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mahout.git
commit 046b97df55db6564d83898ee2ea0574daedd4dfb Author: Andrew Palumbo <[email protected]> AuthorDate: Thu May 9 15:17:24 2019 -0700 fixed some tags --- community/spark-cli-drivers/pom.xml | 2 +- pom.xml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/community/spark-cli-drivers/pom.xml b/community/spark-cli-drivers/pom.xml index bc3a983..53d5846 100644 --- a/community/spark-cli-drivers/pom.xml +++ b/community/spark-cli-drivers/pom.xml @@ -240,6 +240,6 @@ <scm> - <tag>spark-cli-drivers_2.11-0.14.1</tag> + <tag>mahout-0.14</tag> </scm> </project> diff --git a/pom.xml b/pom.xml index b8dbd71..7b1af1f 100644 --- a/pom.xml +++ b/pom.xml @@ -100,8 +100,7 @@ <connection>scm:git:[email protected]:apache/mahout.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/mahout.git</developerConnection> <url>https://gitbox.apache.org/repos/asf?p=mahout.git;a=tree;h=refs/heads/${project.scm.tag};hb=${project.scm.tag}</url> - <tag>mahout-14.0 - </tag> + <tag>mahout-14.0</tag> </scm> <properties>
