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 d1ab067 Revert "HBASE-19146 Update Protobuf to 3.11.4 (#14)"
d1ab067 is described below
commit d1ab067d9303d19461c36d3f4fb803147c7d6aff
Author: Peter Somogyi <[email protected]>
AuthorDate: Fri Apr 24 20:25:53 2020 +0200
Revert "HBASE-19146 Update Protobuf to 3.11.4 (#14)"
This reverts commit 23fa5e73e365d17b5029ed06c97be00c64cb13be.
Revert due to incorrect JIRA ID.
---
hbase-shaded-protobuf/pom.xml | 4 ++++
pom.xml | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/hbase-shaded-protobuf/pom.xml b/hbase-shaded-protobuf/pom.xml
index 203aa6c..0af7a57 100644
--- a/hbase-shaded-protobuf/pom.xml
+++ b/hbase-shaded-protobuf/pom.xml
@@ -34,6 +34,10 @@
<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 62f9a76..e26d7e5 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.4</protobuf.version>
+ <protobuf.version>3.11.1</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>