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:
parent
ad1f0f307b
commit
2f4bcdef8c
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue