Skip to content

Commit

Permalink
开启 v2.3.3 的快照版本,修复一个多线程下同一个 Fenix 方法参数混淆的 bug
Browse files Browse the repository at this point in the history
  • Loading branch information
blinkfox committed Jul 2, 2020
1 parent 9e216de commit d704767
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.blinkfox</groupId>
<artifactId>fenix-spring-boot-starter</artifactId>
<version>2.3.2</version>
<version>2.3.3-SNAPSHOT</version>
<packaging>jar</packaging>

<name>fenix-spring-boot-starter</name>
Expand Down Expand Up @@ -67,7 +67,7 @@
<dependency>
<groupId>com.blinkfox</groupId>
<artifactId>fenix</artifactId>
<version>2.3.2</version>
<version>2.3.3-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down

0 comments on commit d704767

Please sign in to comment.