Repository: mahout Updated Branches: refs/heads/mahout-0.10.x 904955ad1 -> f01cbd66e
NOJIRA: Prefix distribution artifacts with 'apache-mahout' instead of 'mahout' Project: http://git-wip-us.apache.org/repos/asf/mahout/repo Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/f01cbd66 Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/f01cbd66 Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/f01cbd66 Branch: refs/heads/mahout-0.10.x Commit: f01cbd66eaa72707ac30b6a7638f1d81708e688e Parents: 904955a Author: Suneel Marthi <[email protected]> Authored: Sat May 30 21:19:34 2015 -0400 Committer: Suneel Marthi <[email protected]> Committed: Sat May 30 21:19:34 2015 -0400 ---------------------------------------------------------------------- distribution/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mahout/blob/f01cbd66/distribution/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/pom.xml b/distribution/pom.xml index 152c56f..d4f00a6 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -19,11 +19,11 @@ <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.mahout</groupId> - <artifactId>apache-mahout</artifactId> + <artifactId>mahout</artifactId> <version>0.10.1-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>
