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 215f563b0a920ba459610d87ac4d0ebb8bed3da4 Author: Andrew Palumbo <[email protected]> AuthorDate: Mon Jan 13 20:12:18 2020 -0800 [release][hotfix] add missing scala version number to distribution module --- distribution/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distribution/pom.xml b/distribution/pom.xml index 85059e1..ad3e827 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -26,7 +26,7 @@ <version>14.1</version> </parent> - <artifactId>distribution</artifactId> + <artifactId>distribution_2.11</artifactId> <name>Mahout Release Package</name> <description>Distribution Package</description>
