Fix version in the pom.xml from HADOOP-11007 for branch-2.

This commit is contained in:
Kihwal Lee 2014-10-07 16:42:35 -05:00
parent 318f0e1e0c
commit 8cf5f9eede
1 changed files with 2 additions and 2 deletions

View File

@ -20,12 +20,12 @@
<parent>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-project</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>2.6.0-SNAPSHOT</version>
<relativePath>../../hadoop-project</relativePath>
</parent>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-ant</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>2.6.0-SNAPSHOT</version>
<description>Apache Hadoop Ant Tasks</description>
<name>Apache Hadoop Ant Tasks</name>
<packaging>jar</packaging>