diff --git a/hadoop-mapreduce-project/CHANGES.txt b/hadoop-mapreduce-project/CHANGES.txt index bcbd22951bc..e139d38a674 100644 --- a/hadoop-mapreduce-project/CHANGES.txt +++ b/hadoop-mapreduce-project/CHANGES.txt @@ -134,6 +134,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 5341672e751..0a5343a790e 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 2.8.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 824e753abed..d561270f2e1 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 2.8.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 44d1c17dda1..a8efa93ee9d 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 2.8.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 babd3d337ab..ebafbcdee91 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 2.8.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 c38fa67f6c9..afd2a64ecd3 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 2.8.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 1224b6984ea..f9edc27fb92 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 2.8.0-SNAPSHOT - hadoop-mapreduce-client-jobclient + Apache Hadoop MapReduce JobClient always 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 3aac92774a5..c6001b9cd26 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 2.8.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 21e70085e00..c2ff543748f 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 2.8.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 4b47493f0ce..669b09bc7d6 100644 --- a/hadoop-mapreduce-project/pom.xml +++ b/hadoop-mapreduce-project/pom.xml @@ -25,7 +25,7 @@ hadoop-mapreduce 2.8.0-SNAPSHOT pom - hadoop-mapreduce + Apache Hadoop MapReduce http://hadoop.apache.org/mapreduce/