We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d157b1c commit 06ea941Copy full SHA for 06ea941
.travis.yml
@@ -27,7 +27,7 @@ branches:
27
- master
28
language: java
29
jdk:
30
- - openjdk14
+ - openjdk15
31
before_install:
32
- git clone https://github.com/UnterrainerInformatik/Travis-Scripts.git travis
33
- source travis/functions.Java.sh
pom.xml
@@ -17,7 +17,7 @@
17
18
<modelVersion>4.0.0</modelVersion>
19
<artifactId>mqtt-client</artifactId>
20
- <version>0.0.3</version>
+ <version>0.0.4</version>
21
<name>MqttClient</name>
22
<packaging>jar</packaging>
23
0 commit comments