Преглед изворни кода

HADOOP-9407. commons-daemon 1.0.3 dependency has bad group id causing build issues. Contributed by Sangjin Lee.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2.0.4-alpha@1486204 13f79535-47bb-0310-9956-ffa450edef68
Konstantin Boudnik пре 12 година
родитељ
комит
da4c920a85
2 измењених фајлова са 20 додато и 2 уклоњено
  1. 19 1
      hadoop-common-project/hadoop-common/CHANGES.txt
  2. 1 1
      hadoop-project/pom.xml

+ 19 - 1
hadoop-common-project/hadoop-common/CHANGES.txt

@@ -1,6 +1,24 @@
 Hadoop Change Log
 
-Release 2.0.4-alpha - UNRELEASED
+Release 2.0.4.1-alpha - UNRELEASED
+
+  INCOMPATIBLE CHANGES
+
+  NEW FEATURES
+
+  IMPROVEMENTS
+
+  OPTIMIZATIONS
+
+  BUG FIXES
+
+  MAPREDUCE-5240 inside of FileOutputCommitter the initialized Credentials cache
+  appears to be empty. (vinodkv)
+
+  HADOOP-9407. commons-daemon 1.0.3 dependency has bad group id causing
+  build issues. (Sangjin Lee via suresh)
+
+Release 2.0.4-alpha - 2013-04-25
 
   INCOMPATIBLE CHANGES
 

+ 1 - 1
hadoop-project/pom.xml

@@ -46,7 +46,7 @@
 
     <hadoop.assemblies.version>${project.version}</hadoop.assemblies.version>
 
-    <commons-daemon.version>1.0.3</commons-daemon.version>
+    <commons-daemon.version>1.0.13</commons-daemon.version>
 
     <test.build.dir>${project.build.directory}/test-dir</test.build.dir>
     <test.build.data>${test.build.dir}</test.build.data>