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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
9 changed files with 13 additions and 13 deletions

View File

@ -4,7 +4,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>
<artifactId>libraries-data-io-2</artifactId>
<name>libraries-data-io-3</name>
<name>libraries-data-io-2</name>
<parent>
<groupId>com.baeldung</groupId>

View File

@ -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-5</artifactId>
<artifactId>spring-5-rest-docs</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>spring-5</name>
<name>spring-5-rest-docs</name>
<packaging>jar</packaging>
<description>spring 5 sample project about new features</description>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -5,12 +5,12 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.baeldung.bff</groupId>
<artifactId>backend-parent</artifactId>
<artifactId>backend</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>bff</artifactId>
<name>BFF</name>
<name>bff</name>
<description>Backend For Frontend for the OAuth2 BFF article</description>
<properties>

View File

@ -12,7 +12,7 @@
</parent>
<groupId>com.baeldung.bff</groupId>
<artifactId>backend-parent</artifactId>
<artifactId>backend</artifactId>
<packaging>pom</packaging>
<description>Parent pom for the backend services in the OAuth2 BFF article</description>

View File

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.baeldung.bff</groupId>
<artifactId>backend-parent</artifactId>
<artifactId>backend</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

View File

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.baeldung.bff</groupId>
<artifactId>backend-parent</artifactId>
<artifactId>backend</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>