Repository: commons-text
Updated Branches:
  refs/heads/master ddb47903d -> 7d2b51191


Use java9 profile on JDK 9 and later


Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/7d2b5119
Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/7d2b5119
Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/7d2b5119

Branch: refs/heads/master
Commit: 7d2b51191064626994db6ca91cae968542696788
Parents: ddb4790
Author: Pascal Schumacher <pascalschumac...@gmx.net>
Authored: Fri Mar 2 17:31:56 2018 +0100
Committer: Pascal Schumacher <pascalschumac...@gmx.net>
Committed: Fri Mar 2 17:31:56 2018 +0100

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-text/blob/7d2b5119/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f1466e9..97883e6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -392,9 +392,9 @@
       </build>
     </profile>
     <profile>
-      <id>java9</id>
+      <id>java9+</id>
       <activation>
-        <jdk>9</jdk>
+        <jdk>[9,)</jdk>
       </activation>
       <properties>
         <!-- coverall version 4.3.0 does not work with java 9, see 
https://github.com/trautonen/coveralls-maven-plugin/issues/112 -->

Reply via email to