Repository: hadoop
Updated Branches:
  refs/heads/branch-2 ad865b1cd -> 235a77fe1


HADOOP-11317. Increment SLF4J version to 1.7.10. Contributed by Tim Robertson.

(cherry picked from commit 20a4768397a36a21a6e6d9b27b5a81898a5889d9)


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/235a77fe
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/235a77fe
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/235a77fe

Branch: refs/heads/branch-2
Commit: 235a77fe1c66b77791419240a84156b608ed30ed
Parents: ad865b1
Author: Tsuyoshi Ozawa <[email protected]>
Authored: Wed Jan 28 21:55:09 2015 +0900
Committer: Tsuyoshi Ozawa <[email protected]>
Committed: Wed Jan 28 21:55:33 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/235a77fe/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 9ba15ba..4c75ee5 100644
--- a/hadoop-common-project/hadoop-common/CHANGES.txt
+++ b/hadoop-common-project/hadoop-common/CHANGES.txt
@@ -147,6 +147,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/235a77fe/hadoop-project/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml
index e1c929d..8aa46c8 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -674,17 +674,17 @@
       <dependency>
         <groupId>org.slf4j</groupId>
         <artifactId>slf4j-api</artifactId>
-        <version>1.7.5</version>
+        <version>1.7.10</version>
       </dependency>
       <dependency>
         <groupId>org.slf4j</groupId>
         <artifactId>slf4j-log4j12</artifactId>
-        <version>1.7.5</version>
+        <version>1.7.10</version>
       </dependency>
       <dependency>
         <groupId>org.slf4j</groupId>
         <artifactId>jul-to-slf4j</artifactId>
-        <version>1.7.5</version>
+        <version>1.7.10</version>
       </dependency>
       <dependency>
         <groupId>org.eclipse.jdt</groupId>

Reply via email to