HDFS-3254. Branch-2 build broken due to wrong version number in fuse-dfs' pom.xml. Contributed by Anupam Seth

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1324856 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Eli Collins 2012-04-11 16:39:22 +00:00
parent 3272a1c2f8
commit fac3cadf08
2 changed files with 5 additions and 2 deletions

View File

@ -370,6 +370,9 @@ Release 2.0.0 - UNRELEASED
HDFS-2696. Fix the fuse-fds build. (Bruno Mahé via eli) HDFS-2696. Fix the fuse-fds build. (Bruno Mahé via eli)
HDFS-3254. Branch-2 build broken due to wrong version number in
fuse-dfs' pom.xml. (Anupam Seth via eli)
BREAKDOWN OF HDFS-1623 SUBTASKS BREAKDOWN OF HDFS-1623 SUBTASKS
HDFS-2179. Add fencing framework and mechanisms for NameNode HA. (todd) HDFS-2179. Add fencing framework and mechanisms for NameNode HA. (todd)

View File

@ -19,12 +19,12 @@
<parent> <parent>
<groupId>org.apache.hadoop</groupId> <groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-project</artifactId> <artifactId>hadoop-project</artifactId>
<version>3.0.0-SNAPSHOT</version> <version>2.0.0-SNAPSHOT</version>
<relativePath>../../../../../hadoop-project</relativePath> <relativePath>../../../../../hadoop-project</relativePath>
</parent> </parent>
<groupId>org.apache.hadoop.contrib</groupId> <groupId>org.apache.hadoop.contrib</groupId>
<artifactId>hadoop-hdfs-fuse</artifactId> <artifactId>hadoop-hdfs-fuse</artifactId>
<version>3.0.0-SNAPSHOT</version> <version>2.0.0-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>Apache Hadoop HDFS Fuse</name> <name>Apache Hadoop HDFS Fuse</name>