Skip to content

Commit

Permalink
Merge pull request #205 from varuag/master
Browse files Browse the repository at this point in the history
Added ')' to jdk unbounded range for Maven 2.X
  • Loading branch information
joelittlejohn committed Jun 21, 2014
2 parents 77dd6fb + 2521e6a commit e5eb32f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@
<profile>
<id>doclint-java8-disable</id>
<activation>
<jdk>[1.8,</jdk>
<jdk>[1.8,)</jdk>
</activation>
<build>
<plugins>
Expand Down

0 comments on commit e5eb32f

Please # to comment.