From d6c1bda107c7a035bca269b60aa62c9bdd898a98 Mon Sep 17 00:00:00 2001 From: xilei <963937660@qq.com> Date: Thu, 30 Dec 2021 15:17:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- authorization-code/pom.xml | 13 ++++++------- client-credentials-springboot2/pom.xml | 16 +++++++++++----- client-credentials/pom.xml | 7 +++---- pom.xml | 6 +++++- 4 files changed, 25 insertions(+), 17 deletions(-) diff --git a/authorization-code/pom.xml b/authorization-code/pom.xml index f0f3087..1a79b3b 100644 --- a/authorization-code/pom.xml +++ b/authorization-code/pom.xml @@ -3,8 +3,12 @@ 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"> 4.0.0 + + moe.cnkirito + oauth2-demo + 1.0 + - moe.cnkirito authorization-code 1.0.0.RELEASE @@ -13,11 +17,6 @@ pom - - org.springframework.boot - spring-boot-starter-parent - 1.5.11.RELEASE - 1.8 @@ -32,5 +31,5 @@ - + \ No newline at end of file diff --git a/client-credentials-springboot2/pom.xml b/client-credentials-springboot2/pom.xml index 2e22001..c6280c7 100644 --- a/client-credentials-springboot2/pom.xml +++ b/client-credentials-springboot2/pom.xml @@ -3,14 +3,13 @@ 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"> - org.springframework.boot - spring-boot-starter-parent - 2.0.1.RELEASE + moe.cnkirito + oauth2-demo + 1.0 4.0.0 - moe.cnkirito client-credentials-springboot2 1.0.0.RELEASE jar @@ -42,7 +41,14 @@ - + + + + org.springframework.boot + spring-boot-maven-plugin + + + \ No newline at end of file diff --git a/client-credentials/pom.xml b/client-credentials/pom.xml index 2ed263c..792421e 100644 --- a/client-credentials/pom.xml +++ b/client-credentials/pom.xml @@ -4,14 +4,13 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - org.springframework.boot - spring-boot-starter-parent - 1.5.11.RELEASE + moe.cnkirito + oauth2-demo + 1.0 4.0.0 - moe.cnkirito client-credentials 1.0.0.RELEASE jar diff --git a/pom.xml b/pom.xml index aafd9e8..b7d5569 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,11 @@ 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"> 4.0.0 - + + org.springframework.boot + spring-boot-starter-parent + 2.3.2.RELEASE + moe.cnkirito oauth2-demo 1.0