File tree Expand file tree Collapse file tree
src/main/java/cn/xeblog/server/constant Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77 <groupId >cn.xeblog</groupId >
88 <artifactId >xechat-commons</artifactId >
9- <version >1.6.1 -beta</version >
9+ <version >1.6.2 -beta</version >
1010 <build >
1111 <plugins >
1212 <plugin >
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44}
55
66group ' cn.xeblog'
7- version ' 1.6.1 -beta'
7+ version ' 1.6.2 -beta'
88
99sourceCompatibility = 11
1010targetCompatibility = 11
@@ -20,7 +20,7 @@ repositories {
2020}
2121
2222ext {
23- xechatCommonsVersion = ' 1.6.1 -beta'
23+ xechatCommonsVersion = ' 1.6.2 -beta'
2424 lombokVersion = ' 1.18.24'
2525}
2626
Original file line number Diff line number Diff line change 66
77 <groupId >cn.xeblog</groupId >
88 <artifactId >xechat-server</artifactId >
9- <version >1.6.1 -beta</version >
9+ <version >1.6.2 -beta</version >
1010 <packaging >jar</packaging >
1111
1212 <properties >
2727 <dependency >
2828 <groupId >cn.xeblog</groupId >
2929 <artifactId >xechat-commons</artifactId >
30- <version >1.6.1 -beta</version >
30+ <version >1.6.2 -beta</version >
3131 </dependency >
3232
3333 <dependency >
Original file line number Diff line number Diff line change @@ -9,6 +9,6 @@ public interface CommonConstants {
99 /**
1010 * 插件版本
1111 */
12- String PLUGIN_VERSION = "1.6.1 -beta" ;
12+ String PLUGIN_VERSION = "1.6.2 -beta" ;
1313
1414}
You can’t perform that action at this time.
0 commit comments