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 bf44ef419c13ffe27867ace6dade99a7f7b577cc Author: Andrew Palumbo <[email protected]> AuthorDate: Fri Jan 31 04:44:25 2020 -0800 (nojira)[release] revert dist module back to its original name --- {dist => distribution}/KEYS | 0 {dist => distribution}/pom.xml | 0 {dist => distribution}/src/main/resources/assembly/bin.xml | 0 {dist => distribution}/src/main/resources/assembly/src.xml | 0 4 files changed, 0 insertions(+), 0 deletions(-) diff --git a/dist/KEYS b/distribution/KEYS similarity index 100% rename from dist/KEYS rename to distribution/KEYS diff --git a/dist/pom.xml b/distribution/pom.xml similarity index 100% rename from dist/pom.xml rename to distribution/pom.xml diff --git a/dist/src/main/resources/assembly/bin.xml b/distribution/src/main/resources/assembly/bin.xml similarity index 100% rename from dist/src/main/resources/assembly/bin.xml rename to distribution/src/main/resources/assembly/bin.xml diff --git a/dist/src/main/resources/assembly/src.xml b/distribution/src/main/resources/assembly/src.xml similarity index 100% rename from dist/src/main/resources/assembly/src.xml rename to distribution/src/main/resources/assembly/src.xml
