MAPREDUCE-6342. Make POM project names consistent. Contributed by Rohith.
This commit is contained in:
parent
4c6816faf8
commit
2401ff76be
|
@ -386,6 +386,8 @@ Release 2.8.0 - UNRELEASED
|
||||||
MAPREDUCE-6356. Misspelling of threshold in log4j.properties for tests.
|
MAPREDUCE-6356. Misspelling of threshold in log4j.properties for tests.
|
||||||
(Brahma Reddy Battula via aajisaka)
|
(Brahma Reddy Battula via aajisaka)
|
||||||
|
|
||||||
|
MAPREDUCE-6342. Make POM project names consistent. (Rohith via devaraj)
|
||||||
|
|
||||||
Release 2.7.1 - UNRELEASED
|
Release 2.7.1 - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
<groupId>org.apache.hadoop</groupId>
|
<groupId>org.apache.hadoop</groupId>
|
||||||
<artifactId>hadoop-mapreduce-client-app</artifactId>
|
<artifactId>hadoop-mapreduce-client-app</artifactId>
|
||||||
<version>3.0.0-SNAPSHOT</version>
|
<version>3.0.0-SNAPSHOT</version>
|
||||||
<name>hadoop-mapreduce-client-app</name>
|
<name>Apache Hadoop MapReduce App</name>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<applink.base>${project.build.directory}/${project.name}</applink.base>
|
<applink.base>${project.build.directory}/${project.name}</applink.base>
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
<groupId>org.apache.hadoop</groupId>
|
<groupId>org.apache.hadoop</groupId>
|
||||||
<artifactId>hadoop-mapreduce-client-common</artifactId>
|
<artifactId>hadoop-mapreduce-client-common</artifactId>
|
||||||
<version>3.0.0-SNAPSHOT</version>
|
<version>3.0.0-SNAPSHOT</version>
|
||||||
<name>hadoop-mapreduce-client-common</name>
|
<name>Apache Hadoop MapReduce Common</name>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<!-- Needed for generating FindBugs warnings using parent pom -->
|
<!-- Needed for generating FindBugs warnings using parent pom -->
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
<groupId>org.apache.hadoop</groupId>
|
<groupId>org.apache.hadoop</groupId>
|
||||||
<artifactId>hadoop-mapreduce-client-core</artifactId>
|
<artifactId>hadoop-mapreduce-client-core</artifactId>
|
||||||
<version>3.0.0-SNAPSHOT</version>
|
<version>3.0.0-SNAPSHOT</version>
|
||||||
<name>hadoop-mapreduce-client-core</name>
|
<name>Apache Hadoop MapReduce Core</name>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<!-- Needed for generating FindBugs warnings using parent pom -->
|
<!-- Needed for generating FindBugs warnings using parent pom -->
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
<groupId>org.apache.hadoop</groupId>
|
<groupId>org.apache.hadoop</groupId>
|
||||||
<artifactId>hadoop-mapreduce-client-hs-plugins</artifactId>
|
<artifactId>hadoop-mapreduce-client-hs-plugins</artifactId>
|
||||||
<version>3.0.0-SNAPSHOT</version>
|
<version>3.0.0-SNAPSHOT</version>
|
||||||
<name>hadoop-mapreduce-client-hs-plugins</name>
|
<name>Apache Hadoop MapReduce HistoryServer Plugins</name>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<!-- Needed for generating FindBugs warnings using parent pom -->
|
<!-- Needed for generating FindBugs warnings using parent pom -->
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
<groupId>org.apache.hadoop</groupId>
|
<groupId>org.apache.hadoop</groupId>
|
||||||
<artifactId>hadoop-mapreduce-client-hs</artifactId>
|
<artifactId>hadoop-mapreduce-client-hs</artifactId>
|
||||||
<version>3.0.0-SNAPSHOT</version>
|
<version>3.0.0-SNAPSHOT</version>
|
||||||
<name>hadoop-mapreduce-client-hs</name>
|
<name>Apache Hadoop MapReduce HistoryServer</name>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<!-- Needed for generating FindBugs warnings using parent pom -->
|
<!-- Needed for generating FindBugs warnings using parent pom -->
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
<groupId>org.apache.hadoop</groupId>
|
<groupId>org.apache.hadoop</groupId>
|
||||||
<artifactId>hadoop-mapreduce-client-jobclient</artifactId>
|
<artifactId>hadoop-mapreduce-client-jobclient</artifactId>
|
||||||
<version>3.0.0-SNAPSHOT</version>
|
<version>3.0.0-SNAPSHOT</version>
|
||||||
<name>hadoop-mapreduce-client-jobclient</name>
|
<name>Apache Hadoop MapReduce JobClient</name>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<fork.mode>always</fork.mode>
|
<fork.mode>always</fork.mode>
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
<groupId>org.apache.hadoop</groupId>
|
<groupId>org.apache.hadoop</groupId>
|
||||||
<artifactId>hadoop-mapreduce-client-nativetask</artifactId>
|
<artifactId>hadoop-mapreduce-client-nativetask</artifactId>
|
||||||
<version>3.0.0-SNAPSHOT</version>
|
<version>3.0.0-SNAPSHOT</version>
|
||||||
<name>hadoop-mapreduce-client-nativetask</name>
|
<name>Apache Hadoop MapReduce NativeTask</name>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<!-- Needed for generating FindBugs warnings using parent pom -->
|
<!-- Needed for generating FindBugs warnings using parent pom -->
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
<groupId>org.apache.hadoop</groupId>
|
<groupId>org.apache.hadoop</groupId>
|
||||||
<artifactId>hadoop-mapreduce-client-shuffle</artifactId>
|
<artifactId>hadoop-mapreduce-client-shuffle</artifactId>
|
||||||
<version>3.0.0-SNAPSHOT</version>
|
<version>3.0.0-SNAPSHOT</version>
|
||||||
<name>hadoop-mapreduce-client-shuffle</name>
|
<name>Apache Hadoop MapReduce Shuffle</name>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<!-- Needed for generating FindBugs warnings using parent pom -->
|
<!-- Needed for generating FindBugs warnings using parent pom -->
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
<groupId>org.apache.hadoop</groupId>
|
<groupId>org.apache.hadoop</groupId>
|
||||||
<artifactId>hadoop-mapreduce-client</artifactId>
|
<artifactId>hadoop-mapreduce-client</artifactId>
|
||||||
<version>3.0.0-SNAPSHOT</version>
|
<version>3.0.0-SNAPSHOT</version>
|
||||||
<name>hadoop-mapreduce-client</name>
|
<name>Apache Hadoop MapReduce Client</name>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
<artifactId>hadoop-mapreduce</artifactId>
|
<artifactId>hadoop-mapreduce</artifactId>
|
||||||
<version>3.0.0-SNAPSHOT</version>
|
<version>3.0.0-SNAPSHOT</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<name>hadoop-mapreduce</name>
|
<name>Apache Hadoop MapReduce</name>
|
||||||
<url>http://hadoop.apache.org/mapreduce/</url>
|
<url>http://hadoop.apache.org/mapreduce/</url>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
|
Loading…
Reference in New Issue