File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
src/main/java/info/unterrainer/server/mqttclient Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ branches:
27
27
- master
28
28
language : java
29
29
jdk :
30
- - openjdk15
30
+ - openjdk18
31
31
before_install :
32
32
- git clone https://github.com/UnterrainerInformatik/Travis-Scripts.git travis
33
33
- source travis/functions.Java.sh
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.23 </version >
8
+ <version >0.1.26 </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.4 </version >
20
+ <version >0.0.8 </version >
21
21
<name >MqttClient</name >
22
22
<packaging >jar</packaging >
23
23
Original file line number Diff line number Diff line change 2
2
3
3
public class Information {
4
4
public static final String name = "Elite-Server-DTOs" ;
5
- public static final String buildTime = "2022-06-03T14:39:34Z " ;
6
- public static final String pomVersion = "0.0.3 " ;
5
+ public static final String buildTime = "2022-06-03T19:21:58Z " ;
6
+ public static final String pomVersion = "0.0.4 " ;
7
7
}
You can’t perform that action at this time.
0 commit comments