Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2013-04-02 15:45:37 +0000
committerThomas Watson2013-04-02 15:45:37 +0000
commitb7ccceae37d63c2a81a92eca9393557b0cd4f7c3 (patch)
tree4ce9cce1fba067aedd104ae1f45d1108471ed856
parent2048b3dcb40d153ee9e67358a5a3bbd37a2f71f7 (diff)
downloadrt.equinox.bundles-b7ccceae37d63c2a81a92eca9393557b0cd4f7c3.tar.gz
rt.equinox.bundles-b7ccceae37d63c2a81a92eca9393557b0cd4f7c3.tar.xz
rt.equinox.bundles-b7ccceae37d63c2a81a92eca9393557b0cd4f7c3.zip
Bug 402454 - Please add support for pax-web HttpService registerFilter
- update pom.xml version
-rw-r--r--bundles/org.eclipse.equinox.http.registry/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.http.registry/pom.xml b/bundles/org.eclipse.equinox.http.registry/pom.xml
index 4f901ea3f..6dc1f82d6 100644
--- a/bundles/org.eclipse.equinox.http.registry/pom.xml
+++ b/bundles/org.eclipse.equinox.http.registry/pom.xml
@@ -19,7 +19,7 @@
</parent>
<groupId>org.eclipse.equinox</groupId>
<artifactId>org.eclipse.equinox.http.registry</artifactId>
- <version>1.1.200-SNAPSHOT</version>
+ <version>1.1.300-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>

Back to the top