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 7f9a7cf commit aeb596eCopy full SHA for aeb596e
.travis.yml
@@ -27,7 +27,7 @@ branches:
27
- master
28
language: java
29
jdk:
30
- - openjdk14
+ - openjdk18
31
before_install:
32
- git clone https://github.com/UnterrainerInformatik/Travis-Scripts.git travis
33
- source travis/functions.Java.sh
pom.xml
@@ -5,12 +5,12 @@
5
<parent>
6
<groupId>info.unterrainer.commons</groupId>
7
<artifactId>parent-pom</artifactId>
8
- <version>0.1.21</version>
+ <version>0.1.26</version>
9
</parent>
10
11
<modelVersion>4.0.0</modelVersion>
12
<artifactId>datastructures</artifactId>
13
- <version>0.1.3</version>
+ <version>0.1.4</version>
14
<name>DataStructures</name>
15
<packaging>jar</packaging>
16
0 commit comments