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 CA7541727D for ; Wed, 28 Jan 2015 12:56:12 +0000 (UTC) Received: (qmail 21870 invoked by uid 500); 28 Jan 2015 12:56:13 -0000 Delivered-To: apmail-hadoop-common-commits-archive@hadoop.apache.org Received: (qmail 21794 invoked by uid 500); 28 Jan 2015 12:56:13 -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 21785 invoked by uid 99); 28 Jan 2015 12:56:13 -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; Wed, 28 Jan 2015 12:56:13 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B849EE03EE; Wed, 28 Jan 2015 12:56:12 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ozawa@apache.org To: common-commits@hadoop.apache.org Message-Id: <99bf0d04042b43658da7acfaaff553fc@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: hadoop git commit: HADOOP-11317. Increment SLF4J version to 1.7.10. Contributed by Tim Robertson. Date: Wed, 28 Jan 2015 12:56:12 +0000 (UTC) Repository: hadoop Updated Branches: refs/heads/trunk d12dd47f4 -> 20a476839 HADOOP-11317. Increment SLF4J version to 1.7.10. Contributed by Tim Robertson. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/20a47683 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/20a47683 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/20a47683 Branch: refs/heads/trunk Commit: 20a4768397a36a21a6e6d9b27b5a81898a5889d9 Parents: d12dd47 Author: Tsuyoshi Ozawa Authored: Wed Jan 28 21:55:09 2015 +0900 Committer: Tsuyoshi Ozawa Committed: Wed Jan 28 21:55:09 2015 +0900 ---------------------------------------------------------------------- hadoop-common-project/hadoop-common/CHANGES.txt | 2 ++ hadoop-project/pom.xml | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/20a47683/hadoop-common-project/hadoop-common/CHANGES.txt ---------------------------------------------------------------------- diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index b87c9ae..7ba6148 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -508,6 +508,8 @@ Release 2.7.0 - UNRELEASED HADOOP-10626. Limit Returning Attributes for LDAP search. (Jason Hubbard via atm) + HADOOP-11317. Increment SLF4J version to 1.7.10. (Tim Robertson via ozawa) + OPTIMIZATIONS HADOOP-11323. WritableComparator#compare keeps reference to byte array. http://git-wip-us.apache.org/repos/asf/hadoop/blob/20a47683/hadoop-project/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index c3881e8..a13168d 100644 --- a/hadoop-project/pom.xml +++ b/hadoop-project/pom.xml @@ -675,17 +675,17 @@ org.slf4j slf4j-api - 1.7.5 + 1.7.10 org.slf4j slf4j-log4j12 - 1.7.5 + 1.7.10 org.slf4j jul-to-slf4j - 1.7.5 + 1.7.10 org.eclipse.jdt