From cb59bb1e2f61dfc73a4a7b8a0ee4a2b7b29b56a0 Mon Sep 17 00:00:00 2001 From: mercyblitz Date: Mon, 13 Apr 2020 20:03:43 +0800 Subject: [PATCH] Refactor the pom.xml --- aliyun-spring-boot-dependencies/pom.xml | 7 ++++ aliyun-spring-boot-parent/pom.xml | 43 --------------------- pom.xml | 51 +++++++++++++++++++++++++ 3 files changed, 58 insertions(+), 43 deletions(-) diff --git a/aliyun-spring-boot-dependencies/pom.xml b/aliyun-spring-boot-dependencies/pom.xml index 2c44e5c..13f032b 100644 --- a/aliyun-spring-boot-dependencies/pom.xml +++ b/aliyun-spring-boot-dependencies/pom.xml @@ -127,12 +127,19 @@ aliyun-oss-spring-boot-starter ${revision} + com.alibaba.cloud aliyun-rds-spring-boot-starter ${revision} + + com.alibaba.cloud + aliyun-schedulerx-spring-boot-starter + ${revision} + + com.alibaba.cloud aliyun-sms-spring-boot-starter diff --git a/aliyun-spring-boot-parent/pom.xml b/aliyun-spring-boot-parent/pom.xml index 1e97609..4702298 100644 --- a/aliyun-spring-boot-parent/pom.xml +++ b/aliyun-spring-boot-parent/pom.xml @@ -31,13 +31,10 @@ 3.0.1 3.1.1 3.0.2 - 1.6 - 1.1.0 2.8.2 2.21.0 1.6 0.8.3 - 2.8.2 @@ -145,46 +142,6 @@ - - - org.apache.maven.plugins - maven-gpg-plugin - ${maven-gpg-plugin.version} - - - verify - - sign - - - - - - - org.codehaus.mojo - flatten-maven-plugin - ${flatten-maven-plugin.version} - - true - resolveCiFriendliesOnly - - - - flatten - process-resources - - flatten - - - - flatten.clean - clean - - clean - - - - diff --git a/pom.xml b/pom.xml index df20766..fef4f73 100644 --- a/pom.xml +++ b/pom.xml @@ -88,7 +88,58 @@ 1.0.0 + 1.6 + 1.1.0 + + + release + + + + org.apache.maven.plugins + maven-gpg-plugin + ${maven-gpg-plugin.version} + + + verify + + sign + + + + + + + org.codehaus.mojo + flatten-maven-plugin + ${flatten-maven-plugin.version} + + true + resolveCiFriendliesOnly + + + + flatten + process-resources + + flatten + + + + flatten.clean + clean + + clean + + + + + + + + +