JAVA-32170_D_G: Changes made for Fix formatting of POMs - D_G (#16113)

This commit is contained in:
Bipin kumar
2024-03-16 18:20:00 +05:30
committed by GitHub
parent 9d0e847f15
commit 5102bc8766
13 changed files with 13 additions and 13 deletions
@@ -6,8 +6,8 @@
<groupId>com.baeldung</groupId>
<artifactId>multi-module-caching</artifactId>
<version>0.0.1-SNAPSHOT</version>
<description>Multi-module Maven caching example</description>
<packaging>pom</packaging>
<description>Multi-module Maven caching example</description>
<modules>
<module>runner-module</module>
+1 -1
View File
@@ -4,8 +4,8 @@
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>docker-caching</artifactId>
<name>docker-caching</name>
<packaging>pom</packaging>
<name>docker-caching</name>
<parent>
<artifactId>docker-modules</artifactId>