You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ap...@apache.org on 2014/06/27 04:17:49 UTC

[2/2] git commit: HBASE-11418 build target site doesn't respect hadoop-two.version property (Konstantin Boudnik)

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


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/1a1c3772
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/1a1c3772
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/1a1c3772

Branch: refs/heads/0.98
Commit: 1a1c377221dff6457d48a56b45e934563d621b9a
Parents: da1a940
Author: Andrew Purtell <ap...@apache.org>
Authored: Thu Jun 26 19:15:28 2014 -0700
Committer: Andrew Purtell <ap...@apache.org>
Committed: Thu Jun 26 19:16:19 2014 -0700

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/1a1c3772/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c769c44..fbfa819 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2028,7 +2028,7 @@
 		<groupId>org.apache.hadoop</groupId>
 		<!-- doclet lives in hadoop 2's hadoop-common module -->
 		<artifactId>hadoop-common</artifactId>
-		<version>2.2.0</version>
+		<version>${hadoop-two.version}</version>
 	      </docletArtifact>
 	      <destDir>apidocs</destDir>
 	      <name>User API</name>