From 2401ff76bea603b2c4e59338d5954ef60d6c4005 Mon Sep 17 00:00:00 2001 From: Devaraj K Date: Fri, 8 May 2015 15:17:52 +0530 Subject: [PATCH] MAPREDUCE-6342. Make POM project names consistent. Contributed by Rohith. --- hadoop-mapreduce-project/CHANGES.txt | 2 ++ .../hadoop-mapreduce-client/hadoop-mapreduce-client-app/pom.xml | 2 +- .../hadoop-mapreduce-client-common/pom.xml | 2 +- .../hadoop-mapreduce-client-core/pom.xml | 2 +- .../hadoop-mapreduce-client-hs-plugins/pom.xml | 2 +- .../hadoop-mapreduce-client/hadoop-mapreduce-client-hs/pom.xml | 2 +- .../hadoop-mapreduce-client-jobclient/pom.xml | 2 +- .../hadoop-mapreduce-client-nativetask/pom.xml | 2 +- .../hadoop-mapreduce-client-shuffle/pom.xml | 2 +- hadoop-mapreduce-project/hadoop-mapreduce-client/pom.xml | 2 +- hadoop-mapreduce-project/pom.xml | 2 +- 11 files changed, 12 insertions(+), 10 deletions(-) diff --git a/hadoop-mapreduce-project/CHANGES.txt b/hadoop-mapreduce-project/CHANGES.txt index 265b5b14bc..f534001118 100644 --- a/hadoop-mapreduce-project/CHANGES.txt +++ b/hadoop-mapreduce-project/CHANGES.txt @@ -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 diff --git a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/pom.xml b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/pom.xml index 4f6f837b4d..29fd57076e 100644 --- a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/pom.xml +++ b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/pom.xml @@ -25,7 +25,7 @@ org.apache.hadoop hadoop-mapreduce-client-app 3.0.0-SNAPSHOT - hadoop-mapreduce-client-app + Apache Hadoop MapReduce App ${project.build.directory}/${project.name} diff --git a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-common/pom.xml b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-common/pom.xml index ab00baa36e..82b71de3e3 100644 --- a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-common/pom.xml +++ b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-common/pom.xml @@ -25,7 +25,7 @@ org.apache.hadoop hadoop-mapreduce-client-common 3.0.0-SNAPSHOT - hadoop-mapreduce-client-common + Apache Hadoop MapReduce Common diff --git a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/pom.xml b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/pom.xml index 2a4a174d31..19ce44bf41 100644 --- a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/pom.xml +++ b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/pom.xml @@ -25,7 +25,7 @@ org.apache.hadoop hadoop-mapreduce-client-core 3.0.0-SNAPSHOT - hadoop-mapreduce-client-core + Apache Hadoop MapReduce Core diff --git a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs-plugins/pom.xml b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs-plugins/pom.xml index e1648eb749..08e4616dc0 100644 --- a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs-plugins/pom.xml +++ b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs-plugins/pom.xml @@ -25,7 +25,7 @@ org.apache.hadoop hadoop-mapreduce-client-hs-plugins 3.0.0-SNAPSHOT - hadoop-mapreduce-client-hs-plugins + Apache Hadoop MapReduce HistoryServer Plugins diff --git a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/pom.xml b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/pom.xml index fa8162b7c4..337201904d 100644 --- a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/pom.xml +++ b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/pom.xml @@ -25,7 +25,7 @@ org.apache.hadoop hadoop-mapreduce-client-hs 3.0.0-SNAPSHOT - hadoop-mapreduce-client-hs + Apache Hadoop MapReduce HistoryServer diff --git a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/pom.xml b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/pom.xml index e92d02bc99..bee96188df 100644 --- a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/pom.xml +++ b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/pom.xml @@ -25,7 +25,7 @@ org.apache.hadoop hadoop-mapreduce-client-jobclient 3.0.0-SNAPSHOT - hadoop-mapreduce-client-jobclient + Apache Hadoop MapReduce JobClient always diff --git a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-nativetask/pom.xml b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-nativetask/pom.xml index 7fc5f2d886..3b0ee48a6e 100644 --- a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-nativetask/pom.xml +++ b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-nativetask/pom.xml @@ -25,7 +25,7 @@ org.apache.hadoop hadoop-mapreduce-client-nativetask 3.0.0-SNAPSHOT - hadoop-mapreduce-client-nativetask + Apache Hadoop MapReduce NativeTask diff --git a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-shuffle/pom.xml b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-shuffle/pom.xml index f00b344934..12ae83da78 100644 --- a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-shuffle/pom.xml +++ b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-shuffle/pom.xml @@ -25,7 +25,7 @@ org.apache.hadoop hadoop-mapreduce-client-shuffle 3.0.0-SNAPSHOT - hadoop-mapreduce-client-shuffle + Apache Hadoop MapReduce Shuffle diff --git a/hadoop-mapreduce-project/hadoop-mapreduce-client/pom.xml b/hadoop-mapreduce-project/hadoop-mapreduce-client/pom.xml index 5a16820baf..b507a5c52f 100644 --- a/hadoop-mapreduce-project/hadoop-mapreduce-client/pom.xml +++ b/hadoop-mapreduce-project/hadoop-mapreduce-client/pom.xml @@ -26,7 +26,7 @@ org.apache.hadoop hadoop-mapreduce-client 3.0.0-SNAPSHOT - hadoop-mapreduce-client + Apache Hadoop MapReduce Client pom diff --git a/hadoop-mapreduce-project/pom.xml b/hadoop-mapreduce-project/pom.xml index 5cee534057..088a3bae7d 100644 --- a/hadoop-mapreduce-project/pom.xml +++ b/hadoop-mapreduce-project/pom.xml @@ -25,7 +25,7 @@ hadoop-mapreduce 3.0.0-SNAPSHOT pom - hadoop-mapreduce + Apache Hadoop MapReduce http://hadoop.apache.org/mapreduce/