HBASE-11418 build target site doesn't respect hadoop-two.version property (Konstantin Boudnik)
This commit is contained in:
parent
96681210a7
commit
22575c9a72
2
pom.xml
2
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue