JAVA-12732: rename spring-5-security-oauth to spring-security-oauth2

This commit is contained in:
sampadawagde
2022-06-30 20:07:18 +05:30
parent cd780b26af
commit 47a66b2cc3
46 changed files with 2 additions and 2 deletions

View File

@@ -3,9 +3,9 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>spring-5-security-oauth</artifactId>
<artifactId>spring-5-oauth2</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>spring-5-security-oauth</name>
<name>spring-security-oauth2</name>
<packaging>jar</packaging>
<description>spring 5 security oauth sample project</description>