Updated profiles for JDK 7u55 and JDK 8u05 with the right NPN and ALPN versions.
This commit is contained in:
parent
4fb13d2c58
commit
7bc0363b30
43
pom.xml
43
pom.xml
|
@ -829,7 +829,7 @@
|
||||||
</activation>
|
</activation>
|
||||||
<properties>
|
<properties>
|
||||||
<npn.version>1.1.6.v20130911</npn.version>
|
<npn.version>1.1.6.v20130911</npn.version>
|
||||||
<alpn.version>7.0.0</alpn.version>
|
<alpn.version>7.0.0.v20140317</alpn.version>
|
||||||
</properties>
|
</properties>
|
||||||
</profile>
|
</profile>
|
||||||
<profile>
|
<profile>
|
||||||
|
@ -842,7 +842,7 @@
|
||||||
</activation>
|
</activation>
|
||||||
<properties>
|
<properties>
|
||||||
<npn.version>1.1.6.v20130911</npn.version>
|
<npn.version>1.1.6.v20130911</npn.version>
|
||||||
<alpn.version>7.0.0</alpn.version>
|
<alpn.version>7.0.0.v20140317</alpn.version>
|
||||||
</properties>
|
</properties>
|
||||||
</profile>
|
</profile>
|
||||||
<profile>
|
<profile>
|
||||||
|
@ -855,19 +855,7 @@
|
||||||
</activation>
|
</activation>
|
||||||
<properties>
|
<properties>
|
||||||
<npn.version>1.1.6.v20130911</npn.version>
|
<npn.version>1.1.6.v20130911</npn.version>
|
||||||
<alpn.version>7.0.0</alpn.version>
|
<alpn.version>7.0.0.v20140317</alpn.version>
|
||||||
</properties>
|
|
||||||
</profile>
|
|
||||||
<profile>
|
|
||||||
<id>8u00</id>
|
|
||||||
<activation>
|
|
||||||
<property>
|
|
||||||
<name>java.version</name>
|
|
||||||
<value>1.8.0</value>
|
|
||||||
</property>
|
|
||||||
</activation>
|
|
||||||
<properties>
|
|
||||||
<alpn.version>8.0.0</alpn.version>
|
|
||||||
</properties>
|
</properties>
|
||||||
</profile>
|
</profile>
|
||||||
<profile>
|
<profile>
|
||||||
|
@ -880,6 +868,31 @@
|
||||||
</activation>
|
</activation>
|
||||||
<properties>
|
<properties>
|
||||||
<npn.version>1.1.7.v20140316</npn.version>
|
<npn.version>1.1.7.v20140316</npn.version>
|
||||||
|
<alpn.version>7.0.0.v20140317</alpn.version>
|
||||||
|
</properties>
|
||||||
|
</profile>
|
||||||
|
<profile>
|
||||||
|
<id>8u00</id>
|
||||||
|
<activation>
|
||||||
|
<property>
|
||||||
|
<name>java.version</name>
|
||||||
|
<value>1.8.0</value>
|
||||||
|
</property>
|
||||||
|
</activation>
|
||||||
|
<properties>
|
||||||
|
<alpn.version>8.0.0.v20140317</alpn.version>
|
||||||
|
</properties>
|
||||||
|
</profile>
|
||||||
|
<profile>
|
||||||
|
<id>8u05</id>
|
||||||
|
<activation>
|
||||||
|
<property>
|
||||||
|
<name>java.version</name>
|
||||||
|
<value>1.8.0_05</value>
|
||||||
|
</property>
|
||||||
|
</activation>
|
||||||
|
<properties>
|
||||||
|
<alpn.version>8.0.0.v20140317</alpn.version>
|
||||||
</properties>
|
</properties>
|
||||||
</profile>
|
</profile>
|
||||||
</profiles>
|
</profiles>
|
||||||
|
|
Loading…
Reference in New Issue