Repository: commons-lang
Updated Branches:
  refs/heads/master 415eb9ebb -> 0820c4c89


Use java9 profile on JDK 9 and later


Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/0820c4c8
Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/0820c4c8
Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/0820c4c8

Branch: refs/heads/master
Commit: 0820c4c895f6e7c9ef4860d7373675550c87ac6c
Parents: 415eb9e
Author: pascalschumacher <pascalschumac...@gmx.net>
Authored: Fri Mar 2 17:28:19 2018 +0100
Committer: pascalschumacher <pascalschumac...@gmx.net>
Committed: Fri Mar 2 17:28:19 2018 +0100

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


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/0820c4c8/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d55fe8f..771e49e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -827,9 +827,9 @@
     </profile>
 
     <profile>
-      <id>java9</id>
+      <id>java9+</id>
       <activation>
-        <jdk>9</jdk>
+        <jdk>[9,)</jdk>
       </activation>
       <properties>
         <!-- LANG-1265: allow tests to access private fields/methods of 
java.base classes via reflection -->

Reply via email to