HBASE-11418 build target site doesn't respect hadoop-two.version property (Konstantin Boudnik)

This commit is contained in:
Andrew Purtell 2014-06-26 19:15:28 -07:00
parent 96681210a7
commit 22575c9a72
1 changed files with 1 additions and 1 deletions

View File

@ -1959,7 +1959,7 @@
<groupId>org.apache.hadoop</groupId>
<!-- doclet lives in hadoop 2's hadoop-common module -->
<artifactId>hadoop-common</artifactId>
<version>2.3.0</version>
<version>${hadoop-two.version}</version>
</docletArtifact>
<destDir>apidocs</destDir>
<name>User API</name>