Repository: incubator-tamaya-sandbox Updated Branches: refs/heads/master 91302a7e4 -> 4c323c3e8
TAMAYA-349: Ensure Tamaya builds on JDK 11 Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/commit/ba1a6c48 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/tree/ba1a6c48 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/diff/ba1a6c48 Branch: refs/heads/master Commit: ba1a6c48f51bac344efb2b271ffb56d48352e6bf Parents: 91302a7 Author: Aaron Coburn <[email protected]> Authored: Wed Sep 12 08:37:25 2018 -0400 Committer: Aaron Coburn <[email protected]> Committed: Wed Sep 12 08:37:25 2018 -0400 ---------------------------------------------------------------------- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/ba1a6c48/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 284b904..67bc20d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: java jdk: - oraclejdk8 - - oraclejdk9 + - oraclejdk11 #before_script: # - pip install --user codecov http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/ba1a6c48/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index a533a1f..3813fa7 100644 --- a/pom.xml +++ b/pom.xml @@ -75,7 +75,7 @@ under the License. <gem.plugin>1.0.7</gem.plugin> <sources.plugin>3.0.1</sources.plugin> <hamcrest.version>2.0.0.0</hamcrest.version> - <javadoc.version>3.0.0</javadoc.version> + <javadoc.version>3.0.1</javadoc.version> <!-- Must/should match the JRuby version used by AsciidoctorJ --> <jruby.version>1.7.26</jruby.version> <findbugs.version>3.0.4</findbugs.version> @@ -319,7 +319,7 @@ under the License. <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> - <version>0.8.1</version> + <version>0.8.2</version> </plugin> <plugin> <groupId>de.saumya.mojo</groupId>
