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:48 UTC

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

Repository: hbase
Updated Branches:
  refs/heads/0.98 da1a940dd -> 1a1c37722
  refs/heads/master 96681210a -> 22575c9a7


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/22575c9a
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/22575c9a
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/22575c9a

Branch: refs/heads/master
Commit: 22575c9a721ec3a0dadffa26f58bd49ee9f932d6
Parents: 9668121
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:15:28 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/22575c9a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5e25de8..db7395a 100644
--- a/pom.xml
+++ b/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>


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

Posted by ap...@apache.org.
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>