Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Upgraded JDK to version 10 for travis
  • Loading branch information
lukaseder committed Jun 21, 2018
1 parent bb6410b commit db26c4b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,6 +1,6 @@
language: java
jdk:
- oraclejdk9
- openjdk10
install:
- sh -c 'cd jOOL && mvn install -DskipTests=true'
script:
Expand Down
2 changes: 1 addition & 1 deletion jOOL-java-8/pom.xml
Expand Up @@ -12,7 +12,7 @@

<groupId>org.jooq</groupId>
<artifactId>jool-java-8</artifactId>
<version>0.9.13</version>
<version>0.9.14</version>
<packaging>bundle</packaging>

<name>jOOL</name>
Expand Down
2 changes: 1 addition & 1 deletion jOOL/pom.xml
Expand Up @@ -12,7 +12,7 @@

<groupId>org.jooq</groupId>
<artifactId>jool</artifactId>
<version>0.9.13</version>
<version>0.9.14</version>
<packaging>bundle</packaging>

<name>jOOL</name>
Expand Down

0 comments on commit db26c4b

Please sign in to comment.