mirror of
https://github.com/square/okhttp.git
synced 2026-01-14 07:22:20 +03:00
Merge pull request #4327 from square/bquenaudon/2018-10-22/fix-alpn
Added ALPN version for java 8.191 and 8.192
This commit is contained in:
18
pom.xml
18
pom.xml
@@ -662,5 +662,23 @@
|
||||
<alpn.jdk8.version>8.1.12.v20180117</alpn.jdk8.version>
|
||||
</properties>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>alpn-when-jdk8_191</id>
|
||||
<activation>
|
||||
<jdk>1.8.0_191</jdk>
|
||||
</activation>
|
||||
<properties>
|
||||
<alpn.jdk8.version>8.1.13.v20181017</alpn.jdk8.version>
|
||||
</properties>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>alpn-when-jdk8_192</id>
|
||||
<activation>
|
||||
<jdk>1.8.0_192</jdk>
|
||||
</activation>
|
||||
<properties>
|
||||
<alpn.jdk8.version>8.1.13.v20181017</alpn.jdk8.version>
|
||||
</properties>
|
||||
</profile>
|
||||
</profiles>
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user