Skip to content

Commit cde8271

Browse files
committed
Repair Issue: invalid version range in java8-and-higher profile jai-imageio#23
1 parent 3f9c401 commit cde8271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@
195195
<profile>
196196
<id>java8-and-higher</id>
197197
<activation>
198-
<jdk>[1.8,</jdk>
198+
<jdk>[1.8,)</jdk>
199199
</activation>
200200
<build>
201201
<plugins>

0 commit comments

Comments
 (0)