[MINOR] Tweaking assembly naming
Project: http://git-wip-us.apache.org/repos/asf/bahir/repo Commit: http://git-wip-us.apache.org/repos/asf/bahir/commit/abfdc706 Tree: http://git-wip-us.apache.org/repos/asf/bahir/tree/abfdc706 Diff: http://git-wip-us.apache.org/repos/asf/bahir/diff/abfdc706 Branch: refs/heads/master Commit: abfdc706f674f08b64b980ef98f0c467ac719561 Parents: b328233 Author: Luciano Resende <[email protected]> Authored: Thu Apr 13 12:05:23 2017 -0700 Committer: Luciano Resende <[email protected]> Committed: Thu Apr 13 12:05:23 2017 -0700 ---------------------------------------------------------------------- distribution/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bahir/blob/abfdc706/distribution/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/pom.xml b/distribution/pom.xml index 4ff93fc..77104d1 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -26,9 +26,9 @@ </parent> <groupId>org.apache.bahir</groupId> - <artifactId>assembly_2.11</artifactId> + <artifactId>bahir-spark-distribution_2.11</artifactId> <packaging>pom</packaging> - <name>Apache Bahir - Release Distributions</name> + <name>Apache Bahir - Spark Extensions Distribution</name> <url>http://bahir.apache.org/</url> <dependencies>
