Skip to content

Commit 9e1a35d

Browse files
committed
Merge branch 'master' into develop
2 parents 06ea941 + 3e32c04 commit 9e1a35d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ branches:
2727
- master
2828
language: java
2929
jdk:
30-
- openjdk15
30+
- openjdk18
3131
before_install:
3232
- git clone https://github.com/UnterrainerInformatik/Travis-Scripts.git travis
3333
- source travis/functions.Java.sh

pom.xml

Lines changed: 2 additions & 2 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.23</version>
8+
<version>0.1.26</version>
99
</parent>
1010

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

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
public class Information {
44
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";
77
}

0 commit comments

Comments
 (0)