MAPREDUCE-6342. Make POM project names consistent. Contributed by Rohith.
This commit is contained in:
parent
eaa5f3e448
commit
ade5165ecf
|
@ -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
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
<groupId>org.apache.hadoop</groupId>
|
||||
<artifactId>hadoop-mapreduce-client-app</artifactId>
|
||||
<version>2.8.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>
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
<groupId>org.apache.hadoop</groupId>
|
||||
<artifactId>hadoop-mapreduce-client-common</artifactId>
|
||||
<version>2.8.0-SNAPSHOT</version>
|
||||
<name>hadoop-mapreduce-client-common</name>
|
||||
<name>Apache Hadoop MapReduce Common</name>
|
||||
|
||||
<properties>
|
||||
<!-- Needed for generating FindBugs warnings using parent pom -->
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
<groupId>org.apache.hadoop</groupId>
|
||||
<artifactId>hadoop-mapreduce-client-core</artifactId>
|
||||
<version>2.8.0-SNAPSHOT</version>
|
||||
<name>hadoop-mapreduce-client-core</name>
|
||||
<name>Apache Hadoop MapReduce Core</name>
|
||||
|
||||
<properties>
|
||||
<!-- Needed for generating FindBugs warnings using parent pom -->
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
<groupId>org.apache.hadoop</groupId>
|
||||
<artifactId>hadoop-mapreduce-client-hs-plugins</artifactId>
|
||||
<version>2.8.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 -->
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
<groupId>org.apache.hadoop</groupId>
|
||||
<artifactId>hadoop-mapreduce-client-hs</artifactId>
|
||||
<version>2.8.0-SNAPSHOT</version>
|
||||
<name>hadoop-mapreduce-client-hs</name>
|
||||
<name>Apache Hadoop MapReduce HistoryServer</name>
|
||||
|
||||
<properties>
|
||||
<!-- Needed for generating FindBugs warnings using parent pom -->
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
<groupId>org.apache.hadoop</groupId>
|
||||
<artifactId>hadoop-mapreduce-client-jobclient</artifactId>
|
||||
<version>2.8.0-SNAPSHOT</version>
|
||||
<name>hadoop-mapreduce-client-jobclient</name>
|
||||
<name>Apache Hadoop MapReduce JobClient</name>
|
||||
|
||||
<properties>
|
||||
<fork.mode>always</fork.mode>
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
<groupId>org.apache.hadoop</groupId>
|
||||
<artifactId>hadoop-mapreduce-client-shuffle</artifactId>
|
||||
<version>2.8.0-SNAPSHOT</version>
|
||||
<name>hadoop-mapreduce-client-shuffle</name>
|
||||
<name>Apache Hadoop MapReduce Shuffle</name>
|
||||
|
||||
<properties>
|
||||
<!-- Needed for generating FindBugs warnings using parent pom -->
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
<groupId>org.apache.hadoop</groupId>
|
||||
<artifactId>hadoop-mapreduce-client</artifactId>
|
||||
<version>2.8.0-SNAPSHOT</version>
|
||||
<name>hadoop-mapreduce-client</name>
|
||||
<name>Apache Hadoop MapReduce Client</name>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<properties>
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
<artifactId>hadoop-mapreduce</artifactId>
|
||||
<version>2.8.0-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
<name>hadoop-mapreduce</name>
|
||||
<name>Apache Hadoop MapReduce</name>
|
||||
<url>http://hadoop.apache.org/mapreduce/</url>
|
||||
|
||||
<properties>
|
||||
|
|
Loading…
Reference in New Issue