This is an automated email from the ASF dual-hosted git repository.

mattjuntunen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-geometry.git


The following commit(s) were added to refs/heads/master by this push:
     new 497f2e9  updating build for jdk17
497f2e9 is described below

commit 497f2e9241799ac5c257748802815f1ccb0ad1ec
Author: Matt Juntunen <mattjuntu...@apache.org>
AuthorDate: Thu Oct 7 07:22:26 2021 -0400

    updating build for jdk17
---
 .travis.yml | 10 +---------
 pom.xml     |  2 ++
 2 files changed, 3 insertions(+), 9 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 8583f34..d1854b2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,18 +16,10 @@
 language: java
 sudo: false
 
-matrix:
-  allow_failures:
-    # May not yet be supported by all plugins
-    - jdk: openjdk-ea
-
 jdk:
   - openjdk8
-  - openjdk10
   - openjdk11
-  - openjdk12
-  - openjdk13
-  - openjdk-ea
+  - openjdk17
 
 script:
   - mvn
diff --git a/pom.xml b/pom.xml
index ab4efdf..07e67a1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,6 +73,8 @@
 
     <commons.jacoco.haltOnFailure>false</commons.jacoco.haltOnFailure>
 
+    <commons.japicmp.version>0.15.4</commons.japicmp.version>
+
     <commons.site.path>geometry</commons.site.path>
     
<commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-geometry</commons.scmPubUrl>
     
<commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>

Reply via email to