aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--network/common/pom.xml2
-rw-r--r--network/shuffle/pom.xml2
-rw-r--r--network/yarn/pom.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/network/common/pom.xml b/network/common/pom.xml
index 6144548a8f..8b24ebf1ba 100644
--- a/network/common/pom.xml
+++ b/network/common/pom.xml
@@ -29,7 +29,7 @@
<groupId>org.apache.spark</groupId>
<artifactId>spark-network-common_2.10</artifactId>
<packaging>jar</packaging>
- <name>Spark Project Common Network Code</name>
+ <name>Spark Project Networking</name>
<url>http://spark.apache.org/</url>
<properties>
<sbt.project.name>network-common</sbt.project.name>
diff --git a/network/shuffle/pom.xml b/network/shuffle/pom.xml
index fe5681d463..27c8467687 100644
--- a/network/shuffle/pom.xml
+++ b/network/shuffle/pom.xml
@@ -29,7 +29,7 @@
<groupId>org.apache.spark</groupId>
<artifactId>spark-network-shuffle_2.10</artifactId>
<packaging>jar</packaging>
- <name>Spark Project Shuffle Streaming Service Code</name>
+ <name>Spark Project Shuffle Streaming Service</name>
<url>http://spark.apache.org/</url>
<properties>
<sbt.project.name>network-shuffle</sbt.project.name>
diff --git a/network/yarn/pom.xml b/network/yarn/pom.xml
index e60d8c1f78..6e6f6f3e79 100644
--- a/network/yarn/pom.xml
+++ b/network/yarn/pom.xml
@@ -29,7 +29,7 @@
<groupId>org.apache.spark</groupId>
<artifactId>spark-network-yarn_2.10</artifactId>
<packaging>jar</packaging>
- <name>Spark Project Yarn Shuffle Service Code</name>
+ <name>Spark Project YARN Shuffle Service</name>
<url>http://spark.apache.org/</url>
<properties>
<sbt.project.name>network-yarn</sbt.project.name>