HDFS-9211. Fix incorrect version in hadoop-hdfs-native-client/pom.xml from HDFS-9170 branch-2 backport. Contributed by Eric Payne.

This commit is contained in:
Andrew Wang 2015-10-07 18:04:19 -07:00
parent ad1f0f307b
commit 2f4bcdef8c
2 changed files with 5 additions and 2 deletions

View File

@ -20,12 +20,12 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-project-dist</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>2.8.0-SNAPSHOT</version>
<relativePath>../../hadoop-project-dist</relativePath>
</parent>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-hdfs-native-client</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>2.8.0-SNAPSHOT</version>
<description>Apache Hadoop HDFS Native Client</description>
<name>Apache Hadoop HDFS Native Client</name>
<packaging>jar</packaging>

View File

@ -1166,6 +1166,9 @@ Release 2.8.0 - UNRELEASED
HDFS-9176. Fix TestDirectoryScanner#testThrottling often fails.
(Daniel Templeton via lei)
HDFS-9211. Fix incorrect version in hadoop-hdfs-native-client/pom.xml
from HDFS-9170 branch-2 backport. (Eric Payne via wang)
Release 2.7.2 - UNRELEASED
INCOMPATIBLE CHANGES