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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user