Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Erdfelt2014-03-25 18:25:16 +0000
committerJoakim Erdfelt2014-03-25 18:25:16 +0000
commit3e500a6f485b5252ad757311e12133a1040bce73 (patch)
treecbda7b8d12b3d670143a50b57c0c5b5794449b84 /pom.xml
parent6cba8ee375c219ab63ed5cd33aa650250f2993c5 (diff)
downloadorg.eclipse.jetty.project-3e500a6f485b5252ad757311e12133a1040bce73.tar.gz
org.eclipse.jetty.project-3e500a6f485b5252ad757311e12133a1040bce73.tar.xz
org.eclipse.jetty.project-3e500a6f485b5252ad757311e12133a1040bce73.zip
Adding alpn.version to other compatible java 7 updates
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 580d8a0ba0..f5d88bd8a4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -928,6 +928,7 @@
</activation>
<properties>
<npn.version>1.1.6.v20130911</npn.version>
+ <alpn.version>7.0.0</alpn.version>
</properties>
</profile>
<profile>
@@ -940,6 +941,7 @@
</activation>
<properties>
<npn.version>1.1.6.v20130911</npn.version>
+ <alpn.version>7.0.0</alpn.version>
</properties>
</profile>
<profile>

Back to the top