Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'jetty-spdy/pom.xml')
-rw-r--r--jetty-spdy/pom.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/jetty-spdy/pom.xml b/jetty-spdy/pom.xml
index bacc02bea1..59ac802667 100644
--- a/jetty-spdy/pom.xml
+++ b/jetty-spdy/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-project</artifactId>
- <version>8.1.6-SNAPSHOT</version>
+ <version>9.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -19,8 +19,10 @@
<modules>
<module>spdy-core</module>
<module>spdy-jetty</module>
+ <!--
<module>spdy-jetty-http</module>
<module>spdy-jetty-http-webapp</module>
+ -->
</modules>
<build>

Back to the top