Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
core-lib committed May 23, 2019
1 parent c4198b6 commit 798870d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Spring-Boot 项目打包后是一个FatJar 即把所有依赖的第三方jar也
<plugin>
<groupId>com.github.core-lib</groupId>
<artifactId>slot-maven-plugin</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
<executions>
<execution>
<goals>
Expand Down Expand Up @@ -181,6 +181,7 @@ ANT 表达式通配符说明


## 版本记录
* 1.0.2 升级[LoadKit](https://github.com/core-lib/loadkit)依赖版本解决ANT表达式无法正确匹配**/*通配符的问题

* 1.0.1 bug 修复

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.github.core-lib</groupId>
<artifactId>slot-maven-plugin</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
<packaging>maven-plugin</packaging>
<name>slot-maven-plugin</name>
<url>https://github.com/slot-maven-plugin</url>
Expand All @@ -33,7 +33,7 @@
<dependency>
<groupId>com.github.core-lib</groupId>
<artifactId>loadkit</artifactId>
<version>v1.0.0</version>
<version>v1.0.1</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit 798870d

Please sign in to comment.