Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2014-08-21 00:44:48 +0000
committerGreg Wilkins2014-08-21 00:44:48 +0000
commitbd8bcd62e9f7b363980715566a64772051d8a4a2 (patch)
tree6c971fc09566675074c7475ac4a4c864213a1dc8
parent420df3b5d6578abbf416f9ec367a5c4d2f30a326 (diff)
downloadorg.eclipse.jetty.project-bd8bcd62e9f7b363980715566a64772051d8a4a2.tar.gz
org.eclipse.jetty.project-bd8bcd62e9f7b363980715566a64772051d8a4a2.tar.xz
org.eclipse.jetty.project-bd8bcd62e9f7b363980715566a64772051d8a4a2.zip
updated npn alpn for java 1.7.0_76
-rw-r--r--pom.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 0af19052bb..a9589250b5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -908,6 +908,19 @@
</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>
<property>

Back to the top