Skip to content

Commit

Permalink
version: 修改版本号为0.7.9-SNAPSHOT。
Browse files Browse the repository at this point in the history
  • Loading branch information
wangliang181230 committed Jul 12, 2024
1 parent 89caac6 commit 18d5833
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.8</version>
<version>0.7.9-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.8</version>
<version>0.7.9-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.8</revision>
<revision>0.7.9-SNAPSHOT</revision>

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

0 comments on commit 18d5833

Please sign in to comment.