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