Skip to content

Commit c01e5b6

Browse files
author
heavyrian2012
committed
version and release note
1 parent 6c2848c commit c01e5b6

File tree

6 files changed

+12
-5
lines changed

6 files changed

+12
-5
lines changed

broker/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<relativePath>../</relativePath>
66
<artifactId>wildfirechat-parent</artifactId>
77
<groupId>cn.wildfirechat</groupId>
8-
<version>1.2.2</version>
8+
<version>1.2.3</version>
99
</parent>
1010

1111
<artifactId>moquette-broker</artifactId>

common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>wildfirechat-parent</artifactId>
77
<groupId>cn.wildfirechat</groupId>
8-
<version>1.2.2</version>
8+
<version>1.2.3</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

distribution/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<!--<relativePath>../pom.xml</relativePath>-->
77
<artifactId>wildfirechat-parent</artifactId>
88
<groupId>cn.wildfirechat</groupId>
9-
<version>1.2.2</version>
9+
<version>1.2.3</version>
1010
</parent>
1111

1212
<artifactId>distribution</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<artifactId>wildfirechat-parent</artifactId>
1313

1414
<packaging>pom</packaging>
15-
<version>1.2.2</version>
15+
<version>1.2.3</version>
1616
<name>Wildfire Chat</name>
1717
<description>Wildfire Chat Server</description>
1818
<inceptionYear>2019</inceptionYear>

release_note.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@
1212

1313
# 更新记录
1414

15+
--------------
16+
Release note 1.2.3:
17+
1. 同步专业版IM服务server SDK。
18+
2. 添加对鸿蒙平台的支持。
19+
3. 解决server端音视频SDK信令支持问题。
20+
4. 升级部分依赖,解决漏洞问题
21+
1522
--------------
1623
Release note 1.2.2:
1724
1. 解决搜索特殊字符时的转义问题。

sdk/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>wildfirechat-parent</artifactId>
55
<groupId>cn.wildfirechat</groupId>
6-
<version>1.2.2</version>
6+
<version>1.2.3</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

0 commit comments

Comments
 (0)