update artifictId in pom file

This commit is contained in:
amit.pandey
2020-04-12 04:31:53 +05:30
parent bbf1368cc0
commit 74d1bc1ba7
10 changed files with 19 additions and 19 deletions

View File

@@ -6,7 +6,7 @@
<groupId>com.baeldung.examples.r2dbc</groupId>
<artifactId>r2dbc-example</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>r2dbc-example</name>
<name>r2dbc</name>
<description>Sample R2DBC Project</description>
<parent>