Skip to content

Commit

Permalink
v3.14.7 release (^.^)YYa!!
Browse files Browse the repository at this point in the history
  • Loading branch information
yangfuhai committed Apr 21, 2022
1 parent 01ba290 commit d4b03f2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Jboot 是一个基于 JFinal、Dubbo、Seata、Sentinel、ShardingSphere、Nacos
<dependency>
<groupId>io.jboot</groupId>
<artifactId>jboot</artifactId>
<version>3.14.6</version>
<version>3.14.7</version>
</dependency>
```

Expand Down
5 changes: 5 additions & 0 deletions changes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
jboot v3.14.7:
修复:Jboot AppListener 启动时的错误信息,无法正确输出的问题



jboot v3.14.6:
修复:JbootLockCounter 和 JbootLocalLock 不可用的问题
优化:删除一些无用的类或者空实现的类
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.jboot</groupId>
<artifactId>jboot</artifactId>
<version>3.14.7-SNAPSHOT</version>
<version>3.14.7</version>
<packaging>jar</packaging>

<name>jboot</name>
Expand Down

0 comments on commit d4b03f2

Please sign in to comment.