FELIX-4550 : Only jetty bundle requires Java 7, move api package version to package-info, enable baselining
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1652398 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/http/api/pom.xml b/http/api/pom.xml
index 4ad7848..115c7bf 100644
--- a/http/api/pom.xml
+++ b/http/api/pom.xml
@@ -46,7 +46,7 @@
<instructions>
<Export-Package>
org.osgi.service.http;version=${http.service.version},
- org.apache.felix.http.api;version=${project.version}
+ org.apache.felix.http.api
</Export-Package>
<Import-Package>
org.osgi.service.http,