You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by pa...@apache.org on 2018/07/01 09:21:18 UTC

svn commit: r1834785 - /commons/proper/codec/trunk/pom.xml

Author: pascalschumacher
Date: Sun Jul  1 09:21:18 2018
New Revision: 1834785

URL: http://svn.apache.org/viewvc?rev=1834785&view=rev
Log:
Use java9 profile for Java 9 and later versions

Modified:
    commons/proper/codec/trunk/pom.xml

Modified: commons/proper/codec/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/pom.xml?rev=1834785&r1=1834784&r2=1834785&view=diff
==============================================================================
--- commons/proper/codec/trunk/pom.xml (original)
+++ commons/proper/codec/trunk/pom.xml Sun Jul  1 09:21:18 2018
@@ -376,9 +376,9 @@ limitations under the License.
   </reporting>
   <profiles>
     <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 -->