Skip to content

Commit 2192c24

Browse files
jchrysmirromutth
authored andcommitted
Update README and POM File
Motivation: To streamline and improve the readability of the extensive README document. Modification: Simplified and updated the README and POM files for better clarity and maintenance. Result: The README and POM files are now concise, cleaner, and up-to-date.
1 parent 545b840 commit 2192c24

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ This driver provides the following features:
3636
- [x] Extensible, e.g. extend built-in `Codec`(s).
3737
- [x] MariaDB `RETURNING` clause.
3838

39-
## Maintainer
40-
41-
This project is currently being maintained by [@jchrys](https://github.com/jchrys)
42-
4339
## Version compatibility / Integration tests states
4440
![MySQL 5.5 status](https://img.shields.io/badge/MySQL%205.5-pass-blue)
4541
![MySQL 5.6 status](https://img.shields.io/badge/MySQL%205.6-pass-blue)
@@ -145,6 +141,10 @@ This project is released under version 2.0 of the [Apache License](https://www.a
145141

146142
## Contributors
147143

144+
<a href="https://github.com/asyncer-io/r2dbc-mysql/graphs/contributors">
145+
<img src="https://contrib.rocks/image?repo=asyncer-io/r2dbc-mysql" />
146+
</a>
147+
148148
Thanks a lot for your support!
149149

150150
## Supports

r2dbc-mysql/pom.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,15 @@
2828
<name>jchrys</name>
2929
<email>jchrys@me.com</email>
3030
<roles>
31-
<role>Project Lead</role>
31+
<role>Maintainer</role>
32+
</roles>
33+
</developer>
34+
<developer>
35+
<id>mirromutth</id>
36+
<name>mirromutth</name>
37+
<email>mirromutth@gmail.com</email>
38+
<roles>
39+
<role>Maintainer</role>
3240
</roles>
3341
</developer>
3442
</developers>

0 commit comments

Comments
 (0)