Skip to content

Commit

Permalink
docs: update README version to 1.6.3-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
qqxx6661 committed May 14, 2024
1 parent c71d944 commit 7cf6dd9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -893,7 +893,7 @@ public void testBizIdWithSpEL(String bizId) {

应用之间通过关键操作的日志消息,互相通知。

## 附录:Demo
## Demo

当你觉得用法不熟悉,可以查看单元测试用例,里面有最为详细且最全的使用示例。

Expand Down
2 changes: 1 addition & 1 deletion log-record-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>cn.monitor4all</groupId>
<artifactId>log-record-core</artifactId>
<version>1.6.2</version>
<version>1.6.3-SNAPSHOT</version>

<properties>
<maven.compiler.source>8</maven.compiler.source>
Expand Down
4 changes: 2 additions & 2 deletions log-record-springboot3-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>cn.monitor4all</groupId>
<artifactId>log-record-springboot3-starter</artifactId>
<version>1.6.2</version>
<version>1.6.3-SNAPSHOT</version>

<properties>
<maven.compiler.source>17</maven.compiler.source>
Expand All @@ -35,7 +35,7 @@
<dependency>
<groupId>cn.monitor4all</groupId>
<artifactId>log-record-core</artifactId>
<version>1.6.2</version>
<version>1.6.3-SNAPSHOT</version>
</dependency>

<!-- 单元测试依赖 -->
Expand Down
4 changes: 2 additions & 2 deletions log-record-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>cn.monitor4all</groupId>
<artifactId>log-record-starter</artifactId>
<version>1.6.2</version>
<version>1.6.3-SNAPSHOT</version>

<properties>
<maven.compiler.source>8</maven.compiler.source>
Expand All @@ -35,7 +35,7 @@
<dependency>
<groupId>cn.monitor4all</groupId>
<artifactId>log-record-core</artifactId>
<version>1.6.2</version>
<version>1.6.3-SNAPSHOT</version>
</dependency>

<!-- 单元测试依赖 -->
Expand Down

0 comments on commit 7cf6dd9

Please sign in to comment.