Skip to content

Commit

Permalink
Use a version range that works with Maven 3.0.4.
Browse files Browse the repository at this point in the history
Fixes issue 588.
  • Loading branch information
swankjesse committed Sep 16, 2014
1 parent ea17ccc commit 6580921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,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 6580921

Please sign in to comment.