Skip to content

Commit

Permalink
update: for 1.1.1-netty
Browse files Browse the repository at this point in the history
  • Loading branch information
Wizzercn committed Aug 12, 2019
1 parent 6c1eb38 commit 56de5d2
Show file tree
Hide file tree
Showing 6 changed files with 12 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.0-netty</version>
<version>1.1.1-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.0-netty</version>
<version>1.1.1-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.0-netty</version>
<version>1.1.1-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.0-netty</version>
<version>1.1.1-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.0-netty</version>
<version>1.1.1-netty</version>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
<properties>
<mqttwk.version>1.1.0-netty</mqttwk.version>
<mqttwk.version>1.1.1-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
8 changes: 6 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.0-netty</version>
<version>1.1.1-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.0-netty</mqttwk.version>
<mqttwk.version>1.1.1-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 Expand Up @@ -54,6 +54,10 @@
<email>[email protected]</email>
<url>http://wendal.net/</url>
</developer>
<developer>
<id>lithium429</id>
<name>Cao Shi</name>
</developer>
</developers>
<dependencyManagement>
<dependencies>
Expand Down

0 comments on commit 56de5d2

Please sign in to comment.