aboutsummaryrefslogtreecommitdiff
path: root/launcher/pom.xml
diff options
context:
space:
mode:
authorWangTaoTheTonic <wangtao111@huawei.com>2015-06-02 22:59:48 -0700
committerPatrick Wendell <patrick@databricks.com>2015-06-02 22:59:48 -0700
commitccaa823290cbe859cd224ac0f7071dfd0218b669 (patch)
tree20bbdcf5d686732136cbec0a05fd22e717a9ee3c /launcher/pom.xml
parent07c16cb5ba9cb0bfe34e8c0efbf06540a22d4e4e (diff)
downloadspark-ccaa823290cbe859cd224ac0f7071dfd0218b669.tar.gz
spark-ccaa823290cbe859cd224ac0f7071dfd0218b669.tar.bz2
spark-ccaa823290cbe859cd224ac0f7071dfd0218b669.zip
[MINOR] make the launcher project name consistent with others
I found this by chance while building spark and think it is better to keep its name consistent with other sub-projects (Spark Project *). I am not gonna file JIRA as it is a pretty small issue. Author: WangTaoTheTonic <wangtao111@huawei.com> Closes #6603 from WangTaoTheTonic/projName and squashes the following commits: 994b3ba [WangTaoTheTonic] make the project name consistent
Diffstat (limited to 'launcher/pom.xml')
-rw-r--r--launcher/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/pom.xml b/launcher/pom.xml
index ebfa7685ea..cc177d23df 100644
--- a/launcher/pom.xml
+++ b/launcher/pom.xml
@@ -29,7 +29,7 @@
<groupId>org.apache.spark</groupId>
<artifactId>spark-launcher_2.10</artifactId>
<packaging>jar</packaging>
- <name>Spark Launcher Project</name>
+ <name>Spark Project Launcher</name>
<url>http://spark.apache.org/</url>
<properties>
<sbt.project.name>launcher</sbt.project.name>