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:05 UTC

[mahout] branch master updated (1dc8fb8 -> 3be7f9f)

This is an automated email from the ASF dual-hosted git repository.

apalumbo pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mahout.git.


    from 1dc8fb8  (nojira) manual rollback of version due to known mvn issue
     new 215f563  [release][hotfix] add missing scala version number to distribution module
     new 3be7f9f  [release][hotfix] add missing scala version number to distribution module

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 distribution/pom.xml | 2 +-
 pom.xml              | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


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

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


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

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