Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimone Bordet2015-05-08 08:52:54 +0000
committerSimone Bordet2015-05-08 08:52:54 +0000
commitf580cf72ac87eeb84b03ca00d32c0ef4214c3a71 (patch)
tree737d27a8d3cad247bdab8fa573830310e39fc923
parentf4d6f49d2f4cbc248e18f59423465c7b8cb200ad (diff)
downloadorg.eclipse.jetty.project-f580cf72ac87eeb84b03ca00d32c0ef4214c3a71.tar.gz
org.eclipse.jetty.project-f580cf72ac87eeb84b03ca00d32c0ef4214c3a71.tar.xz
org.eclipse.jetty.project-f580cf72ac87eeb84b03ca00d32c0ef4214c3a71.zip
Updated ALPN API to 1.1.1.v20150508.
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index db5c6378b2..96c9bfedeb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@
<slf4j-version>1.6.6</slf4j-version>
<jetty-test-policy-version>1.2</jetty-test-policy-version>
<npn.api.version>1.1.1.v20141010</npn.api.version>
- <alpn.api.version>1.1.0.v20141014</alpn.api.version>
+ <alpn.api.version>1.1.1.v20150508</alpn.api.version>
<!-- default values are unsupported, but required to be defined for reactor sanity reasons -->
<npn.version>undefined</npn.version>
<alpn.version>undefined</alpn.version>

Back to the top