Skip to content

Commit

Permalink
version increment
Browse files Browse the repository at this point in the history
  • Loading branch information
simon622 committed Sep 18, 2023
1 parent 4c3034b commit 217e3d4
Show file tree
Hide file tree
Showing 21 changed files with 33 additions and 534 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,4 @@ mqtt-sn-client-sec/
/mqtt-sn-client/dependency-reduced-pom.xml
/mqtt-sn-runtimes/mqtt-sn-gateway/_message-queues-overflow/34643532633864362D323037652D346663342D386531342D333333653366646564646638
/mqtt-sn-runtimes/
/site
2 changes: 1 addition & 1 deletion mqtt-sn-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<parent>
<groupId>org.slj</groupId>
<artifactId>mqtt-sn</artifactId>
<version>0.2.1</version>
<version>0.2.2</version>
</parent>

<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion mqtt-sn-cloud-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<parent>
<groupId>org.slj</groupId>
<artifactId>mqtt-sn</artifactId>
<version>0.2.1</version>
<version>0.2.2</version>
</parent>

<artifactId>mqtt-sn-cloud-client</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions mqtt-sn-codec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@
<parent>
<groupId>org.slj</groupId>
<artifactId>mqtt-sn</artifactId>
<version>0.2.1</version>
<version>0.2.2</version>
</parent>

<groupId>org.mqtt-sn</groupId>
<version>0.2.1</version>
<version>0.2.2</version>
<artifactId>mqtt-sn-codec</artifactId>

<properties>
Expand Down
Binary file removed mqtt-sn-core/lib/mqtt-tree-0.5.4.jar
Binary file not shown.
9 changes: 1 addition & 8 deletions mqtt-sn-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<parent>
<groupId>org.slj</groupId>
<artifactId>mqtt-sn</artifactId>
<version>0.2.1</version>
<version>0.2.2</version>
</parent>

<artifactId>mqtt-sn-core</artifactId>
Expand All @@ -50,13 +50,6 @@
<artifactId>javax.json</artifactId>
<version>1.1.4</version>
</dependency>
<dependency>
<groupId>org.slj</groupId>
<artifactId>mqtt-tree</artifactId>
<version>0.5.4</version>
<scope>system</scope>
<systemPath>${basedir}/lib/mqtt-tree-0.5.4.jar</systemPath>
</dependency>
</dependencies>

<build>
Expand Down
6 changes: 3 additions & 3 deletions mqtt-sn-core/src/main/resources/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
</root>

<logger name="wire" level="INFO"/>
<logger name="org.slj" level="INFO"/>
<logger name="org.slj.mqtt.sn.load.runner" level="INFO"/>
<logger name="org.slj.mqtt.sn.protection" level="INFO"/>
<logger name="org.slj" level="WARN"/>
<logger name="org.slj.mqtt.sn.load.runner" level="OFF"/>
<logger name="org.slj.mqtt.sn.protection" level="OFF"/>
<logger name="ch.qos.logback" level="OFF"/>
<logger name="io.netty" level="ERROR"/>
<logger name="org.apache.plc4x" level="INFO"/>
Expand Down
2 changes: 1 addition & 1 deletion mqtt-sn-gateway-connector-aws-iotcore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<parent>
<groupId>org.slj</groupId>
<artifactId>mqtt-sn</artifactId>
<version>0.2.1</version>
<version>0.2.2</version>
</parent>

<artifactId>mqtt-sn-gateway-connector-aws-iotcore</artifactId>
Expand Down
115 changes: 0 additions & 115 deletions mqtt-sn-gateway-connector-google-iotcore/pom.xml

This file was deleted.

This file was deleted.

Loading

0 comments on commit 217e3d4

Please sign in to comment.