Skip to content

Commit

Permalink
Update to Ubuntu 18.04 with JDK 10
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Oct 4, 2019
1 parent 7192c7a commit 8c4145b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
language: java
sudo: required
dist: bionic

jdk:
- openjdk8
- openjdk10

before_install:
- sudo apt-get install ant
Expand Down
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
This file is part of the DITA-OT Unit Test Plug-in project.
See the accompanying LICENSE file for applicable licenses.
-->
<plugin id="fox.jason.unit-test" version="1.0.6">
<feature extension="package.version" value="1.0.6"/>
<plugin id="fox.jason.unit-test" version="1.0.7">
<feature extension="package.version" value="1.0.7"/>


<transtype desc="Runs an antro ANT profiling report" name="antro">
Expand Down
9 changes: 8 additions & 1 deletion resource/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,14 @@
<plugin>
<groupId>org.eluder.coveralls</groupId>
<artifactId>coveralls-maven-plugin</artifactId>
<version>4.1.0</version>
<version>4.3.0</version>
<dependencies>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.2.3</version>
</dependency>
</dependencies>
<configuration>
<sourceDirectories>
<sourceDirectory>.</sourceDirectory>
Expand Down

0 comments on commit 8c4145b

Please sign in to comment.