From a264c98aa6778560be1aa87650a60b05047e7a28 Mon Sep 17 00:00:00 2001 From: "Yangkai.Shen" <237497819@qq.com> Date: Fri, 12 Aug 2022 23:00:21 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20=E8=A7=84=E8=8C=83=E6=A0=BC=E5=BC=8F?= =?UTF-8?q?=E5=8C=96=20pom=20=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common-tools/pom.xml | 1 + demo-helloworld/pom.xml | 1 + demo-properties/pom.xml | 12 ++++++------ pom.xml | 1 + 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/common-tools/pom.xml b/common-tools/pom.xml index 72c4626..d8818ce 100644 --- a/common-tools/pom.xml +++ b/common-tools/pom.xml @@ -10,6 +10,7 @@ 4.0.0 common-tools + 1.0.0-SNAPSHOT jar common-tools diff --git a/demo-helloworld/pom.xml b/demo-helloworld/pom.xml index 2f7040e..f22374d 100644 --- a/demo-helloworld/pom.xml +++ b/demo-helloworld/pom.xml @@ -10,6 +10,7 @@ 4.0.0 demo-helloworld + 1.0.0-SNAPSHOT jar demo-helloworld diff --git a/demo-properties/pom.xml b/demo-properties/pom.xml index 5ab6e17..f7a6ec2 100644 --- a/demo-properties/pom.xml +++ b/demo-properties/pom.xml @@ -1,6 +1,12 @@ + + com.xkcoding + spring-boot-demo + 1.0.0-SNAPSHOT + + 4.0.0 demo-properties @@ -10,12 +16,6 @@ demo-properties Demo project for Spring Boot - - com.xkcoding - spring-boot-demo - 1.0.0-SNAPSHOT - - 17 diff --git a/pom.xml b/pom.xml index 09cd2ce..490c868 100644 --- a/pom.xml +++ b/pom.xml @@ -7,6 +7,7 @@ com.xkcoding spring-boot-demo 1.0.0-SNAPSHOT + common-tools demo-helloworld