Skip to content

Commit 690906f

Browse files
Use java9 profile for Java 9 and later versions
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1834785 13f79535-47bb-0310-9956-ffa450edef68
1 parent 7f55eea commit 690906f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -376,9 +376,9 @@ limitations under the License.
376376
</reporting>
377377
<profiles>
378378
<profile>
379-
<id>java9</id>
379+
<id>java9+</id>
380380
<activation>
381-
<jdk>9</jdk>
381+
<jdk>[9,)</jdk>
382382
</activation>
383383
<properties>
384384
<!-- coverall version 4.3.0 does not work with java 9, see https://github.com/trautonen/coveralls-maven-plugin/issues/112 -->

0 commit comments

Comments
 (0)