Skip to content

Commit cc68c52

Browse files
release: 发布0.7.5版本。
1 parent eb990df commit cc68c52

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
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.5-SNAPSHOT</version>
20+
<version>0.7.5</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.5-SNAPSHOT</version>
53+
<version>0.7.5</version>
5454
</dependency>
5555
</dependencies>
5656
```

build/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

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

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

0 commit comments

Comments
 (0)