You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by ap...@apache.org on 2020/01/14 04:13:07 UTC

[mahout] 02/02: [release][hotfix] add missing scala version number to distribution module

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 <ap...@apache.org>
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>