From a9110476362f7be89cbda79c875f67f1efefc27a Mon Sep 17 00:00:00 2001 From: Honwhy Wang Date: Mon, 4 Mar 2019 22:20:01 +0800 Subject: [PATCH] add maven plugins config to spring boot starter module make it 0.0.2 will test the module build function of jitpack.io --- ftpcp-spring-boot-starter/pom.xml | 48 +++++++++++++++++++++++++++++-- ftpcp/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 48 insertions(+), 4 deletions(-) diff --git a/ftpcp-spring-boot-starter/pom.xml b/ftpcp-spring-boot-starter/pom.xml index cdf01a7..c3338eb 100644 --- a/ftpcp-spring-boot-starter/pom.xml +++ b/ftpcp-spring-boot-starter/pom.xml @@ -10,7 +10,7 @@ com.github.honwhy.ftpcp2 ftpcp-spring-boot-starter - 0.0.1 + 0.0.2 ftpcp-spring-boot-starter FTP connection pool starter for Spring Boot @@ -58,5 +58,49 @@ test - + + + + + + maven-clean-plugin + 3.1.0 + + + + maven-resources-plugin + 3.0.2 + + + maven-compiler-plugin + 3.8.0 + + + maven-surefire-plugin + 2.22.1 + + + maven-jar-plugin + 3.0.2 + + + maven-install-plugin + 2.5.2 + + + maven-deploy-plugin + 2.8.2 + + + + maven-site-plugin + 3.7.1 + + + maven-project-info-reports-plugin + 3.0.0 + + + + diff --git a/ftpcp/pom.xml b/ftpcp/pom.xml index b249c94..7b0bd65 100644 --- a/ftpcp/pom.xml +++ b/ftpcp/pom.xml @@ -5,7 +5,7 @@ ftpcp2 com.github.honwhy - 0.0.1 + 0.0.2 4.0.0 diff --git a/pom.xml b/pom.xml index 3888971..48204c4 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ com.github.honwhy ftpcp2 pom - 0.0.1 + 0.0.2 ftpcp ftpcp-spring-boot-starter