From 57f2c2ef2392e32829cdd37bccae3eddd707cee7 Mon Sep 17 00:00:00 2001 From: timis1 <12120641+timis1@users.noreply.github.com> Date: Sat, 20 Apr 2024 15:42:09 +0300 Subject: [PATCH] JAVA-33580 Align module names, folder names and artifact id - Week 16 - 2024 (#16418) Co-authored-by: timis1 --- libraries-data-io-2/pom.xml | 2 +- spring-5-rest-docs/pom.xml | 4 ++-- spring-boot-modules/spring-boot-caching-2/pom.xml | 4 ++-- spring-boot-modules/spring-boot-caching/pom.xml | 4 ++-- spring-boot-modules/spring-boot-logging-loki/pom.xml | 2 +- .../spring-security-oauth2-bff/backend/bff/pom.xml | 4 ++-- .../spring-security-oauth2-bff/backend/pom.xml | 2 +- .../backend/resource-server/pom.xml | 2 +- .../spring-security-oauth2-bff/backend/reverse-proxy/pom.xml | 2 +- 9 files changed, 13 insertions(+), 13 deletions(-) diff --git a/libraries-data-io-2/pom.xml b/libraries-data-io-2/pom.xml index 3c480b0fe7..260b7b8528 100644 --- a/libraries-data-io-2/pom.xml +++ b/libraries-data-io-2/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 libraries-data-io-2 - libraries-data-io-3 + libraries-data-io-2 com.baeldung diff --git a/spring-5-rest-docs/pom.xml b/spring-5-rest-docs/pom.xml index c1f5dc0681..e69f521da8 100644 --- a/spring-5-rest-docs/pom.xml +++ b/spring-5-rest-docs/pom.xml @@ -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"> 4.0.0 - spring-5 + spring-5-rest-docs 0.0.1-SNAPSHOT - spring-5 + spring-5-rest-docs jar spring 5 sample project about new features diff --git a/spring-boot-modules/spring-boot-caching-2/pom.xml b/spring-boot-modules/spring-boot-caching-2/pom.xml index 95fae4a0ef..077bb84d97 100644 --- a/spring-boot-modules/spring-boot-caching-2/pom.xml +++ b/spring-boot-modules/spring-boot-caching-2/pom.xml @@ -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"> 4.0.0 - spring-caching-2 + spring-boot-caching-2 0.1-SNAPSHOT - spring-caching-2 + spring-boot-caching-2 jar diff --git a/spring-boot-modules/spring-boot-caching/pom.xml b/spring-boot-modules/spring-boot-caching/pom.xml index 36fbe6ef27..191a451881 100644 --- a/spring-boot-modules/spring-boot-caching/pom.xml +++ b/spring-boot-modules/spring-boot-caching/pom.xml @@ -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"> 4.0.0 - spring-caching + spring-boot-caching 0.1-SNAPSHOT - spring-caching + spring-boot-caching war diff --git a/spring-boot-modules/spring-boot-logging-loki/pom.xml b/spring-boot-modules/spring-boot-logging-loki/pom.xml index 5b2887562b..8f42304791 100644 --- a/spring-boot-modules/spring-boot-logging-loki/pom.xml +++ b/spring-boot-modules/spring-boot-logging-loki/pom.xml @@ -5,7 +5,7 @@ 4.0.0 spring-boot-logging-loki 0.1-SNAPSHOT - loki + spring-boot-logging-loki com.baeldung.spring-boot-modules diff --git a/spring-security-modules/spring-security-oauth2-bff/backend/bff/pom.xml b/spring-security-modules/spring-security-oauth2-bff/backend/bff/pom.xml index 0a55d4948f..2b9e445a79 100644 --- a/spring-security-modules/spring-security-oauth2-bff/backend/bff/pom.xml +++ b/spring-security-modules/spring-security-oauth2-bff/backend/bff/pom.xml @@ -5,12 +5,12 @@ 4.0.0 com.baeldung.bff - backend-parent + backend 0.0.1-SNAPSHOT .. bff - BFF + bff Backend For Frontend for the OAuth2 BFF article diff --git a/spring-security-modules/spring-security-oauth2-bff/backend/pom.xml b/spring-security-modules/spring-security-oauth2-bff/backend/pom.xml index 9d79889f04..a9b2a11dce 100644 --- a/spring-security-modules/spring-security-oauth2-bff/backend/pom.xml +++ b/spring-security-modules/spring-security-oauth2-bff/backend/pom.xml @@ -12,7 +12,7 @@ com.baeldung.bff - backend-parent + backend pom Parent pom for the backend services in the OAuth2 BFF article diff --git a/spring-security-modules/spring-security-oauth2-bff/backend/resource-server/pom.xml b/spring-security-modules/spring-security-oauth2-bff/backend/resource-server/pom.xml index 80d5ae0ae4..823958ebd6 100644 --- a/spring-security-modules/spring-security-oauth2-bff/backend/resource-server/pom.xml +++ b/spring-security-modules/spring-security-oauth2-bff/backend/resource-server/pom.xml @@ -4,7 +4,7 @@ 4.0.0 com.baeldung.bff - backend-parent + backend 0.0.1-SNAPSHOT .. diff --git a/spring-security-modules/spring-security-oauth2-bff/backend/reverse-proxy/pom.xml b/spring-security-modules/spring-security-oauth2-bff/backend/reverse-proxy/pom.xml index cb8a34e8d7..6fd6264e1c 100644 --- a/spring-security-modules/spring-security-oauth2-bff/backend/reverse-proxy/pom.xml +++ b/spring-security-modules/spring-security-oauth2-bff/backend/reverse-proxy/pom.xml @@ -4,7 +4,7 @@ 4.0.0 com.baeldung.bff - backend-parent + backend 0.0.1-SNAPSHOT ..