Skip to content

Commit

Permalink
version and release note
Browse files Browse the repository at this point in the history
  • Loading branch information
heavyrian2012 committed Mar 25, 2024
1 parent 37f1772 commit a906bf3
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion broker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<relativePath>../</relativePath>
<artifactId>wildfirechat-parent</artifactId>
<groupId>cn.wildfirechat</groupId>
<version>1.2.3</version>
<version>1.2.4</version>
</parent>

<artifactId>moquette-broker</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>wildfirechat-parent</artifactId>
<groupId>cn.wildfirechat</groupId>
<version>1.2.3</version>
<version>1.2.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<!--<relativePath>../pom.xml</relativePath>-->
<artifactId>wildfirechat-parent</artifactId>
<groupId>cn.wildfirechat</groupId>
<version>1.2.3</version>
<version>1.2.4</version>
</parent>

<artifactId>distribution</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<artifactId>wildfirechat-parent</artifactId>

<packaging>pom</packaging>
<version>1.2.3</version>
<version>1.2.4</version>
<name>Wildfire Chat</name>
<description>Wildfire Chat Server</description>
<inceptionYear>2019</inceptionYear>
Expand Down
6 changes: 6 additions & 0 deletions release_note.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@

# 更新记录

--------------
Release note 1.2.4:
1. 去掉用户的默认密码。
2. 去掉频道和机器人的默认头像。
3. 修改在线状态回调数据,返回此用户的所有端状态。

--------------
Release note 1.2.3:
1. 同步专业版IM服务server SDK。
Expand Down
2 changes: 1 addition & 1 deletion sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>wildfirechat-parent</artifactId>
<groupId>cn.wildfirechat</groupId>
<version>1.2.3</version>
<version>1.2.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit a906bf3

Please sign in to comment.