Skip to content

Commit 70bdebd

Browse files
committed
update version to 0.27
1 parent 4090788 commit 70bdebd

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
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>0.26</version>
8+
<version>0.27</version>
99
</parent>
1010

1111
<artifactId>moquette-broker</artifactId>

client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<relativePath>../</relativePath>
77
<artifactId>wildfirechat-parent</artifactId>
88
<groupId>cn.wildfirechat</groupId>
9-
<version>0.26</version>
9+
<version>0.27</version>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>
1212

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>0.26</version>
8+
<version>0.27</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>0.26</version>
9+
<version>0.27</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>0.26</version>
15+
<version>0.27</version>
1616
<name>Wildfire Chat</name>
1717
<description>Wildfire Chat Server</description>
1818
<inceptionYear>2019</inceptionYear>

sdk/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>0.26</version>
8+
<version>0.27</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

wildfire_jmeter/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>0.26</version>
8+
<version>0.27</version>
99
</parent>
1010

1111
<groupId>net.xmeter</groupId>

0 commit comments

Comments
 (0)