Skip to content

Commit e16f33f

Browse files
committed
update: for 1.1.2-netty
1 parent c6a5cef commit e16f33f

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

mqtt-auth/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>mqtt-wk</artifactId>
77
<groupId>cn.wizzer</groupId>
8-
<version>1.1.2-netty-SNAPSHOT</version>
8+
<version>1.1.2-netty</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<packaging>jar</packaging>

mqtt-broker/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>mqtt-wk</artifactId>
77
<groupId>cn.wizzer</groupId>
8-
<version>1.1.2-netty-SNAPSHOT</version>
8+
<version>1.1.2-netty</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<packaging>jar</packaging>

mqtt-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>mqtt-wk</artifactId>
77
<groupId>cn.wizzer</groupId>
8-
<version>1.1.2-netty-SNAPSHOT</version>
8+
<version>1.1.2-netty</version>
99
</parent>
1010

1111
<modelVersion>4.0.0</modelVersion>

mqtt-store/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>mqtt-wk</artifactId>
77
<groupId>cn.wizzer</groupId>
8-
<version>1.1.2-netty-SNAPSHOT</version>
8+
<version>1.1.2-netty</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<packaging>jar</packaging>

mqtt-zoo/mqtt-test-kafka/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<groupId>cn.wizzer</groupId>
66
<artifactId>mqtt-test-kafka</artifactId>
7-
<version>1.1.2-netty-SNAPSHOT</version>
7+
<version>1.1.2-netty</version>
88
<modelVersion>4.0.0</modelVersion>
99
<packaging>jar</packaging>
1010
<properties>
11-
<mqttwk.version>1.1.2-netty-SNAPSHOT</mqttwk.version>
11+
<mqttwk.version>1.1.2-netty</mqttwk.version>
1212
<nutzboot.version>2.3.5.v20190516</nutzboot.version>
1313
<netty.version>4.1.28.Final</netty.version>
1414
<fastjson.version>1.2.55</fastjson.version>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>cn.wizzer</groupId>
77
<artifactId>mqtt-wk</artifactId>
88
<packaging>pom</packaging>
9-
<version>1.1.2-netty-SNAPSHOT</version>
9+
<version>1.1.2-netty</version>
1010
<name>MqttWk</name>
1111
<modules>
1212
<module>mqtt-common</module>
@@ -15,7 +15,7 @@
1515
<module>mqtt-store</module>
1616
</modules>
1717
<properties>
18-
<mqttwk.version>1.1.2-netty-SNAPSHOT</mqttwk.version>
18+
<mqttwk.version>1.1.2-netty</mqttwk.version>
1919
<nutzboot.version>2.3.5.v20190516</nutzboot.version>
2020
<netty.version>4.1.28.Final</netty.version>
2121
<fastjson.version>1.2.55</fastjson.version>

0 commit comments

Comments
 (0)