Skip to content

Commit

Permalink
Version updated to 2.2.1 (#162)
Browse files Browse the repository at this point in the history
* Updated to latest version of netty-mqtt

* Updated to ThingsBoard version of netty-mqtt

* Version updated to 2.2.1
  • Loading branch information
mp-loki authored Jan 16, 2019
1 parent 50f22c9 commit 4fa1aae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<groupId>org.thingsboard</groupId>
<artifactId>gateway</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.2.1-SNAPSHOT</version>
<packaging>jar</packaging>

<name>Thingsboard Gateway</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public class MqttDeviceStateChangeMessageListener extends AbstractJsonConverter
@Override
public void messageArrived(String topic, MqttMessage msg) throws Exception {
try {
String deviceName = null;
String deviceName;
String deviceType = null;
if (!StringUtils.isEmpty(mapping.getDeviceNameTopicExpression())) {
deviceName = eval(topic);
Expand Down

0 comments on commit 4fa1aae

Please sign in to comment.