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>
diff --git a/http/bridge/pom.xml b/http/bridge/pom.xml
index 3d3f73e..9dce459 100644
--- a/http/bridge/pom.xml
+++ b/http/bridge/pom.xml
@@ -41,7 +41,7 @@
                             org.apache.felix.http.bridge.internal.BridgeActivator
                         </Bundle-Activator>
                         <Export-Package>
-                            org.apache.felix.http.api;version=${pom.version},
+                            org.apache.felix.http.api;version=2.0.4,
                             org.osgi.service.http;version=1.2.0
                         </Export-Package>
                         <Private-Package>
diff --git a/http/bundle/pom.xml b/http/bundle/pom.xml
index 5d7d8af..03dd074 100644
--- a/http/bundle/pom.xml
+++ b/http/bundle/pom.xml
@@ -41,7 +41,7 @@
                             org.apache.felix.http.bundle.internal.CombinedActivator
                         </Bundle-Activator>
                         <Export-Package>
-                            org.apache.felix.http.api;version=${pom.version};-split-package:=merge-first,
+                            org.apache.felix.http.api;version=2.0.4;-split-package:=merge-first,
                             org.osgi.service.http;version=1.2.0;-split-package:=merge-first,
                             javax.servlet.*;version=2.5;-split-package:=merge-first
                         </Export-Package>
diff --git a/http/jetty/pom.xml b/http/jetty/pom.xml
index 129f986..181b6a6 100644
--- a/http/jetty/pom.xml
+++ b/http/jetty/pom.xml
@@ -41,7 +41,7 @@
                             org.apache.felix.http.jetty.internal.JettyActivator
                         </Bundle-Activator>
                         <Export-Package>
-                            org.apache.felix.http.api;version=${pom.version},
+                            org.apache.felix.http.api;version=2.0.4,
                             org.osgi.service.http,
                             javax.servlet.*;version=2.5;-split-package:=merge-first
                         </Export-Package>
diff --git a/http/proxy/pom.xml b/http/proxy/pom.xml
index d8fef6e..1bdf5f9 100644
--- a/http/proxy/pom.xml
+++ b/http/proxy/pom.xml
@@ -38,7 +38,7 @@
                 <configuration>
                     <instructions>
                         <Export-Package>
-                            org.apache.felix.http.proxy;version=${pom.version}
+                            org.apache.felix.http.proxy;version=2.1.0
                         </Export-Package>
                         <Import-Package>
                             *;resolution:=optional