HDFS-5071 Change hdfs-nfs parent project to hadoop-project. Contributed by Brandon Li
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1511502 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
54e144059e
commit
84454c7d74
@ -19,9 +19,9 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.hadoop</groupId>
|
<groupId>org.apache.hadoop</groupId>
|
||||||
<artifactId>hadoop-project-dist</artifactId>
|
<artifactId>hadoop-project</artifactId>
|
||||||
<version>3.0.0-SNAPSHOT</version>
|
<version>3.0.0-SNAPSHOT</version>
|
||||||
<relativePath>../../hadoop-project-dist</relativePath>
|
<relativePath>../../hadoop-project</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.apache.hadoop</groupId>
|
<groupId>org.apache.hadoop</groupId>
|
||||||
<artifactId>hadoop-hdfs-nfs</artifactId>
|
<artifactId>hadoop-hdfs-nfs</artifactId>
|
||||||
|
@ -273,6 +273,8 @@ Release 2.1.1-beta - UNRELEASED
|
|||||||
|
|
||||||
HDFS-4962 Use enum for nfs constants (Nicholas SZE via jing9)
|
HDFS-4962 Use enum for nfs constants (Nicholas SZE via jing9)
|
||||||
|
|
||||||
|
HDFS-5071 Change hdfs-nfs parent project to hadoop-project (brandonli)
|
||||||
|
|
||||||
IMPROVEMENTS
|
IMPROVEMENTS
|
||||||
|
|
||||||
HDFS-4513. Clarify in the WebHDFS REST API that all JSON respsonses may
|
HDFS-4513. Clarify in the WebHDFS REST API that all JSON respsonses may
|
||||||
|
Loading…
Reference in New Issue
Block a user