Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimone Bordet2014-10-13 19:27:11 +0000
committerSimone Bordet2014-10-13 19:27:11 +0000
commit9796457dfc0d402225503cec7c5a3359649f5268 (patch)
treeab8bc019e39eaee16c31687562df4c931a2f6423 /pom.xml
parentabdd2e4ff0a0c382c51ba05b6ba3049851055223 (diff)
downloadorg.eclipse.jetty.project-9796457dfc0d402225503cec7c5a3359649f5268.tar.gz
org.eclipse.jetty.project-9796457dfc0d402225503cec7c5a3359649f5268.tar.xz
org.eclipse.jetty.project-9796457dfc0d402225503cec7c5a3359649f5268.zip
446672 - NPN Specification issue in the case no protocols are selected.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index b86dabff43..a45c77ede3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,7 +16,7 @@
<build-support-version>1.1</build-support-version>
<slf4j-version>1.6.6</slf4j-version>
<jetty-test-policy-version>1.2</jetty-test-policy-version>
- <npn.api.version>1.1.0.v20120525</npn.api.version>
+ <npn.api.version>1.1.1.v20141010</npn.api.version>
<alpn.api.version>1.0.0</alpn.api.version>
<!-- default values are unsupported, but required to be defined for reactor sanity reasons -->
<npn.version>undefined</npn.version>
@@ -876,7 +876,7 @@
</property>
</activation>
<properties>
- <npn.version>1.1.7.v20140316</npn.version>
+ <npn.version>1.1.8.v20141013</npn.version>
<alpn.version>7.0.0.v20140317</alpn.version>
</properties>
</profile>
@@ -889,7 +889,7 @@
</property>
</activation>
<properties>
- <npn.version>1.1.7.v20140316</npn.version>
+ <npn.version>1.1.8.v20141013</npn.version>
<alpn.version>7.0.0.v20140317</alpn.version>
</properties>
</profile>
@@ -902,7 +902,7 @@
</property>
</activation>
<properties>
- <npn.version>1.1.7.v20140316</npn.version>
+ <npn.version>1.1.8.v20141013</npn.version>
<alpn.version>7.0.0.v20140317</alpn.version>
</properties>
</profile>
@@ -915,7 +915,7 @@
</property>
</activation>
<properties>
- <npn.version>1.1.7.v20140316</npn.version>
+ <npn.version>1.1.8.v20141013</npn.version>
<alpn.version>7.0.0.v20140317</alpn.version>
</properties>
</profile>

Back to the top