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 3be7f9f29cb81464faacc2b328f17bcd5d458291 Author: Andrew Palumbo <[email protected]> AuthorDate: Mon Jan 13 20:12:52 2020 -0800 [release][hotfix] add missing scala version number to distribution module --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ac1c4ee..44793c6 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ <groupId>org.apache.mahout</groupId> <artifactId>mahout</artifactId> - <version>14.1-SNAPSHOT</version> + <version>14.1</version> <packaging>pom</packaging> <name>Apache Mahout</name>
