Skip to content

Commit 31f661e

Browse files
author
Gerald Unterrainer
committed
update #minor and others
1 parent d81fbeb commit 31f661e

File tree

3 files changed

+6
-11
lines changed

3 files changed

+6
-11
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,5 @@ hs_err_pid*
2828
.project
2929

3030
.settings/
31+
32+
src/main/java/info/unterrainer/server/mqttclient/Information.java

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>info.unterrainer.commons</groupId>
77
<artifactId>parent-pom</artifactId>
8-
<version>0.1.26</version>
8+
<version>0.2.1</version>
99
</parent>
1010

1111
<properties>
@@ -17,20 +17,20 @@
1717

1818
<modelVersion>4.0.0</modelVersion>
1919
<artifactId>mqtt-client</artifactId>
20-
<version>0.0.11</version>
20+
<version>0.1.0</version>
2121
<name>MqttClient</name>
2222
<packaging>jar</packaging>
2323

2424
<dependencies>
2525
<dependency>
2626
<groupId>info.unterrainer.commons</groupId>
2727
<artifactId>jre-utils</artifactId>
28-
<version>0.2.13</version>
28+
<version>0.3.0</version>
2929
</dependency>
3030
<dependency>
3131
<groupId>info.unterrainer.commons</groupId>
3232
<artifactId>serialization</artifactId>
33-
<version>0.1.9</version>
33+
<version>0.2.0</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>org.eclipse.paho</groupId>

src/main/java/info/unterrainer/server/mqttclient/Information.java

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)