Skip to content

Commit 89d6bf1

Browse files
committed
Merge branch 'master' into develop
2 parents 7b355a0 + 657669d commit 89d6bf1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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-
- openjdk18
30+
- openjdk21
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
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>info.unterrainer.commons</groupId>
55
<artifactId>parent-javalin-pom</artifactId>
6-
<version>0.1.0</version>
6+
<version>0.1.1</version>
77
</parent>
88

99
<properties>
@@ -15,7 +15,7 @@
1515

1616
<modelVersion>4.0.0</modelVersion>
1717
<artifactId>http-server</artifactId>
18-
<version>0.3.19</version>
18+
<version>0.3.22</version>
1919
<name>HttpServer</name>
2020
<packaging>jar</packaging>
2121

0 commit comments

Comments
 (0)