You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2020/02/22 16:50:30 UTC

[hbase-thirdparty] branch master updated: HBASE-19146 Update Protobuf to 3.11.4 (#14)

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

stack 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 23fa5e7  HBASE-19146 Update Protobuf to 3.11.4 (#14)
23fa5e7 is described below

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

    HBASE-19146 Update Protobuf to 3.11.4 (#14)
    
    * HBASE-19146 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 14239b2..6325fa4 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 9c787e8..d4ad28b 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.45.Final</netty.version>
     <guava.version>28.2-jre</guava.version>
     <commons-cli.version>1.4</commons-cli.version>