You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@livy.apache.org by lr...@apache.org on 2017/07/20 01:37:20 UTC

[34/50] [abbrv] incubator-livy-website git commit: [MINOR] Tweaking assembly naming

[MINOR] Tweaking assembly naming


Project: http://git-wip-us.apache.org/repos/asf/incubator-livy-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-livy-website/commit/abfdc706
Tree: http://git-wip-us.apache.org/repos/asf/incubator-livy-website/tree/abfdc706
Diff: http://git-wip-us.apache.org/repos/asf/incubator-livy-website/diff/abfdc706

Branch: refs/heads/master
Commit: abfdc706f674f08b64b980ef98f0c467ac719561
Parents: b328233
Author: Luciano Resende <lr...@apache.org>
Authored: Thu Apr 13 12:05:23 2017 -0700
Committer: Luciano Resende <lr...@apache.org>
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/incubator-livy-website/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>