Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimone Bordet2015-09-21 15:14:08 +0000
committerSimone Bordet2015-09-21 15:14:08 +0000
commitfb76c6c3ff91582d0727b43f6bdf2c55e35a0ed1 (patch)
tree6ef32e6ee0484f1e955d14cd4f8b42c30316b8a8
parent144da724c991689f00e80b36fde8d28fdffd4e6c (diff)
downloadorg.eclipse.jetty.project-fb76c6c3ff91582d0727b43f6bdf2c55e35a0ed1.tar.gz
org.eclipse.jetty.project-fb76c6c3ff91582d0727b43f6bdf2c55e35a0ed1.tar.xz
org.eclipse.jetty.project-fb76c6c3ff91582d0727b43f6bdf2c55e35a0ed1.zip
Updated NPN versions for latest JDK 7 updates.
-rw-r--r--jetty-spdy/pom.xml80
1 files changed, 76 insertions, 4 deletions
diff --git a/jetty-spdy/pom.xml b/jetty-spdy/pom.xml
index 991bb1ea3e..3ffc23fda2 100644
--- a/jetty-spdy/pom.xml
+++ b/jetty-spdy/pom.xml
@@ -203,7 +203,7 @@
</property>
</activation>
<properties>
- <npn.version>1.1.7.v20140316</npn.version>
+ <npn.version>1.1.8.v20141013</npn.version>
</properties>
</profile>
<profile>
@@ -215,7 +215,7 @@
</property>
</activation>
<properties>
- <npn.version>1.1.7.v20140316</npn.version>
+ <npn.version>1.1.8.v20141013</npn.version>
</properties>
</profile>
<profile>
@@ -227,7 +227,7 @@
</property>
</activation>
<properties>
- <npn.version>1.1.7.v20140316</npn.version>
+ <npn.version>1.1.8.v20141013</npn.version>
</properties>
</profile>
<profile>
@@ -239,7 +239,79 @@
</property>
</activation>
<properties>
- <npn.version>1.1.7.v20140316</npn.version>
+ <npn.version>1.1.8.v20141013</npn.version>
+ </properties>
+ </profile>
+ <profile>
+ <id>7u71</id>
+ <activation>
+ <property>
+ <name>java.version</name>
+ <value>1.7.0_71</value>
+ </property>
+ </activation>
+ <properties>
+ <npn.version>1.1.9.v20141016</npn.version>
+ </properties>
+ </profile>
+ <profile>
+ <id>7u72</id>
+ <activation>
+ <property>
+ <name>java.version</name>
+ <value>1.7.0_72</value>
+ </property>
+ </activation>
+ <properties>
+ <npn.version>1.1.9.v20141016</npn.version>
+ </properties>
+ </profile>
+ <profile>
+ <id>7u75</id>
+ <activation>
+ <property>
+ <name>java.version</name>
+ <value>1.7.0_75</value>
+ </property>
+ </activation>
+ <properties>
+ <npn.version>1.1.10.v20150130</npn.version>
+ </properties>
+ </profile>
+ <profile>
+ <id>7u76</id>
+ <activation>
+ <property>
+ <name>java.version</name>
+ <value>1.7.0_76</value>
+ </property>
+ </activation>
+ <properties>
+ <npn.version>1.1.10.v20150130</npn.version>
+ </properties>
+ </profile>
+ <profile>
+ <id>7u79</id>
+ <activation>
+ <property>
+ <name>java.version</name>
+ <value>1.7.0_79</value>
+ </property>
+ </activation>
+ <properties>
+ <npn.version>1.1.10.v20150130</npn.version>
+ </properties>
+ </profile>
+ <profile>
+ <id>7u80</id>
+ <activation>
+ <property>
+ <name>java.version</name>
+ <value>1.7.0_80</value>
+ </property>
+ </activation>
+ <properties>
+ <npn.version>1.1.11.v20150415</npn.version>
</properties>
</profile>
</profiles>

Back to the top