You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ps...@apache.org on 2020/04/24 18:30:27 UTC

[hbase-thirdparty] branch master updated: HBASE-24259 Update Protobuf to 3.11.4

This is an automated email from the ASF dual-hosted git repository.

psomogyi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase-thirdparty.git


The following commit(s) were added to refs/heads/master by this push:
     new ad56738  HBASE-24259 Update Protobuf to 3.11.4
ad56738 is described below

commit ad56738a512db9f9120acaec10ed28d2bf2d6638
Author: Martin Grigorov <ma...@users.noreply.github.com>
AuthorDate: Sat Feb 22 18:50:22 2020 +0200

    HBASE-24259 Update Protobuf to 3.11.4
    
    * Bump protobuf version to 3.11.4
    * Remove duplicate entry of maven-source-plugin
    
    Signed-off-by: stack <st...@apache.org>
---
 hbase-shaded-protobuf/pom.xml | 4 ----
 pom.xml                       | 2 +-
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/hbase-shaded-protobuf/pom.xml b/hbase-shaded-protobuf/pom.xml
index 0af7a57..203aa6c 100644
--- a/hbase-shaded-protobuf/pom.xml
+++ b/hbase-shaded-protobuf/pom.xml
@@ -34,10 +34,6 @@
   <build>
     <plugins>
       <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-source-plugin</artifactId>
-      </plugin>
-      <plugin>
         <!--Clean needs to purge src/main/java since this is where
              the unpack of protobuf is overlaid. Do it for usual
              clean goal but also before we unpack in case patches
diff --git a/pom.xml b/pom.xml
index e26d7e5..62f9a76 100644
--- a/pom.xml
+++ b/pom.xml
@@ -127,7 +127,7 @@
     <java.min.version>${compileSource}</java.min.version>
     <maven.min.version>3.3.3</maven.min.version>
     <rename.offset>org.apache.hbase.thirdparty</rename.offset>
-    <protobuf.version>3.11.1</protobuf.version>
+    <protobuf.version>3.11.4</protobuf.version>
     <netty.version>4.1.48.Final</netty.version>
     <guava.version>29.0-jre</guava.version>
     <commons-cli.version>1.4</commons-cli.version>