You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-commits@hadoop.apache.org by to...@apache.org on 2011/08/22 19:40:59 UTC

svn commit: r1160344 - /hadoop/common/trunk/hadoop-hdfs/pom.xml

Author: tomwhite
Date: Mon Aug 22 17:40:58 2011
New Revision: 1160344

URL: http://svn.apache.org/viewvc?rev=1160344&view=rev
Log:
HADOOP-7496. Break Maven TAR & bintar profiles into just LAYOUT & TAR proper. Contributed by Alejandro Abdelnur.

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

Modified: hadoop/common/trunk/hadoop-hdfs/pom.xml
URL: http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-hdfs/pom.xml?rev=1160344&r1=1160343&r2=1160344&view=diff
==============================================================================
--- hadoop/common/trunk/hadoop-hdfs/pom.xml (original)
+++ hadoop/common/trunk/hadoop-hdfs/pom.xml Mon Aug 22 17:40:58 2011
@@ -16,9 +16,9 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.hadoop</groupId>
-    <artifactId>hadoop-project-distro</artifactId>
+    <artifactId>hadoop-project-dist</artifactId>
     <version>0.23.0-SNAPSHOT</version>
-    <relativePath>../hadoop-project-distro</relativePath>
+    <relativePath>../hadoop-project-dist</relativePath>
   </parent>
   <groupId>org.apache.hadoop</groupId>
   <artifactId>hadoop-hdfs</artifactId>