diff --git a/network/common/pom.xml b/network/common/pom.xml index 6144548a8f99890a88da9736fcdaf24ce3b48123..8b24ebf1ba1f2f53ea84a6fa0b90d924321671f8 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 fe5681d463499d01661176f215cc8d224768d270..27c8467687f1084939037157f6b484fe92e41044 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 e60d8c1f7876c59835a0d4a46529964e4c801271..6e6f6f3e7929674be953199e790b9fd4079b65ae 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>