JAVA-33580 Align module names, folder names and artifact id - Week 16 - 2024 (#16418)

Co-authored-by: timis1 <noreplay@yahoo.com>
This commit is contained in:
timis1
2024-04-20 15:42:09 +03:00
committed by GitHub
parent 8b62a51599
commit 57f2c2ef23
9 changed files with 13 additions and 13 deletions
@@ -3,9 +3,9 @@
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>spring-caching-2</artifactId>
<artifactId>spring-boot-caching-2</artifactId>
<version>0.1-SNAPSHOT</version>
<name>spring-caching-2</name>
<name>spring-boot-caching-2</name>
<packaging>jar</packaging>
<parent>
@@ -3,9 +3,9 @@
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>spring-caching</artifactId>
<artifactId>spring-boot-caching</artifactId>
<version>0.1-SNAPSHOT</version>
<name>spring-caching</name>
<name>spring-boot-caching</name>
<packaging>war</packaging>
<parent>
@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>spring-boot-logging-loki</artifactId>
<version>0.1-SNAPSHOT</version>
<name>loki</name>
<name>spring-boot-logging-loki</name>
<parent>
<groupId>com.baeldung.spring-boot-modules</groupId>