Skip to content

Commit

Permalink
version: 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
qqxx6661 committed Apr 6, 2024
1 parent 67947c4 commit a9b9234
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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-SNAPSHOT</version>
<version>1.6.2</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-SNAPSHOT</version>
<version>1.6.2</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-SNAPSHOT</version>
<version>1.6.2</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-SNAPSHOT</version>
<version>1.6.2</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-SNAPSHOT</version>
<version>1.6.2</version>
</dependency>

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

0 comments on commit a9b9234

Please sign in to comment.