Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2009-05-18 08:49:57 +0000
committerGreg Wilkins2009-05-18 08:49:57 +0000
commit3fb52aa9ed2323d0e7e110d9640ad17e3a813b29 (patch)
tree05ddd5ca641148a162b4b22922bebca32bddca7d
parent3de92c8ccef96587bd93fb19014fb43865c8dd9e (diff)
downloadorg.eclipse.jetty.project-3fb52aa9ed2323d0e7e110d9640ad17e3a813b29.tar.gz
org.eclipse.jetty.project-3fb52aa9ed2323d0e7e110d9640ad17e3a813b29.tar.xz
org.eclipse.jetty.project-3fb52aa9ed2323d0e7e110d9640ad17e3a813b29.zip
ready for release
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@222 7e9141cc-0065-0410-87d8-b60c137991c4
-rw-r--r--VERSION.txt2
-rw-r--r--pom.xml2
2 files changed, 3 insertions, 1 deletions
diff --git a/VERSION.txt b/VERSION.txt
index 7b550c8fcf..3cc65bad02 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1,4 +1,6 @@
jetty-7.0.0.M2-SNAPSHOT
+
+jetty-7.0.0.M2 18 May 2009
+ JETTY-937 Work around Sun JVM bugs
+ JETTY-941 Linux chkconfig hint
+ JETTY-959 CGI servlet doesn't kill the CGI in case the client disconnects
diff --git a/pom.xml b/pom.xml
index 2cae5e8996..6fa25f223a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -110,7 +110,7 @@
<module>jetty-client</module>
<module>jetty-xml</module>
<module>jetty-security</module>
- <module>jetty-jaspi</module>
+ <!--module>jetty-jaspi</module-->
<module>jetty-servlet</module>
<module>jetty-webapp</module>
<module>jetty-servlets</module>

Back to the top