Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimone Bordet2014-01-14 21:53:55 +0000
committerSimone Bordet2014-01-14 21:53:55 +0000
commit28d3518004d8b117a62c9c5f07599131bbe1e951 (patch)
tree5cce4467b23d571ef377a00bf65f713a78a7ee5b
parent86b9e72f2267aebdbee226f61c0e9bfa3982e81d (diff)
downloadorg.eclipse.jetty.project-28d3518004d8b117a62c9c5f07599131bbe1e951.tar.gz
org.eclipse.jetty.project-28d3518004d8b117a62c9c5f07599131bbe1e951.tar.xz
org.eclipse.jetty.project-28d3518004d8b117a62c9c5f07599131bbe1e951.zip
Updated build profile for JDK 7u51.
-rw-r--r--jetty-spdy/pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/jetty-spdy/pom.xml b/jetty-spdy/pom.xml
index 0c03714628..c895181260 100644
--- a/jetty-spdy/pom.xml
+++ b/jetty-spdy/pom.xml
@@ -182,6 +182,18 @@
<npn.version>1.1.6.v20130911</npn.version>
</properties>
</profile>
+ <profile>
+ <id>7u51</id>
+ <activation>
+ <property>
+ <name>java.version</name>
+ <value>1.7.0_51</value>
+ </property>
+ </activation>
+ <properties>
+ <npn.version>1.1.6.v20130911</npn.version>
+ </properties>
+ </profile>
</profiles>
</project>

Back to the top