[BAEL-16822] - Aligned module names, folder names and artifact id

This commit is contained in:
amit2103
2019-08-25 19:09:24 +05:30
parent 58595acd6f
commit 5a2809de8b
32 changed files with 50 additions and 13016 deletions
@@ -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>
+1
View File
@@ -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>