Skip to content

Commit

Permalink
Add Developer Information (#99)
Browse files Browse the repository at this point in the history
Motivation:
Sonatype Central requires developer information for a project and
rejects those without it.

Modification:
Added the necessary developer information to the project.

Result:
The project now includes the required developer information, making it
compliant with Sonatype Central's requirements.
  • Loading branch information
jchrys committed Apr 22, 2023
1 parent 344911b commit 0d34088
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,17 @@
<url>https://github.com/asyncer-io/r2dbc-mysql</url>
</organization>

<developers>
<developer>
<id>jchrys</id>
<name>jchrys</name>
<email>jchrys@me.com</email>
<roles>
<role>Project Lead</role>
</roles>
</developer>
</developers>

<inceptionYear>2018</inceptionYear>
<scm>
<connection>scm:git:git://github.com/asyncer-io/r2dbc-mysql.git</connection>
Expand Down

0 comments on commit 0d34088

Please sign in to comment.