You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by co...@apache.org on 2013/06/01 00:14:04 UTC

svn commit: r1488413 - /hadoop/common/branches/branch-2.0.5-alpha/hadoop-project/pom.xml

Author: cos
Date: Fri May 31 22:14:04 2013
New Revision: 1488413

URL: http://svn.apache.org/r1488413
Log:
HADOOP-9407. commons-daemon 1.0.3 dependency has bad group id causing build issues. Contributed by Sangjin Lee.

Modified:
    hadoop/common/branches/branch-2.0.5-alpha/hadoop-project/pom.xml

Modified: hadoop/common/branches/branch-2.0.5-alpha/hadoop-project/pom.xml
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-2.0.5-alpha/hadoop-project/pom.xml?rev=1488413&r1=1488412&r2=1488413&view=diff
==============================================================================
--- hadoop/common/branches/branch-2.0.5-alpha/hadoop-project/pom.xml (original)
+++ hadoop/common/branches/branch-2.0.5-alpha/hadoop-project/pom.xml Fri May 31 22:14:04 2013
@@ -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>