[BAEL-16822] - Aligned module names, folder names and artifact id
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
|
||||
<artifactId>oauth2-authorization-server</artifactId>
|
||||
<packaging>war</packaging>
|
||||
<name>oauth2-authorization-server</name>
|
||||
|
||||
<parent>
|
||||
<groupId>com.baeldung.oauth2</groupId>
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>oauth2-client</artifactId>
|
||||
<packaging>war</packaging>
|
||||
<name>oauth2-client</name>
|
||||
|
||||
<parent>
|
||||
<groupId>com.baeldung.oauth2</groupId>
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>oauth2-resource-server</artifactId>
|
||||
<packaging>war</packaging>
|
||||
<name>oauth2-resource-server</name>
|
||||
|
||||
<parent>
|
||||
<groupId>com.baeldung.oauth2</groupId>
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
<artifactId>oauth2-framework-impl</artifactId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
<name>oauth2-framework-impl</name>
|
||||
|
||||
<properties>
|
||||
<maven.compiler.source>1.8</maven.compiler.source>
|
||||
|
||||
Reference in New Issue
Block a user