Skip to content

Commit

Permalink
version: 修改版本号为0.8.0-SNAPSHOT。
Browse files Browse the repository at this point in the history
  • Loading branch information
wangliang181230 committed Jan 7, 2025
1 parent 63630b3 commit e668234
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<dependencies>
<groupId>icu.easyj.boot</groupId>
<artifactId>easyj-spring-boot-bom</artifactId>
<version>0.7.9</version>
<version>0.8.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependencies>
Expand Down Expand Up @@ -50,7 +50,7 @@
<dependency>
<groupId>icu.easyj</groupId>
<artifactId>easyj-all</artifactId>
<version>0.7.9</version>
<version>0.8.0-SNAPSHOT</version>
</dependency>
</dependencies>
```
Expand Down
2 changes: 1 addition & 1 deletion build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<properties>
<!-- 当前项目版本号 -->
<revision>0.7.9</revision>
<revision>0.8.0-SNAPSHOT</revision>

<!-- 编译配置 -->
<java.version>1.8</java.version>
Expand Down

0 comments on commit e668234

Please sign in to comment.