Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 35c72623d0..d6e220e8f7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1180,5 +1180,29 @@
<alpn.version>8.1.7.v20160121</alpn.version>
</properties>
</profile>
+ <profile>
+ <id>8u73</id>
+ <activation>
+ <property>
+ <name>java.version</name>
+ <value>1.8.0_73</value>
+ </property>
+ </activation>
+ <properties>
+ <alpn.version>8.1.7.v20160121</alpn.version>
+ </properties>
+ </profile>
+ <profile>
+ <id>8u74</id>
+ <activation>
+ <property>
+ <name>java.version</name>
+ <value>1.8.0_74</value>
+ </property>
+ </activation>
+ <properties>
+ <alpn.version>8.1.7.v20160121</alpn.version>
+ </properties>
+ </profile>
</profiles>
</project>

Back to the top