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 2015/05/01 22:34:50 UTC

[6/6] hbase git commit: HBASE-13325 Protocol Buffers 2.5 no longer available for download on code.google.com

HBASE-13325 Protocol Buffers 2.5 no longer available for download on code.google.com


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

Branch: refs/heads/branch-1
Commit: d16c8ab71b546e557eb781ea9702386aaae14beb
Parents: 62da795
Author: Elliott Clark <ec...@apache.org>
Authored: Wed Mar 25 09:27:12 2015 -0700
Committer: Andrew Purtell <ap...@apache.org>
Committed: Fri May 1 13:31:40 2015 -0700

----------------------------------------------------------------------
 .../src/main/java/org/apache/hadoop/hbase/protobuf/package.html    | 2 +-
 hbase-protocol/README.txt                                          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/d16c8ab7/hbase-client/src/main/java/org/apache/hadoop/hbase/protobuf/package.html
----------------------------------------------------------------------
diff --git a/hbase-client/src/main/java/org/apache/hadoop/hbase/protobuf/package.html b/hbase-client/src/main/java/org/apache/hadoop/hbase/protobuf/package.html
index 292cac5..d324653 100644
--- a/hbase-client/src/main/java/org/apache/hadoop/hbase/protobuf/package.html
+++ b/hbase-client/src/main/java/org/apache/hadoop/hbase/protobuf/package.html
@@ -20,7 +20,7 @@
 
 <head />
 <body bgcolor="white">
-Holds classes generated from <a href="http://code.google.com/apis/protocolbuffers/">protobuf</a>
+Holds classes generated from <a href="https://developers.google.com/protocol-buffers/">protobuf</a>
 <code>src/main/protobuf</code> definition files.
 
 <p>See under <code>src/main/protobuf</code> for instruction on how to generate the content under

http://git-wip-us.apache.org/repos/asf/hbase/blob/d16c8ab7/hbase-protocol/README.txt
----------------------------------------------------------------------
diff --git a/hbase-protocol/README.txt b/hbase-protocol/README.txt
index b67f0c3..e651411 100644
--- a/hbase-protocol/README.txt
+++ b/hbase-protocol/README.txt
@@ -5,7 +5,7 @@ and then checked in.  The reasoning is that they change infrequently.
 To regenerate the classes after making definition file changes, ensure first that
 the protobuf protoc tool is in your $PATH (You may need to download it and build
 it first; its part of the protobuf package obtainable from here: 
-http://code.google.com/p/protobuf/downloads/list).
+https://github.com/google/protobuf/releases/tag/v2.5.0).
 
 HBase uses hadoop-maven-plugins:protoc goal to invoke the protoc command. You can 
 compile the protoc definitions by invoking maven with profile compile-protobuf or