diff --git a/ftpcp-spring-boot-starter/pom.xml b/ftpcp-spring-boot-starter/pom.xml index 943109c..cdf01a7 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 - master-SNAPSHOT + 0.0.1 ftpcp-spring-boot-starter FTP connection pool starter for Spring Boot @@ -24,7 +24,7 @@ com.github.honwhy.ftpcp2 ftpcp - ${version} + ${project.version} diff --git a/ftpcp/pom.xml b/ftpcp/pom.xml index 7643a55..b249c94 100644 --- a/ftpcp/pom.xml +++ b/ftpcp/pom.xml @@ -5,7 +5,7 @@ ftpcp2 com.github.honwhy - master-SNAPSHOT + 0.0.1 4.0.0 diff --git a/pom.xml b/pom.xml index 9afffb9..3888971 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ com.github.honwhy ftpcp2 pom - master-SNAPSHOT + 0.0.1 ftpcp ftpcp-spring-boot-starter