YARN-2784. Make POM project names consistent. Contributed by Rohith.

This commit is contained in:
Devaraj K 2015-05-08 19:26:11 +05:30
parent bcb863b156
commit bf8be56292
19 changed files with 20 additions and 18 deletions

View File

@ -146,6 +146,8 @@ Release 2.8.0 - UNRELEASED
YARN-3169. Drop YARN's overview document. (Brahma Reddy Battula via ozawa)
YARN-2784. Make POM project names consistent. (Rohith via devaraj)
OPTIMIZATIONS
YARN-3339. TestDockerContainerExecutor should pull a single image and not

View File

@ -25,7 +25,7 @@
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-yarn-api</artifactId>
<version>2.8.0-SNAPSHOT</version>
<name>hadoop-yarn-api</name>
<name>Apache Hadoop YARN API</name>
<properties>
<!-- Needed for generating FindBugs warnings using parent pom -->

View File

@ -25,7 +25,7 @@
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-yarn-applications-distributedshell</artifactId>
<version>2.8.0-SNAPSHOT</version>
<name>hadoop-yarn-applications-distributedshell</name>
<name>Apache Hadoop YARN DistributedShell</name>
<properties>
<!-- Needed for generating FindBugs warnings using parent pom -->

View File

@ -25,7 +25,7 @@
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-yarn-applications-unmanaged-am-launcher</artifactId>
<version>2.8.0-SNAPSHOT</version>
<name>hadoop-yarn-applications-unmanaged-am-launcher</name>
<name>Apache Hadoop YARN Unmanaged Am Launcher</name>
<properties>
<!-- Needed for generating FindBugs warnings using parent pom -->

View File

@ -25,7 +25,7 @@
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-yarn-applications</artifactId>
<version>2.8.0-SNAPSHOT</version>
<name>hadoop-yarn-applications</name>
<name>Apache Hadoop YARN Applications</name>
<packaging>pom</packaging>
<properties>

View File

@ -22,7 +22,7 @@
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-yarn-client</artifactId>
<version>2.8.0-SNAPSHOT</version>
<name>hadoop-yarn-client</name>
<name>Apache Hadoop YARN Client</name>
<properties>
<!-- Needed for generating FindBugs warnings using parent pom -->

View File

@ -25,7 +25,7 @@
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-yarn-common</artifactId>
<version>2.8.0-SNAPSHOT</version>
<name>hadoop-yarn-common</name>
<name>Apache Hadoop YARN Common</name>
<properties>
<!-- Needed for generating FindBugs warnings using parent pom -->

View File

@ -24,7 +24,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>hadoop-yarn-registry</artifactId>
<version>2.8.0-SNAPSHOT</version>
<name>hadoop-yarn-registry</name>
<name>Apache Hadoop YARN Registry</name>
<properties>
<!-- Needed for generating FindBugs warnings using parent pom -->

View File

@ -28,7 +28,7 @@
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-yarn-server-applicationhistoryservice</artifactId>
<version>2.8.0-SNAPSHOT</version>
<name>hadoop-yarn-server-applicationhistoryservice</name>
<name>Apache Hadoop YARN ApplicationHistoryService</name>
<properties>
<!-- Needed for generating FindBugs warnings using parent pom -->

View File

@ -25,7 +25,7 @@
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-yarn-server-common</artifactId>
<version>2.8.0-SNAPSHOT</version>
<name>hadoop-yarn-server-common</name>
<name>Apache Hadoop YARN Server Common</name>
<properties>
<!-- Needed for generating FindBugs warnings using parent pom -->

View File

@ -25,7 +25,7 @@
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-yarn-server-nodemanager</artifactId>
<version>2.8.0-SNAPSHOT</version>
<name>hadoop-yarn-server-nodemanager</name>
<name>Apache Hadoop YARN NodeManager</name>
<properties>
<!-- Basedir eeded for generating FindBugs warnings using parent pom -->

View File

@ -25,7 +25,7 @@
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-yarn-server-resourcemanager</artifactId>
<version>2.8.0-SNAPSHOT</version>
<name>hadoop-yarn-server-resourcemanager</name>
<name>Apache Hadoop YARN ResourceManager</name>
<properties>
<!-- Needed for generating FindBugs warnings using parent pom -->

View File

@ -22,7 +22,7 @@
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-yarn-server-sharedcachemanager</artifactId>
<version>2.8.0-SNAPSHOT</version>
<name>hadoop-yarn-server-sharedcachemanager</name>
<name>Apache Hadoop YARN SharedCacheManager</name>
<properties>
<!-- Needed for generating FindBugs warnings using parent pom -->

View File

@ -24,7 +24,7 @@
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-yarn-server-tests</artifactId>
<version>2.8.0-SNAPSHOT</version>
<name>hadoop-yarn-server-tests</name>
<name>Apache Hadoop YARN Server Tests</name>
<properties>
<!-- Needed for generating FindBugs warnings using parent pom -->

View File

@ -25,7 +25,7 @@
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-yarn-server-web-proxy</artifactId>
<version>2.8.0-SNAPSHOT</version>
<name>hadoop-yarn-server-web-proxy</name>
<name>Apache Hadoop YARN Web Proxy</name>
<properties>
<install.file>${project.artifact.file}</install.file>

View File

@ -25,7 +25,7 @@
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-yarn-server</artifactId>
<version>2.8.0-SNAPSHOT</version>
<name>hadoop-yarn-server</name>
<name>Apache Hadoop YARN Server</name>
<packaging>pom</packaging>
<properties>

View File

@ -25,7 +25,7 @@
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-yarn-site</artifactId>
<version>2.8.0-SNAPSHOT</version>
<name>hadoop-yarn-site</name>
<name>Apache Hadoop YARN Site</name>
<packaging>pom</packaging>
<properties>

View File

@ -23,7 +23,7 @@
<artifactId>hadoop-yarn</artifactId>
<version>2.8.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>hadoop-yarn</name>
<name>Apache Hadoop YARN</name>
<properties>
<test.logs>true</test.logs>

View File

@ -25,7 +25,7 @@
<artifactId>hadoop-yarn-project</artifactId>
<version>2.8.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>hadoop-yarn-project</name>
<name>Apache Hadoop YARN Project</name>
<url>http://hadoop.apache.org/yarn/</url>
<properties>