Skip to content

Commit 0a99e44

Browse files
committed
Add Developer Information (#99)
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.
1 parent ed9e1d5 commit 0a99e44

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,17 @@
4040
<url>https://github.com/asyncer-io/r2dbc-mysql</url>
4141
</organization>
4242

43+
<developers>
44+
<developer>
45+
<id>jchrys</id>
46+
<name>jchrys</name>
47+
<email>[email protected]</email>
48+
<roles>
49+
<role>Project Lead</role>
50+
</roles>
51+
</developer>
52+
</developers>
53+
4354
<inceptionYear>2018</inceptionYear>
4455
<scm>
4556
<connection>scm:git:git://github.com/asyncer-io/r2dbc-mysql.git</connection>

0 commit comments

Comments
 (0)