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:04:19 UTC

svn commit: r1297270 - /hadoop/common/trunk/hadoop-client/pom.xml

Author: tucu
Date: Mon Mar  5 23:04:19 2012
New Revision: 1297270

URL: http://svn.apache.org/viewvc?rev=1297270&view=rev
Log:
HADOOP-8125. make hadoop-client set of curated jars available in a distribution tarball (rvs via tucu)

Modified:
    hadoop/common/trunk/hadoop-client/pom.xml

Modified: hadoop/common/trunk/hadoop-client/pom.xml
URL: http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-client/pom.xml?rev=1297270&r1=1297269&r2=1297270&view=diff
==============================================================================
--- hadoop/common/trunk/hadoop-client/pom.xml (original)
+++ hadoop/common/trunk/hadoop-client/pom.xml Mon Mar  5 23:04:19 2012
@@ -15,12 +15,12 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <groupId>org.apache.hadoop</groupId>
-    <artifactId>hadoop-project</artifactId>
-    <version>0.24.0-SNAPSHOT</version>
-    <relativePath>../hadoop-project</relativePath>
-  </parent>
+<parent>
+   <groupId>org.apache.hadoop</groupId>
+   <artifactId>hadoop-project-dist</artifactId>
+   <version>0.24.0-SNAPSHOT</version>
+   <relativePath>../../hadoop-project-dist</relativePath>
+ </parent>
   <groupId>org.apache.hadoop</groupId>
   <artifactId>hadoop-client</artifactId>
   <version>0.24.0-SNAPSHOT</version>
@@ -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>