MAPREDUCE-6342. Make POM project names consistent. Contributed by Rohith.

This commit is contained in:
Devaraj K 2015-05-08 15:17:52 +05:30
parent 4c6816faf8
commit 2401ff76be
11 changed files with 12 additions and 10 deletions

View File

@ -386,6 +386,8 @@ Release 2.8.0 - UNRELEASED
MAPREDUCE-6356. Misspelling of threshold in log4j.properties for tests.
(Brahma Reddy Battula via aajisaka)
MAPREDUCE-6342. Make POM project names consistent. (Rohith via devaraj)
Release 2.7.1 - UNRELEASED
INCOMPATIBLE CHANGES

View File

@ -25,7 +25,7 @@
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-mapreduce-client-app</artifactId>
<version>3.0.0-SNAPSHOT</version>
<name>hadoop-mapreduce-client-app</name>
<name>Apache Hadoop MapReduce App</name>
<properties>
<applink.base>${project.build.directory}/${project.name}</applink.base>

View File

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

View File

@ -25,7 +25,7 @@
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-mapreduce-client-core</artifactId>
<version>3.0.0-SNAPSHOT</version>
<name>hadoop-mapreduce-client-core</name>
<name>Apache Hadoop MapReduce Core</name>
<properties>
<!-- Needed for generating FindBugs warnings using parent pom -->

View File

@ -25,7 +25,7 @@
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-mapreduce-client-hs-plugins</artifactId>
<version>3.0.0-SNAPSHOT</version>
<name>hadoop-mapreduce-client-hs-plugins</name>
<name>Apache Hadoop MapReduce HistoryServer Plugins</name>
<properties>
<!-- Needed for generating FindBugs warnings using parent pom -->

View File

@ -25,7 +25,7 @@
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-mapreduce-client-hs</artifactId>
<version>3.0.0-SNAPSHOT</version>
<name>hadoop-mapreduce-client-hs</name>
<name>Apache Hadoop MapReduce HistoryServer</name>
<properties>
<!-- Needed for generating FindBugs warnings using parent pom -->

View File

@ -25,7 +25,7 @@
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-mapreduce-client-jobclient</artifactId>
<version>3.0.0-SNAPSHOT</version>
<name>hadoop-mapreduce-client-jobclient</name>
<name>Apache Hadoop MapReduce JobClient</name>
<properties>
<fork.mode>always</fork.mode>

View File

@ -25,7 +25,7 @@
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-mapreduce-client-nativetask</artifactId>
<version>3.0.0-SNAPSHOT</version>
<name>hadoop-mapreduce-client-nativetask</name>
<name>Apache Hadoop MapReduce NativeTask</name>
<properties>
<!-- Needed for generating FindBugs warnings using parent pom -->

View File

@ -25,7 +25,7 @@
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-mapreduce-client-shuffle</artifactId>
<version>3.0.0-SNAPSHOT</version>
<name>hadoop-mapreduce-client-shuffle</name>
<name>Apache Hadoop MapReduce Shuffle</name>
<properties>
<!-- Needed for generating FindBugs warnings using parent pom -->

View File

@ -26,7 +26,7 @@
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-mapreduce-client</artifactId>
<version>3.0.0-SNAPSHOT</version>
<name>hadoop-mapreduce-client</name>
<name>Apache Hadoop MapReduce Client</name>
<packaging>pom</packaging>
<properties>

View File

@ -25,7 +25,7 @@
<artifactId>hadoop-mapreduce</artifactId>
<version>3.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>hadoop-mapreduce</name>
<name>Apache Hadoop MapReduce</name>
<url>http://hadoop.apache.org/mapreduce/</url>
<properties>