Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 4b0fbb59f7..e21470cb96 100644
--- a/pom.xml
+++ b/pom.xml
@@ -893,6 +893,19 @@
</properties>
</profile>
<profile>
+ <id>7u65</id>
+ <activation>
+ <property>
+ <name>java.version</name>
+ <value>1.7.0_65</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>
<property>
@@ -916,6 +929,18 @@
<alpn.version>8.0.0.v20140317</alpn.version>
</properties>
</profile>
+ <profile>
+ <id>8u11</id>
+ <activation>
+ <property>
+ <name>java.version</name>
+ <value>1.8.0_11</value>
+ </property>
+ </activation>
+ <properties>
+ <alpn.version>8.0.0.v20140317</alpn.version>
+ </properties>
+ </profile>
</profiles>
</project>

Back to the top