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