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