Skip to content

Commit e5eb32f

Browse files
committed
Merge pull request #205 from varuag/master
Added ')' to jdk unbounded range for Maven 2.X
2 parents 77dd6fb + 2521e6a commit e5eb32f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@
240240
<profile>
241241
<id>doclint-java8-disable</id>
242242
<activation>
243-
<jdk>[1.8,</jdk>
243+
<jdk>[1.8,)</jdk>
244244
</activation>
245245
<build>
246246
<plugins>

0 commit comments

Comments
 (0)