Changes the Project Name to com.hideyoshi.auth
From now onward this project with be only for authentication of users of the Hideyoshi.com project. All other APIs and MicroServices will use this project to validate user identity
This commit is contained in:
6
pom.xml
6
pom.xml
@@ -9,10 +9,10 @@
|
||||
<relativePath/> <!-- lookup parent from repository -->
|
||||
</parent>
|
||||
<groupId>com.hideyoshi</groupId>
|
||||
<artifactId>backend-api</artifactId>
|
||||
<artifactId>auth-api</artifactId>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
<name>backend-api</name>
|
||||
<description>Backend API</description>
|
||||
<name>auth-api</name>
|
||||
<description>Auth API for the Hideyoshi.com Project</description>
|
||||
<properties>
|
||||
<java.version>17</java.version>
|
||||
</properties>
|
||||
|
||||
Reference in New Issue
Block a user