Skip to content

Commit

Permalink
Add Maven developers entry
Browse files Browse the repository at this point in the history
Maven releases require a developers entry to publish to Maven central.
  • Loading branch information
pkwarren committed Jan 24, 2025
1 parent a11b03b commit 7419d2e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,17 @@
</license>
</licenses>

<developers>
<developer>
<id>bufbuild</id>
<name>Buf</name>
<email>dev@buf.build</email>
<url>https://buf.build/</url>
<organization>Buf Technologies, Inc.</organization>
<organizationUrl>https://buf.build/</organizationUrl>
</developer>
</developers>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

Expand Down

0 comments on commit 7419d2e

Please sign in to comment.