Skip to content

Commit

Permalink
Add missing developer metadata to pom.xml (#138)
Browse files Browse the repository at this point in the history
Required to validate a deployment to MavenCentral
  • Loading branch information
abelsromero committed Apr 25, 2024
1 parent 415e167 commit bcb3faf
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,19 @@
<url>https://asciidoctor.org/</url>
</organization>

<developers>
<developer>
<id>johncarl81</id>
<name>John Ericksen</name>
<email>johncarl81@gmail.com</email>
<url>https://johncarl81.github.io/</url>
<roles>
<role>Project Lead</role>
</roles>
<timezone>UTC-6</timezone>
</developer>
</developers>

<licenses>
<license>
<name>Apache License, Version 2.0</name>
Expand Down

0 comments on commit bcb3faf

Please sign in to comment.