Return-Path: X-Original-To: apmail-hadoop-common-commits-archive@www.apache.org Delivered-To: apmail-hadoop-common-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C1AF317C0A for ; Thu, 8 Oct 2015 01:04:32 +0000 (UTC) Received: (qmail 95922 invoked by uid 500); 8 Oct 2015 01:04:32 -0000 Delivered-To: apmail-hadoop-common-commits-archive@hadoop.apache.org Received: (qmail 95866 invoked by uid 500); 8 Oct 2015 01:04:32 -0000 Mailing-List: contact common-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-dev@hadoop.apache.org Delivered-To: mailing list common-commits@hadoop.apache.org Received: (qmail 95857 invoked by uid 99); 8 Oct 2015 01:04:32 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Oct 2015 01:04:32 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 53347E08CD; Thu, 8 Oct 2015 01:04:32 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: wang@apache.org To: common-commits@hadoop.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: hadoop git commit: HDFS-9211. Fix incorrect version in hadoop-hdfs-native-client/pom.xml from HDFS-9170 branch-2 backport. Contributed by Eric Payne. Date: Thu, 8 Oct 2015 01:04:32 +0000 (UTC) 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 Authored: Wed Oct 7 18:04:19 2015 -0700 Committer: Andrew Wang 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"> org.apache.hadoop hadoop-project-dist - 3.0.0-SNAPSHOT + 2.8.0-SNAPSHOT ../../hadoop-project-dist org.apache.hadoop hadoop-hdfs-native-client - 3.0.0-SNAPSHOT + 2.8.0-SNAPSHOT Apache Hadoop HDFS Native Client Apache Hadoop HDFS Native Client jar 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