This is an automated email from the ASF dual-hosted git repository.
apalumbo pushed a change to branch mahout-14.1
in repository https://gitbox.apache.org/repos/asf/mahout.git.
from 4c034d0 [maven-release-plugin] prepare for next development iteration
new 9b3a056 rollback releaase
new 6366f61 tweaks to release
new 3b992bd remove some hardcoding
new d91d623 Creatye a distribution module. move assembly into there
new 88fbbaa tweaks
new 5ccfa8b tweak
new 91a8865 rollback snapshots
new 429d019 succesful builds
new a4a8325 succesful builds
new 1a200e6 add submodule poms back to distro.
new a468d8e release recycling
new 941d7b4 rename Dockerfile to dockerfile.Spark.. this file is still
[WIP]
new 378b2a0 change a couple of things in DockerFile
new cb48531 remove viernnacl-omp from distro
new 9d070af remove viernnacl-omp from distro-- in all places
new 4d88d5e remove viernnacl-omp from distro-- in all places --correctly
new 359b852 [maven-release-plugin] prepare release mahout-14.1
The 17 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:
Dockerfile | 9 +-
buildtools/pom.xml | 2 +-
community/pom.xml | 4 +-
community/spark-cli-drivers/pom.xml | 4 +-
core/pom.xml | 2 +-
distribution/pom.xml | 129 +++++++++++++
.../src/main/resources/assembly}/bin.xml | 60 +++---
distribution/src/main/resources/assembly/src.xml | 66 +++++++
engine/hdfs/pom.xml | 8 +-
engine/pom.xml | 4 +-
engine/spark/pom.xml | 8 +-
experimental/pom.xml | 8 +-
experimental/viennacl-omp/pom.xml | 6 +-
experimental/viennacl/pom.xml | 4 +-
pom.xml | 87 +++------
src/main/resources/assemblies/src.xml | 79 --------
src/pom.xml | 202 ---------------------
17 files changed, 280 insertions(+), 402 deletions(-)
create mode 100644 distribution/pom.xml
rename {src/main/resources/assemblies =>
distribution/src/main/resources/assembly}/bin.xml (56%)
create mode 100644 distribution/src/main/resources/assembly/src.xml
delete mode 100644 src/main/resources/assemblies/src.xml
delete mode 100644 src/pom.xml