Skip to content

Commit 57f2c2e

Browse files
timis1timis1
and
timis1
authored
JAVA-33580 Align module names, folder names and artifact id - Week 16 - 2024 (#16418)
Co-authored-by: timis1 <[email protected]>
1 parent 8b62a51 commit 57f2c2e

File tree

9 files changed

+13
-13
lines changed

9 files changed

+13
-13
lines changed

libraries-data-io-2/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66
<artifactId>libraries-data-io-2</artifactId>
7-
<name>libraries-data-io-3</name>
7+
<name>libraries-data-io-2</name>
88

99
<parent>
1010
<groupId>com.baeldung</groupId>

spring-5-rest-docs/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
6-
<artifactId>spring-5</artifactId>
6+
<artifactId>spring-5-rest-docs</artifactId>
77
<version>0.0.1-SNAPSHOT</version>
8-
<name>spring-5</name>
8+
<name>spring-5-rest-docs</name>
99
<packaging>jar</packaging>
1010
<description>spring 5 sample project about new features</description>
1111

spring-boot-modules/spring-boot-caching-2/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
6-
<artifactId>spring-caching-2</artifactId>
6+
<artifactId>spring-boot-caching-2</artifactId>
77
<version>0.1-SNAPSHOT</version>
8-
<name>spring-caching-2</name>
8+
<name>spring-boot-caching-2</name>
99
<packaging>jar</packaging>
1010

1111
<parent>

spring-boot-modules/spring-boot-caching/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
6-
<artifactId>spring-caching</artifactId>
6+
<artifactId>spring-boot-caching</artifactId>
77
<version>0.1-SNAPSHOT</version>
8-
<name>spring-caching</name>
8+
<name>spring-boot-caching</name>
99
<packaging>war</packaging>
1010

1111
<parent>

spring-boot-modules/spring-boot-logging-loki/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<artifactId>spring-boot-logging-loki</artifactId>
77
<version>0.1-SNAPSHOT</version>
8-
<name>loki</name>
8+
<name>spring-boot-logging-loki</name>
99

1010
<parent>
1111
<groupId>com.baeldung.spring-boot-modules</groupId>

spring-security-modules/spring-security-oauth2-bff/backend/bff/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<modelVersion>4.0.0</modelVersion>
66
<parent>
77
<groupId>com.baeldung.bff</groupId>
8-
<artifactId>backend-parent</artifactId>
8+
<artifactId>backend</artifactId>
99
<version>0.0.1-SNAPSHOT</version>
1010
<relativePath>..</relativePath>
1111
</parent>
1212
<artifactId>bff</artifactId>
13-
<name>BFF</name>
13+
<name>bff</name>
1414
<description>Backend For Frontend for the OAuth2 BFF article</description>
1515

1616
<properties>

spring-security-modules/spring-security-oauth2-bff/backend/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</parent>
1313

1414
<groupId>com.baeldung.bff</groupId>
15-
<artifactId>backend-parent</artifactId>
15+
<artifactId>backend</artifactId>
1616
<packaging>pom</packaging>
1717
<description>Parent pom for the backend services in the OAuth2 BFF article</description>
1818

spring-security-modules/spring-security-oauth2-bff/backend/resource-server/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<parent>
66
<groupId>com.baeldung.bff</groupId>
7-
<artifactId>backend-parent</artifactId>
7+
<artifactId>backend</artifactId>
88
<version>0.0.1-SNAPSHOT</version>
99
<relativePath>..</relativePath>
1010
</parent>

spring-security-modules/spring-security-oauth2-bff/backend/reverse-proxy/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<parent>
66
<groupId>com.baeldung.bff</groupId>
7-
<artifactId>backend-parent</artifactId>
7+
<artifactId>backend</artifactId>
88
<version>0.0.1-SNAPSHOT</version>
99
<relativePath>..</relativePath>
1010
</parent>

0 commit comments

Comments
 (0)