We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb990df commit cc68c52Copy full SHA for cc68c52
README.md
@@ -17,7 +17,7 @@
17
<dependencies>
18
<groupId>icu.easyj.boot</groupId>
19
<artifactId>easyj-spring-boot-bom</artifactId>
20
- <version>0.7.5-SNAPSHOT</version>
+ <version>0.7.5</version>
21
<type>pom</type>
22
<scope>import</scope>
23
</dependencies>
@@ -50,7 +50,7 @@
50
<dependency>
51
<groupId>icu.easyj</groupId>
52
<artifactId>easyj-all</artifactId>
53
54
</dependency>
55
56
```
build/pom.xml
@@ -18,7 +18,7 @@
<properties>
<!-- 当前项目版本号 -->
- <revision>0.7.5-SNAPSHOT</revision>
+ <revision>0.7.5</revision>
<!-- 编译配置 -->
24
<java.version>1.8</java.version>
0 commit comments