Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimone Bordet2015-03-23 21:14:02 +0000
committerSimone Bordet2015-03-23 21:14:02 +0000
commit85999058e0c1cc5fbb1497767002fbee960be84f (patch)
tree6366edb412a19bc11d998f36bf68ae01b5dc71f1 /pom.xml
parent79e74c64e14f3c3a6e51c9312abfeaaf3d5615b2 (diff)
downloadorg.eclipse.jetty.project-85999058e0c1cc5fbb1497767002fbee960be84f.tar.gz
org.eclipse.jetty.project-85999058e0c1cc5fbb1497767002fbee960be84f.tar.xz
org.eclipse.jetty.project-85999058e0c1cc5fbb1497767002fbee960be84f.zip
Updated ALPN version for JDK 8u40.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index e2ef7aa673..a50bc84c38 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1053,5 +1053,17 @@
<alpn.version>8.1.3.v20150130</alpn.version>
</properties>
</profile>
+ <profile>
+ <id>8u40</id>
+ <activation>
+ <property>
+ <name>java.version</name>
+ <value>1.8.0_40</value>
+ </property>
+ </activation>
+ <properties>
+ <alpn.version>8.1.3.v20150130</alpn.version>
+ </properties>
+ </profile>
</profiles>
</project>

Back to the top