File tree Expand file tree Collapse file tree 3 files changed +6
-11
lines changed
src/main/java/info/unterrainer/server/mqttclient Expand file tree Collapse file tree 3 files changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -28,3 +28,5 @@ hs_err_pid*
28
28
.project
29
29
30
30
.settings /
31
+
32
+ src /main /java /info /unterrainer /server /mqttclient /Information.java
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >info.unterrainer.commons</groupId >
7
7
<artifactId >parent-pom</artifactId >
8
- <version >0.1.26 </version >
8
+ <version >0.2.1 </version >
9
9
</parent >
10
10
11
11
<properties >
17
17
18
18
<modelVersion >4.0.0</modelVersion >
19
19
<artifactId >mqtt-client</artifactId >
20
- <version >0.0.11 </version >
20
+ <version >0.1.0 </version >
21
21
<name >MqttClient</name >
22
22
<packaging >jar</packaging >
23
23
24
24
<dependencies >
25
25
<dependency >
26
26
<groupId >info.unterrainer.commons</groupId >
27
27
<artifactId >jre-utils</artifactId >
28
- <version >0.2.13 </version >
28
+ <version >0.3.0 </version >
29
29
</dependency >
30
30
<dependency >
31
31
<groupId >info.unterrainer.commons</groupId >
32
32
<artifactId >serialization</artifactId >
33
- <version >0.1.9 </version >
33
+ <version >0.2.0 </version >
34
34
</dependency >
35
35
<dependency >
36
36
<groupId >org.eclipse.paho</groupId >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments