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 2019/10/17 09:09:06 UTC

[mahout] branch mahout-14.1 updated: Mahout 14.1 (#377)

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

apalumbo pushed a commit to branch mahout-14.1
in repository https://gitbox.apache.org/repos/asf/mahout.git


The following commit(s) were added to refs/heads/mahout-14.1 by this push:
     new c9f1245  Mahout 14.1 (#377)
c9f1245 is described below

commit c9f1245eca595ad3e3991adbbca8e5b3c0a78496
Author: Andrew Palumbo <ap...@apache.org>
AuthorDate: Thu Oct 17 02:08:59 2019 -0700

    Mahout 14.1 (#377)
    
    * [MAHOUT-2017] small tweaks after large refactor several upgrades [MAHOUT-2072]
    
    * [MAHOUT-2017] use {project.base.directory} over {project.build.directory}/
---
 buildtools/assembly/src.xml | 12 +++++++-----
 buildtools/pom.xml          |  2 +-
 doap_Mahout.rdf             |  4 ++--
 3 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/buildtools/assembly/src.xml b/buildtools/assembly/src.xml
index ff49ef0..6c74d9a 100644
--- a/buildtools/assembly/src.xml
+++ b/buildtools/assembly/src.xml
@@ -18,14 +18,16 @@
           xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd">
     <id>src</id>
     <formats>
+<!--
       <format>dir</format>
+-->
       <format>tar.gz</format>
       <format>tar.bz2</format>
     </formats>
     <fileSets>
       <fileSet>
-        <directory>${project.build.directory}/</directory>
-        <outputDirectory>${project.build.directory}/</outputDirectory>
+        <directory>${project.base.directory}/</directory>
+        <outputDirectory>${project.base.directory}/</outputDirectory>
         <useDefaultExcludes>true</useDefaultExcludes>
         <includes>
           <include>**/README*</include>
@@ -44,14 +46,14 @@
         </excludes>
       </fileSet>
       <fileSet>
-        <directory>${project.build.directory}/bin</directory>
+        <directory>${project.base.directory}/bin</directory>
         <outputDirectory>bin</outputDirectory>
         <useDefaultExcludes>true</useDefaultExcludes>
         <fileMode>0755</fileMode>
         <directoryMode>0755</directoryMode>
       </fileSet>
       <fileSet>
-        <directory>${project.build.directory}/examples/bin</directory>
+        <directory>${project.base.directory}/examples/bin</directory>
         <outputDirectory>examples/bin</outputDirectory>
         <useDefaultExcludes>true</useDefaultExcludes>
         <fileMode>0755</fileMode>
@@ -62,7 +64,7 @@
         </excludes>
       </fileSet>
       <fileSet>
-        <directory>${project.build.directory}/examples/bin/resources</directory>
+        <directory>${project.base.directory}/examples/bin/resources</directory>
         <outputDirectory>examples/bin</outputDirectory>
         <useDefaultExcludes>true</useDefaultExcludes>
         <fileMode>0755</fileMode>
diff --git a/buildtools/pom.xml b/buildtools/pom.xml
index 7cec622..cbbaa25 100644
--- a/buildtools/pom.xml
+++ b/buildtools/pom.xml
@@ -57,7 +57,7 @@
             <configuration>
               <rules>
                 <requireJavaVersion>
-                  <version>[1.7,)</version>
+                  <version>[1.8,)</version>
                 </requireJavaVersion>
                   <requireMavenVersion>
                     <version>[3.3.3,)</version>
diff --git a/doap_Mahout.rdf b/doap_Mahout.rdf
index f5ae9de..9cc9343 100644
--- a/doap_Mahout.rdf
+++ b/doap_Mahout.rdf
@@ -37,8 +37,8 @@
     <release>
       <Version>
         <name>Apache Mahout</name>
-        <created>2017-04-17</created>
-        <revision>0.13.0</revision>
+        <created>2017-10-17</created>
+        <revision>14.1</revision>
       </Version>
     </release>
     <repository>