Skip to content

Commit

Permalink
version bump for JDK 8 (112)
Browse files Browse the repository at this point in the history
  • Loading branch information
yschimke committed Dec 27, 2016
1 parent cddb441 commit d6589ea
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,15 @@
<alpn.jdk8.version>8.1.9.v20160720</alpn.jdk8.version>
</properties>
</profile>
<profile>
<id>alpn-when-jdk8_112</id>
<activation>
<jdk>1.8.0_112</jdk>
</activation>
<properties>
<alpn.jdk8.version>8.1.9.v20160720</alpn.jdk8.version>
</properties>
</profile>
</profiles>
</project>

0 comments on commit d6589ea

Please sign in to comment.