Skip to content

Commit

Permalink
Java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
davemoore- committed Aug 26, 2019
1 parent 705c292 commit 94c4f90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: java
jdk:
- oraclejdk12
- oraclejdk11
env:
matrix:
- ELASTICSEARCH_VERSION=7.3.1
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<elasticsearch.version>7.3.1</elasticsearch.version>
<jackson.core.version>2.9.9</jackson.core.version>
<jackson.databind.version>2.9.9.2</jackson.databind.version>
<jdk.version>1.12</jdk.version>
<jdk.version>1.11</jdk.version>
<log4j.version>2.9.1</log4j.version>
<commons-io.version>2.6</commons-io.version>
<!-- maven plugin versions -->
Expand Down

0 comments on commit 94c4f90

Please sign in to comment.