Skip to content

Commit aeb596e

Browse files
committed
build with java 18
1 parent 7f9a7cf commit aeb596e

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-
- openjdk14
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,12 +5,12 @@
55
<parent>
66
<groupId>info.unterrainer.commons</groupId>
77
<artifactId>parent-pom</artifactId>
8-
<version>0.1.21</version>
8+
<version>0.1.26</version>
99
</parent>
1010

1111
<modelVersion>4.0.0</modelVersion>
1212
<artifactId>datastructures</artifactId>
13-
<version>0.1.3</version>
13+
<version>0.1.4</version>
1414
<name>DataStructures</name>
1515
<packaging>jar</packaging>
1616

0 commit comments

Comments
 (0)