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 tu...@apache.org on 2012/03/06 00:12:47 UTC

svn commit: r1297281 - /hadoop/common/branches/branch-0.23/hadoop-client/pom.xml

Author: tucu
Date: Mon Mar  5 23:12:46 2012
New Revision: 1297281

URL: http://svn.apache.org/viewvc?rev=1297281&view=rev
Log:
Merge -r 1297269:1297270 from trunk to branch. FIXES: HADOOP-8125

Modified:
    hadoop/common/branches/branch-0.23/hadoop-client/pom.xml

Modified: hadoop/common/branches/branch-0.23/hadoop-client/pom.xml
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.23/hadoop-client/pom.xml?rev=1297281&r1=1297280&r2=1297281&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.23/hadoop-client/pom.xml (original)
+++ hadoop/common/branches/branch-0.23/hadoop-client/pom.xml Mon Mar  5 23:12:46 2012
@@ -17,9 +17,9 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.hadoop</groupId>
-    <artifactId>hadoop-project</artifactId>
+    <artifactId>hadoop-project-dist</artifactId>
     <version>0.23.3-SNAPSHOT</version>
-    <relativePath>../hadoop-project</relativePath>
+    <relativePath>../hadoop-project-dist</relativePath>
   </parent>
   <groupId>org.apache.hadoop</groupId>
   <artifactId>hadoop-client</artifactId>
@@ -29,6 +29,10 @@
   <description>Apache Hadoop Client</description>
   <name>Apache Hadoop Client</name>
 
+<properties>
+   <hadoop.component>client</hadoop.component>
+ </properties>
+
   <dependencies>
     <dependency>
       <groupId>org.apache.hadoop</groupId>