Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaymond Auge2019-02-28 14:07:49 +0000
committerRaymond Auge2019-03-23 16:16:44 +0000
commit3a9adc44c41e1bdea79c4bd99e4002776e1f254d (patch)
tree915404e176ef639ed4e73b8d195ae3a6b8c46c10 /bundles/org.eclipse.equinox.http.servlet/pom.xml
parentb0cb83df0ddb7b055f01117c365f8f537743193d (diff)
downloadrt.equinox.bundles-3a9adc44c41e1bdea79c4bd99e4002776e1f254d.tar.gz
rt.equinox.bundles-3a9adc44c41e1bdea79c4bd99e4002776e1f254d.tar.xz
rt.equinox.bundles-3a9adc44c41e1bdea79c4bd99e4002776e1f254d.zip
Bug 545134 - [http whiteboard] equinox.http.servlet throws superfluous exceptions during cleanup
Signed-off-by: Raymond Auge <raymond.auge@liferay.com> Change-Id: Ib5ec566ba46ba178ddd25d25578659f0be984447
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 48ec1db96..5fb58b8de 100644
--- a/bundles/org.eclipse.equinox.http.servlet/pom.xml
+++ b/bundles/org.eclipse.equinox.http.servlet/pom.xml
@@ -20,6 +20,6 @@
</parent>
<groupId>org.eclipse.equinox</groupId>
<artifactId>org.eclipse.equinox.http.servlet</artifactId>
- <version>1.6.0-SNAPSHOT</version>
+ <version>1.6.100-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top