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

@@ -17,7 +17,7 @@
<dependencies>
<dependency>
<groupId>com.baeldung.servicemodule</groupId>
<artifactId>servicemodule1</artifactId>
<artifactId>servicemodule</artifactId>
<version>${servicemodule.version}</version>
</dependency>
</dependencies>

View File

@@ -5,7 +5,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.servicemodule</groupId>
<artifactId>servicemodule1</artifactId>
<artifactId>servicemodule</artifactId>
<packaging>jar</packaging>
<parent>