pom formatting - make artifact name same as module name

This commit is contained in:
amit.pandey
2020-06-07 20:28:16 +05:30
parent 357ecb0341
commit 4fa2ffb229
5 changed files with 5 additions and 6 deletions
@@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.baeldung</groupId>
<artifactId>versions-maven-plugin-example</artifactId>
<artifactId>original</artifactId>
<version>0.0.1-SNAPSHOT</version>
<dependencies>