BAEL-12770 Aligning module name, artifact id and folder name

This commit is contained in:
Dhawal Kapil
2019-02-27 20:37:12 +05:30
parent 6bae0fc28a
commit 8915610193
17 changed files with 19 additions and 10 deletions
@@ -4,6 +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>
<artifactId>liveness-example</artifactId>
<name>liveness-example</name>
<version>1.0-SNAPSHOT</version>
<parent>
@@ -4,6 +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>
<artifactId>readiness-example</artifactId>
<name>readiness-example</name>
<version>1.0-SNAPSHOT</version>
<parent>