Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2010-12-03 16:28:44 +0000
committerJesse McConnell2010-12-03 16:28:44 +0000
commit9f9644949bfc0156bba6bdaa440a39ce8d5f3ba3 (patch)
tree8b5c86fb08911bf7fa3d95fc8930a1d2ca9275a8
parent36c3704284f58252770e1fcc672d3605f411b2b7 (diff)
parent4f2064638092ceb9ee9d6d98b98a05dbb493d805 (diff)
downloadorg.eclipse.jetty.project-jetty-7.2.2.v20101203.tar.gz
org.eclipse.jetty.project-jetty-7.2.2.v20101203.tar.xz
org.eclipse.jetty.project-jetty-7.2.2.v20101203.zip
[maven-release-plugin] copy for tag jetty-7.2.2.v20101203jetty-7.2.2.v20101203
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/tags/jetty-7.2.2.v20101203@2586 7e9141cc-0065-0410-87d8-b60c137991c4
-rw-r--r--VERSION.txt3
-rw-r--r--pom.xml2
2 files changed, 2 insertions, 3 deletions
diff --git a/VERSION.txt b/VERSION.txt
index 5b79ebcc05..9fb50401a2 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1,11 +1,10 @@
+jetty-7.2.2.v20101203 3 December 2010
+ 331703 Fixed failing OSGI test TestJettyOSGiBootWithJsp.java on MacOSX
+ 331567 IPAccessHandlerTest failed on MacOS fix
+ 328789 Clean up tmp files from test harnesses
+ 331230 Fixed low thread warnings when acceptors>threadpool
+ 331461 Fixed idle timeout for unflushed HTTP/1.0
+ JETTY-1307 Check that JarFileResource directories end with /
-
-jetty-7.2.2.v20101201 1 December 2010
+ 330210 Improve performance of writing large bytes arrays
+ 330208 Support new wording on servlet-mapping and filter-mapping merging from servlet3.0a
+ 330188 Reject web-fragment.xml with same <name> as another already loaded one
diff --git a/pom.xml b/pom.xml
index a8a583f3b6..23995e1c62 100644
--- a/pom.xml
+++ b/pom.xml
@@ -237,7 +237,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
- <version>2.7</version>
+ <version>2.6.1</version>
<configuration>
<additionalJOption>-J-Xmx256m</additionalJOption>
</configuration>

Back to the top