Skip to content

Commit

Permalink
tag
Browse files Browse the repository at this point in the history
  • Loading branch information
simon.johnson committed Sep 1, 2022
1 parent 4c21863 commit 90a8beb
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion mqtt-sn-client/dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.slj</groupId>
<artifactId>mqtt-sn-client</artifactId>
<version>0.1.14-alpha</version>
<version>0.1.15-alpha</version>
<build>
<plugins>
<plugin>
Expand Down
2 changes: 1 addition & 1 deletion mqtt-sn-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<groupId>org.slj</groupId>
<artifactId>mqtt-sn-client</artifactId>
<version>0.1.14-alpha</version>
<version>0.1.15-alpha</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion mqtt-sn-gateway/dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.slj</groupId>
<artifactId>mqtt-sn-gateway</artifactId>
<version>0.1.14-alpha</version>
<version>0.1.15-alpha</version>
<build>
<finalName>mqtt-sn-gateway-loopback-${project.version}</finalName>
<plugins>
Expand Down
2 changes: 1 addition & 1 deletion mqtt-sn-gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<groupId>org.slj</groupId>
<artifactId>mqtt-sn-gateway</artifactId>
<version>0.1.14-alpha</version>
<version>0.1.15-alpha</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ public boolean validConnectionDetails() {
withBrokerService(new MqttsnAggregatingGateway(brokerOptions)).
withTransport(createTransport());


}
}, false, "Welcome to the loopback gateway. This version does NOT use a backend broker, instead brokering MQTT messages itself as a loopback to connected devices.");
}
Expand Down

0 comments on commit 90a8beb

Please sign in to comment.