Skip to content

Commit

Permalink
Merge pull request #10202 from deannagarcia/fixPoms
Browse files Browse the repository at this point in the history
Fix maven pom files
  • Loading branch information
deannagarcia authored Jul 6, 2022
2 parents 741475e + 768ce3d commit b3f8bb2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion java/protoc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>
<groupId>com.google.protobuf</groupId>
<artifactId>protoc</artifactId>
<version>3.21.2-rc1</version>
<version>3.21.2</version>
<packaging>pom</packaging>
<name>Protobuf Compiler</name>
<description>
Expand Down
5 changes: 3 additions & 2 deletions java/util/pom_template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@

<name>Protocol Buffers [Util]</name>
<description>Utilities for Protocol Buffers</description>

{dependencies}
<dependencies>
{dependencies}
</dependencies>

</project>

0 comments on commit b3f8bb2

Please sign in to comment.