Skip to content

Commit

Permalink
Added name and description to the pom
Browse files Browse the repository at this point in the history
  • Loading branch information
shashwata committed Mar 5, 2024
1 parent 2a40b39 commit 0d4dfea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

<name>A JDBI like client for R2DBC</name>
<url>https://github.com/udaan-com/r2dbi</url>
<description>A JDBI like client for R2DBC which allows developers to use declarative syntax to execute queries and map their results</description>

<licenses>
<license>
Expand Down
2 changes: 2 additions & 0 deletions r2dbi-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
<artifactId>r2dbi-core</artifactId>
<version>1.0.1.ALPHA-SNAPSHOT</version>
<packaging>jar</packaging>
<name>R2DBI Core</name>
<description>A JDBI like client for R2DBC which allows developers to use declarative syntax to execute queries and map their results</description>

<dependencies>
<dependency>
Expand Down

0 comments on commit 0d4dfea

Please sign in to comment.