FELIX-2801 Export Http Service Extension API at fixed version 2.0.4 (should really be 2.0.0 but has already been exported as 2.0.4 in previous release) and Proxy API as 2.1.0 (has new ProxyListener class).

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1063213 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/http/api/pom.xml b/http/api/pom.xml
index b9c2ba0..66b419b 100644
--- a/http/api/pom.xml
+++ b/http/api/pom.xml
@@ -38,7 +38,7 @@
                 <configuration>
                     <instructions>
                         <Export-Package>
-                            org.apache.felix.http.api;version=${pom.version}
+                            org.apache.felix.http.api;version=2.0.4
                         </Export-Package>
                     </instructions>
                 </configuration>