mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-01 11:29:29 +00:00
updated npn alpn for java 1.7.0_76
This commit is contained in:
parent
420df3b5d6
commit
bd8bcd62e9
13
pom.xml
13
pom.xml
@ -907,6 +907,19 @@
|
||||
<alpn.version>7.0.0.v20140317</alpn.version>
|
||||
</properties>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>7u67</id>
|
||||
<activation>
|
||||
<property>
|
||||
<name>java.version</name>
|
||||
<value>1.7.0_67</value>
|
||||
</property>
|
||||
</activation>
|
||||
<properties>
|
||||
<npn.version>1.1.7.v20140316</npn.version>
|
||||
<alpn.version>7.0.0.v20140317</alpn.version>
|
||||
</properties>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>8u00</id>
|
||||
<activation>
|
||||
|
Loading…
x
Reference in New Issue
Block a user