MAHOUT-1680: Renamed mahout-distribution to apache-mahout-distribution
Project: http://git-wip-us.apache.org/repos/asf/mahout/repo Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/63e82ea2 Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/63e82ea2 Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/63e82ea2 Branch: refs/heads/mahout-0.10.x Commit: 63e82ea2705b15f3de3e98936ca7581278f6353e Parents: f635f6a Author: Stevo Slavic <[email protected]> Authored: Tue Apr 14 08:09:57 2015 +0200 Committer: Stevo Slavic <[email protected]> Committed: Tue Apr 14 08:09:57 2015 +0200 ---------------------------------------------------------------------- CHANGELOG | 8 ++++++-- distribution/pom.xml | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mahout/blob/63e82ea2/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index f6bf7c4..777963a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,9 @@ Mahout Change Log +Release 0.11.0 - unreleased + + MAHOUT-1680: Renamed mahout-distribution to apache-mahout-distribution + Release 0.10.0 - 2015-04-11 MAHOUT-1630: Incorrect SparseColumnMatrix.numSlices() causes IndexException in toString() (Oleg Nitz, smarthi) @@ -7,7 +11,7 @@ Release 0.10.0 - 2015-04-11 MAHOUT-1665: Update hadoop commands in example scripts (akm) MAHOUT-1676: Deprecate MLP, ConcatenateVectorsJob and ConcatenateVectorsReducer in the codebase (apalumbo) - + MAHOUT-1622: MultithreadedBatchItemSimilarities outputs incorrect number of similarities (Jesse Daniels, Anand Avati via smarthi) MAHOUT-1605: Make VisualizerTest locale independent (Frank Rosner, Anand Avati via smarthi) @@ -23,7 +27,7 @@ Release 0.10.0 - 2015-04-11 MAHOUT-1661: All Lanczos modules marked as @Deprecated and slated for removal in future releases (Shannon Quinn) MAHOUT-1638: H2O bindings fail at drmParallelizeWithRowLabels(...) (Anand Avati via apalumbo) - + MAHOUT-1667: Hadoop 1 and 2 profile in POM (sslavic) MAHOUT-1564: Naive Bayes Classifier for New Text Documents (apalumbo) http://git-wip-us.apache.org/repos/asf/mahout/blob/63e82ea2/distribution/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/pom.xml b/distribution/pom.xml index 1b9af56..bc17a08 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -23,7 +23,7 @@ <version>0.11.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> - <artifactId>mahout-distribution</artifactId> + <artifactId>apache-mahout-distribution</artifactId> <name>Mahout Release Package</name> <description>Distribution Package</description> <packaging>pom</packaging>
