You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by pw...@apache.org on 2015/06/03 07:59:52 UTC

spark git commit: [MINOR] make the launcher project name consistent with others

Repository: spark
Updated Branches:
  refs/heads/master 07c16cb5b -> ccaa82329


[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 <wa...@huawei.com>

Closes #6603 from WangTaoTheTonic/projName and squashes the following commits:

994b3ba [WangTaoTheTonic] make the project name consistent


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/ccaa8232
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/ccaa8232
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/ccaa8232

Branch: refs/heads/master
Commit: ccaa823290cbe859cd224ac0f7071dfd0218b669
Parents: 07c16cb
Author: WangTaoTheTonic <wa...@huawei.com>
Authored: Tue Jun 2 22:59:48 2015 -0700
Committer: Patrick Wendell <pa...@databricks.com>
Committed: Tue Jun 2 22:59:48 2015 -0700

----------------------------------------------------------------------
 launcher/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/ccaa8232/launcher/pom.xml
----------------------------------------------------------------------
diff --git a/launcher/pom.xml b/launcher/pom.xml
index ebfa768..cc177d2 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>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org