Skip to content

Commit

Permalink
update: for 1.1.2-netty
Browse files Browse the repository at this point in the history
  • Loading branch information
Wizzercn committed Sep 10, 2019
1 parent c6a5cef commit e16f33f
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion mqtt-auth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>mqtt-wk</artifactId>
<groupId>cn.wizzer</groupId>
<version>1.1.2-netty-SNAPSHOT</version>
<version>1.1.2-netty</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion mqtt-broker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>mqtt-wk</artifactId>
<groupId>cn.wizzer</groupId>
<version>1.1.2-netty-SNAPSHOT</version>
<version>1.1.2-netty</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion mqtt-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>mqtt-wk</artifactId>
<groupId>cn.wizzer</groupId>
<version>1.1.2-netty-SNAPSHOT</version>
<version>1.1.2-netty</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion mqtt-store/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>mqtt-wk</artifactId>
<groupId>cn.wizzer</groupId>
<version>1.1.2-netty-SNAPSHOT</version>
<version>1.1.2-netty</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions mqtt-zoo/mqtt-test-kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<groupId>cn.wizzer</groupId>
<artifactId>mqtt-test-kafka</artifactId>
<version>1.1.2-netty-SNAPSHOT</version>
<version>1.1.2-netty</version>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
<properties>
<mqttwk.version>1.1.2-netty-SNAPSHOT</mqttwk.version>
<mqttwk.version>1.1.2-netty</mqttwk.version>
<nutzboot.version>2.3.5.v20190516</nutzboot.version>
<netty.version>4.1.28.Final</netty.version>
<fastjson.version>1.2.55</fastjson.version>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>cn.wizzer</groupId>
<artifactId>mqtt-wk</artifactId>
<packaging>pom</packaging>
<version>1.1.2-netty-SNAPSHOT</version>
<version>1.1.2-netty</version>
<name>MqttWk</name>
<modules>
<module>mqtt-common</module>
Expand All @@ -15,7 +15,7 @@
<module>mqtt-store</module>
</modules>
<properties>
<mqttwk.version>1.1.2-netty-SNAPSHOT</mqttwk.version>
<mqttwk.version>1.1.2-netty</mqttwk.version>
<nutzboot.version>2.3.5.v20190516</nutzboot.version>
<netty.version>4.1.28.Final</netty.version>
<fastjson.version>1.2.55</fastjson.version>
Expand Down

0 comments on commit e16f33f

Please sign in to comment.