Skip to content

Commit

Permalink
set up version 0.0.1 in order to make tag 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
honwhy committed Feb 28, 2019
1 parent 2bde5bf commit 8998c68
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ftpcp-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>com.github.honwhy.ftpcp2</groupId>
<artifactId>ftpcp-spring-boot-starter</artifactId>
<version>master-SNAPSHOT</version>
<version>0.0.1</version>
<name>ftpcp-spring-boot-starter</name>
<description>FTP connection pool starter for Spring Boot</description>

Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>com.github.honwhy.ftpcp2</groupId>
<artifactId>ftpcp</artifactId>
<version>${version}</version>
<version>${project.version}</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.apache.ftpserver/ftpserver -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion ftpcp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>ftpcp2</artifactId>
<groupId>com.github.honwhy</groupId>
<version>master-SNAPSHOT</version>
<version>0.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.github.honwhy</groupId>
<artifactId>ftpcp2</artifactId>
<packaging>pom</packaging>
<version>master-SNAPSHOT</version>
<version>0.0.1</version>
<modules>
<module>ftpcp</module>
<module>ftpcp-spring-boot-starter</module>
Expand Down

0 comments on commit 8998c68

Please sign in to comment.