Fix version in the pom.xml from HADOOP-11007 for branch-2.
This commit is contained in:
parent
318f0e1e0c
commit
8cf5f9eede
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue