Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2013-04-18 13:51:44 +0000
committerThomas Watson2013-04-18 13:54:13 +0000
commit5647d938c346c6fab37ac351a043336b5aa6e962 (patch)
tree7000b9f5bfa06411d8171c40fc0eaa732062a165 /bundles/org.eclipse.equinox.http.servlet/pom.xml
parent473476ae4d875fc06e90c7fadc0436427e8b55a5 (diff)
downloadrt.equinox.bundles-5647d938c346c6fab37ac351a043336b5aa6e962.tar.gz
rt.equinox.bundles-5647d938c346c6fab37ac351a043336b5aa6e962.tar.xz
rt.equinox.bundles-5647d938c346c6fab37ac351a043336b5aa6e962.zip
Bug 323680 - Deadlock in httpService.unregister() and
ProxyServlet.service() when using RequestDispatcher
Diffstat (limited to 'bundles/org.eclipse.equinox.http.servlet/pom.xml')
-rw-r--r--bundles/org.eclipse.equinox.http.servlet/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.http.servlet/pom.xml b/bundles/org.eclipse.equinox.http.servlet/pom.xml
index 9e703ce80..52edf1a1b 100644
--- a/bundles/org.eclipse.equinox.http.servlet/pom.xml
+++ b/bundles/org.eclipse.equinox.http.servlet/pom.xml
@@ -19,6 +19,6 @@
</parent>
<groupId>org.eclipse.equinox</groupId>
<artifactId>org.eclipse.equinox.http.servlet</artifactId>
- <version>1.1.300-SNAPSHOT</version>
+ <version>1.1.400-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top