Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimone Bordet2015-05-22 08:24:04 +0000
committerSimone Bordet2015-05-22 08:24:32 +0000
commit43780f6c78b6be4f9825e6fe926e0a20aa988349 (patch)
tree9a354aada1dfb1bc89799e547b56f8a9b82aafd1
parentd7819913a65309bfe2ea04d4988d283f473ba013 (diff)
downloadorg.eclipse.jetty.project-43780f6c78b6be4f9825e6fe926e0a20aa988349.tar.gz
org.eclipse.jetty.project-43780f6c78b6be4f9825e6fe926e0a20aa988349.tar.xz
org.eclipse.jetty.project-43780f6c78b6be4f9825e6fe926e0a20aa988349.zip
Updated ALPN API to 1.1.2.v20150522.
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 96c9bfedeb..7cebb445df 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.1.v20150508</alpn.api.version>
+ <alpn.api.version>1.1.2.v20150522</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