Repository: commons-compress
Updated Branches:
  refs/heads/master b5401c47f -> 1132bc0bd


follow @PascalSchumacher's example and prepare for Java10+


Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/1132bc0b
Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/1132bc0b
Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/1132bc0b

Branch: refs/heads/master
Commit: 1132bc0bd1b9bb2610456eac9efb069a1cd5684b
Parents: b5401c4
Author: Stefan Bodewig <bode...@apache.org>
Authored: Sat Jun 9 12:50:45 2018 +0200
Committer: Stefan Bodewig <bode...@apache.org>
Committed: Sat Jun 9 12:50:45 2018 +0200

----------------------------------------------------------------------
 .travis.yml | 1 +
 pom.xml     | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-compress/blob/1132bc0b/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 444725f..afcff3e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,6 +21,7 @@ jdk:
   - openjdk8
   - oraclejdk8
   - oraclejdk9
+  - oraclejdk10
 
 cache:
   directories:

http://git-wip-us.apache.org/repos/asf/commons-compress/blob/1132bc0b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d97bf13..a1a967e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -504,9 +504,9 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, 
arj.
       </build>
     </profile>
     <profile>
-      <id>java9</id>
+      <id>java9+</id>
       <activation>
-        <jdk>9</jdk>
+        <jdk>[9,)</jdk>
       </activation>
       <properties>
         <maven.compiler.release>9</maven.compiler.release>

Reply via email to