Skip to content

Commit 06ea941

Browse files
author
Psilo
committed
update openJdk to 15
1 parent d157b1c commit 06ea941

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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-
- openjdk14
30+
- openjdk15
3131
before_install:
3232
- git clone https://github.com/UnterrainerInformatik/Travis-Scripts.git travis
3333
- source travis/functions.Java.sh

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

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

0 commit comments

Comments
 (0)