Remove hard-coded service package version. (FELIX-1236)


git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@784177 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/http.jetty/pom.xml b/http.jetty/pom.xml
index aaa8612..b1a7064 100644
--- a/http.jetty/pom.xml
+++ b/http.jetty/pom.xml
@@ -88,7 +88,7 @@
                         </Bundle-SymbolicName>
                         <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
                         <Export-Package>
-                            org.osgi.service.http; version=1.1,
+                            org.osgi.service.http,
                             javax.servlet;javax.servlet.http;version=2.5
                         </Export-Package>
                         <Private-Package>