diff --git a/cloud-task-client/pom.xml b/cloud-task-client/pom.xml index 0a95531..163d931 100644 --- a/cloud-task-client/pom.xml +++ b/cloud-task-client/pom.xml @@ -11,6 +11,14 @@ cloud-task-client + + + com.muyu + cloud-task-common + 1.0.0 + + + 17 17 diff --git a/cloud-task-common/pom.xml b/cloud-task-common/pom.xml index 137e629..8c18460 100644 --- a/cloud-task-common/pom.xml +++ b/cloud-task-common/pom.xml @@ -10,6 +10,7 @@ cloud-task-common + 1.0.0 17 @@ -22,7 +23,6 @@ com.muyu cloud-common-core - diff --git a/cloud-task-server/pom.xml b/cloud-task-server/pom.xml index beae16d..1ef334c 100644 --- a/cloud-task-server/pom.xml +++ b/cloud-task-server/pom.xml @@ -17,4 +17,31 @@ UTF-8 + + cloud-task + + + org.springframework.boot + spring-boot-maven-plugin + 3.2.6 + + + + repackage + + + + + + + org.apache.maven.plugins + maven-deploy-plugin + 3.1.2 + + true + + + + +