Update build profile for jdk1.8.0.66
This commit is contained in:
parent
3789c73ba3
commit
8b27484ea2
13
pom.xml
13
pom.xml
|
@ -975,5 +975,18 @@
|
||||||
<alpn.version>8.1.5.v20150921</alpn.version>
|
<alpn.version>8.1.5.v20150921</alpn.version>
|
||||||
</properties>
|
</properties>
|
||||||
</profile>
|
</profile>
|
||||||
|
|
||||||
|
<profile>
|
||||||
|
<id>8u66</id>
|
||||||
|
<activation>
|
||||||
|
<property>
|
||||||
|
<name>java.version</name>
|
||||||
|
<value>1.8.0_66</value>
|
||||||
|
</property>
|
||||||
|
</activation>
|
||||||
|
<properties>
|
||||||
|
<alpn.version>8.1.5.v20150921</alpn.version>
|
||||||
|
</properties>
|
||||||
|
</profile>
|
||||||
</profiles>
|
</profiles>
|
||||||
</project>
|
</project>
|
||||||
|
|
Loading…
Reference in New Issue