diff options
-rw-r--r-- | VERSION.txt | 3 | ||||
-rw-r--r-- | pom.xml | 2 |
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 @@ -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> |