We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5c3a8c commit 4afcfa1Copy full SHA for 4afcfa1
.travis.yml
@@ -27,7 +27,7 @@ branches:
27
- master
28
language: java
29
jdk:
30
- - openjdk18
+ - openjdk24
31
before_install:
32
- git clone https://github.com/UnterrainerInformatik/Travis-Scripts.git travis
33
- source travis/functions.Java.sh
pom.xml
@@ -15,7 +15,7 @@
15
16
<modelVersion>4.0.0</modelVersion>
17
<artifactId>http-server</artifactId>
18
- <version>0.3.20</version>
+ <version>0.3.21</version>
19
<name>HttpServer</name>
20
<packaging>jar</packaging>
21
0 commit comments