Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2012-02-07 00:32:00 +0000
committerGreg Wilkins2012-02-07 00:32:00 +0000
commitc1bcec61d568145a30e4436b110596ba3235352b (patch)
tree0c1ddf82c52ff3fafb0b8921c92079607b8e9cf1 /jetty-servlet/pom.xml
parent91c526cc480fb7b52e7d08b0ded7158e0f71adfc (diff)
downloadorg.eclipse.jetty.project-c1bcec61d568145a30e4436b110596ba3235352b.tar.gz
org.eclipse.jetty.project-c1bcec61d568145a30e4436b110596ba3235352b.tar.xz
org.eclipse.jetty.project-c1bcec61d568145a30e4436b110596ba3235352b.zip
jetty-9 jetty-io mostly working with all NIO buffers. Occassional failure in SSL stress test
Diffstat (limited to 'jetty-servlet/pom.xml')
-rw-r--r--jetty-servlet/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jetty-servlet/pom.xml b/jetty-servlet/pom.xml
index d23f40030b..3d81fa9c25 100644
--- a/jetty-servlet/pom.xml
+++ b/jetty-servlet/pom.xml
@@ -3,7 +3,7 @@
<parent>
<artifactId>jetty-project</artifactId>
<groupId>org.eclipse.jetty</groupId>
- <version>8.1.1-SNAPSHOT</version>
+ <version>9.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jetty-servlet</artifactId>

Back to the top