Skip to content

Commit 1664a4a

Browse files
release: 发布0.7.9版本。
1 parent 3f80d7a commit 1664a4a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<dependencies>
1818
<groupId>icu.easyj.boot</groupId>
1919
<artifactId>easyj-spring-boot-bom</artifactId>
20-
<version>0.7.9-SNAPSHOT</version>
20+
<version>0.7.9</version>
2121
<type>pom</type>
2222
<scope>import</scope>
2323
</dependencies>
@@ -50,7 +50,7 @@
5050
<dependency>
5151
<groupId>icu.easyj</groupId>
5252
<artifactId>easyj-all</artifactId>
53-
<version>0.7.9-SNAPSHOT</version>
53+
<version>0.7.9</version>
5454
</dependency>
5555
</dependencies>
5656
```

build/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
<properties>
2020
<!-- 当前项目版本号 -->
21-
<revision>0.7.9-SNAPSHOT</revision>
21+
<revision>0.7.9</revision>
2222

2323
<!-- 编译配置 -->
2424
<java.version>1.8</java.version>

0 commit comments

Comments
 (0)