From 70bdebd4a039f10214d7b126d61954ca2f0af505 Mon Sep 17 00:00:00 2001 From: "heavyrain.lee" <heavyrain.lee@gmail.com> Date: Tue, 24 Sep 2019 08:26:35 +0800 Subject: [PATCH] update version to 0.27 --- broker/pom.xml | 2 +- client/pom.xml | 2 +- common/pom.xml | 2 +- distribution/pom.xml | 2 +- pom.xml | 2 +- sdk/pom.xml | 2 +- wildfire_jmeter/pom.xml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/broker/pom.xml b/broker/pom.xml index 2b4f03dc5..215d73dc8 100755 --- a/broker/pom.xml +++ b/broker/pom.xml @@ -5,7 +5,7 @@ <relativePath>../</relativePath> <artifactId>wildfirechat-parent</artifactId> <groupId>cn.wildfirechat</groupId> - <version>0.26</version> + <version>0.27</version> </parent> <artifactId>moquette-broker</artifactId> diff --git a/client/pom.xml b/client/pom.xml index 41832c870..1c84fe42c 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -6,7 +6,7 @@ <relativePath>../</relativePath> <artifactId>wildfirechat-parent</artifactId> <groupId>cn.wildfirechat</groupId> - <version>0.26</version> + <version>0.27</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/common/pom.xml b/common/pom.xml index 466494681..3f94fb1df 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>wildfirechat-parent</artifactId> <groupId>cn.wildfirechat</groupId> - <version>0.26</version> + <version>0.27</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/distribution/pom.xml b/distribution/pom.xml index c57505472..7c5a656d5 100755 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -6,7 +6,7 @@ <!--<relativePath>../pom.xml</relativePath>--> <artifactId>wildfirechat-parent</artifactId> <groupId>cn.wildfirechat</groupId> - <version>0.26</version> + <version>0.27</version> </parent> <artifactId>distribution</artifactId> diff --git a/pom.xml b/pom.xml index 17a26aa5d..d8327cd43 100755 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ <artifactId>wildfirechat-parent</artifactId> <packaging>pom</packaging> - <version>0.26</version> + <version>0.27</version> <name>Wildfire Chat</name> <description>Wildfire Chat Server</description> <inceptionYear>2019</inceptionYear> diff --git a/sdk/pom.xml b/sdk/pom.xml index e26b5ab72..57c22ad7b 100644 --- a/sdk/pom.xml +++ b/sdk/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>wildfirechat-parent</artifactId> <groupId>cn.wildfirechat</groupId> - <version>0.26</version> + <version>0.27</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/wildfire_jmeter/pom.xml b/wildfire_jmeter/pom.xml index e41a267e0..c4bc2cfcc 100755 --- a/wildfire_jmeter/pom.xml +++ b/wildfire_jmeter/pom.xml @@ -5,7 +5,7 @@ <relativePath>../</relativePath> <artifactId>wildfirechat-parent</artifactId> <groupId>cn.wildfirechat</groupId> - <version>0.26</version> + <version>0.27</version> </parent> <groupId>net.xmeter</groupId>