JAVA-3576 - Align module names, folder names and artifact id

This commit is contained in:
sampadawagde
2021-04-02 22:46:25 +05:30
parent be469d4566
commit 13899b2ac5
19 changed files with 21 additions and 21 deletions

View File

@@ -3,7 +3,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>genie</artifactId>
<name>Genie</name>
<name>genie</name>
<packaging>jar</packaging>
<description>Sample project for Netflix Genie</description>

View File

@@ -3,7 +3,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>mantis</artifactId>
<name>Mantis</name>
<name>mantis</name>
<packaging>jar</packaging>
<description>Sample project for Netflix Mantis</description>

View File

@@ -3,7 +3,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>netflix-modules</artifactId>
<name>Netflix Modules</name>
<name>netflix-modules</name>
<packaging>pom</packaging>
<description>Module for Netflix projects</description>