JAVA-20211 Renamed modules (#13827)

* JAVA-20211 Renamed modules

* JAVA-20211 Renamed modules
This commit is contained in:
Dhawal Kapil
2023-04-15 10:01:14 +05:30
committed by GitHub
parent 68de2833f3
commit e243694f39
105 changed files with 34 additions and 35 deletions
@@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
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>core</artifactId>
<artifactId>core-module</artifactId>
<parent>
<artifactId>multi-module-caching</artifactId>
@@ -10,8 +10,8 @@
<packaging>pom</packaging>
<modules>
<module>runner</module>
<module>core</module>
<module>runner-module</module>
<module>core-module</module>
</modules>
<dependencyManagement>
@@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
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>runner</artifactId>
<artifactId>runner-module</artifactId>
<parent>
<artifactId>multi-module-caching</artifactId>
@@ -14,7 +14,7 @@
<dependencies>
<dependency>
<groupId>com.baeldung</groupId>
<artifactId>core</artifactId>
<artifactId>core-module</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>
</dependencies>