Skip to content

Commit

Permalink
HADOOP-18197. latest protobuf 3 and rename module
Browse files Browse the repository at this point in the history
  • Loading branch information
steveloughran committed Oct 10, 2022
1 parent b44c43f commit 77339d6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENSE-binary
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ See licenses-binary/ for text of these licenses.

BSD 3-Clause
------------
com.google.protobuf:protobuf-java:3.21.1
com.google.protobuf:protobuf-java:3.21.7


MIT License
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>hadoop-shaded-protobuf_3_7</artifactId>
<artifactId>hadoop-shaded-protobuf_3_21</artifactId>
<name>Apache Hadoop shaded Protobuf</name>
<packaging>jar</packaging>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
<!--thirdparty dependency versions-->
<shaded.prefix>org.apache.hadoop.thirdparty</shaded.prefix>
<protobuf.shade.prefix>${shaded.prefix}.protobuf</protobuf.shade.prefix>
<protobuf_3.version>3.21.1</protobuf_3.version>
<protobuf_3.version>3.21.7</protobuf_3.version>
<guava.version>30.1.1-jre</guava.version>

<!-- maven plugin versions -->
Expand Down Expand Up @@ -122,7 +122,7 @@
</organization>

<modules>
<module>hadoop-shaded-protobuf_3_7</module>
<module>hadoop-shaded-protobuf_3_21</module>
<module>hadoop-shaded-guava</module>
</modules>

Expand Down
4 changes: 2 additions & 2 deletions src/site/markdown/index.md.vm
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ This page provides an overview of the major changes.

Protobuf-java
-------------
Google Protobuf's 3.21.1 jar is available as *org.apache.hadoop.thirdparty:hadoop-shaded-protobuf_3_7* artifact.
Google Protobuf's 3.21.7 jar is available as *org.apache.hadoop.thirdparty:hadoop-shaded-protobuf_3_21* artifact.

Following are relocations under *hadoop-shaded-protobuf_3_7* artifact:
Following are relocations under *hadoop-shaded-protobuf_3_21* artifact:

|Original package | Shaded package |
|---|---|
Expand Down

0 comments on commit 77339d6

Please sign in to comment.