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 34d4a4032d
commit 7cbf13db95
19 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.baeldung</groupId>
<artifactId>kubernetes-parent</artifactId>
<artifactId>kubernetes</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>k8s-intro</artifactId>
+1 -1
View File
@@ -5,7 +5,7 @@
<artifactId>parent-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>kubernetes-parent</artifactId>
<artifactId>kubernetes</artifactId>
<packaging>pom</packaging>
<modules>
<module>k8s-intro</module>