HBASE-20410 update protoc to 3.5.1-1 for rhel6

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

Branch: refs/heads/branch-2.0
Commit: 7704d3bb1cdd1e3c1cb5958e0ce91c0024c80321
Parents: 8ca2d0f
Author: Mike Drob <md...@apache.org>
Authored: Fri Apr 13 09:44:59 2018 -0500
Committer: Mike Drob <md...@apache.org>
Committed: Fri Apr 13 13:10:41 2018 -0500

----------------------------------------------------------------------
 hbase-protocol-shaded/pom.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/7704d3bb/hbase-protocol-shaded/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-protocol-shaded/pom.xml b/hbase-protocol-shaded/pom.xml
index ba73dc1..d43047d 100644
--- a/hbase-protocol-shaded/pom.xml
+++ b/hbase-protocol-shaded/pom.xml
@@ -33,8 +33,10 @@
     <maven.javadoc.skip>true</maven.javadoc.skip>
     <!--Version of protobuf that hbase uses internally (we shade our pb)
          Must match what is out in hbase-thirdparty include.
+         3.5.1-1 is the same as 3.5.1 except includes corrected binaries for 
el6
+         to work around https://github.com/google/protobuf/issues/4109
            -->
-    <internal.protobuf.version>3.5.1</internal.protobuf.version>
+    <internal.protobuf.version>3.5.1-1</internal.protobuf.version>
   </properties>
   <build>
     <resources>

Reply via email to