Skip to content

Commit

Permalink
experiment commit try to fix jitpack.io problem
Browse files Browse the repository at this point in the history
  • Loading branch information
honwhy committed Mar 5, 2019
1 parent 735f4b8 commit 4130bc4
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ and the dependency:
<dependency>
<groupId>com.github.honwhy.ftpcp2</groupId>
<artifactId>ftpcp</artifactId>
<version>0.0.2</version>
<version>0.0.3</version>
</dependency>
```

Expand All @@ -31,6 +31,6 @@ for spring-boot starter, add dependency:
<dependency>
<groupId>com.github.honwhy.ftpcp2</groupId>
<artifactId>ftpcp-spring-boot-starter</artifactId>
<version>0.0.2</version>
<version>0.0.3</version>
</dependency>
```
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>0.0.2</version>
<version>0.0.3</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>0.0.2</version>
<version>0.0.3</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.apache.ftpserver/ftpserver -->
<dependency>
Expand Down
9 changes: 7 additions & 2 deletions ftpcp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,19 @@
<parent>
<artifactId>ftpcp2</artifactId>
<groupId>com.github.honwhy</groupId>
<version>0.0.2</version>
<version>0.0.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<groupId>com.github.honwhy.ftpcp2</groupId>
<artifactId>ftpcp</artifactId>
<version>0.0.2</version>
<version>0.0.3</version>

<properties>
<commons.pool.version>2.5.0</commons.pool.version>
<commons.net.version>3.6</commons.net.version>
<slf4j.api.version>1.7.25</slf4j.api.version>
</properties>
<dependencies>
<dependency>
<groupId>org.apache.commons</groupId>
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>0.0.2</version>
<version>0.0.3</version>
<modules>
<module>ftpcp</module>
<module>ftpcp-spring-boot-starter</module>
Expand Down

0 comments on commit 4130bc4

Please sign in to comment.