Repository: hadoop Updated Branches: refs/heads/branch-2 ad1f0f307 -> 2f4bcdef8
HDFS-9211. Fix incorrect version in hadoop-hdfs-native-client/pom.xml from HDFS-9170 branch-2 backport. Contributed by Eric Payne. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/2f4bcdef Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/2f4bcdef Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/2f4bcdef Branch: refs/heads/branch-2 Commit: 2f4bcdef8c5e5861114059d73637151c6dcae282 Parents: ad1f0f3 Author: Andrew Wang <[email protected]> Authored: Wed Oct 7 18:04:19 2015 -0700 Committer: Andrew Wang <[email protected]> Committed: Wed Oct 7 18:04:19 2015 -0700 ---------------------------------------------------------------------- hadoop-hdfs-project/hadoop-hdfs-native-client/pom.xml | 4 ++-- hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/2f4bcdef/hadoop-hdfs-project/hadoop-hdfs-native-client/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-hdfs-project/hadoop-hdfs-native-client/pom.xml b/hadoop-hdfs-project/hadoop-hdfs-native-client/pom.xml index 5632c48..d72f3e5 100644 --- a/hadoop-hdfs-project/hadoop-hdfs-native-client/pom.xml +++ b/hadoop-hdfs-project/hadoop-hdfs-native-client/pom.xml @@ -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> http://git-wip-us.apache.org/repos/asf/hadoop/blob/2f4bcdef/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt ---------------------------------------------------------------------- diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt index 44ce313..9250c2b 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -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
