FELIX-2803 Detach bundle version number from the parent and other bundles in this project

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1196993 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/http/jetty/pom.xml b/http/jetty/pom.xml
index 6e6a5a4..be2af65 100644
--- a/http/jetty/pom.xml
+++ b/http/jetty/pom.xml
@@ -22,12 +22,13 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>org.apache.felix.http</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
     <name>Apache Felix Http Jetty</name>
     <artifactId>org.apache.felix.http.jetty</artifactId>
+    <version>2.2.1-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <build>
@@ -80,7 +81,6 @@
         <dependency>
             <groupId>javax.servlet</groupId>
             <artifactId>servlet-api</artifactId>
-            <version>2.5</version>
         </dependency>
         <dependency>
             <groupId>org.mortbay.jetty</groupId>
@@ -103,14 +103,14 @@
             <version>6.1.24</version>
         </dependency>
         <dependency>
-            <groupId>${pom.groupId}</groupId>
+            <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.http.api</artifactId>
-            <version>${pom.version}</version>
+            <version>2.2.0</version>
         </dependency>
         <dependency>
-            <groupId>${pom.groupId}</groupId>
+            <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.http.base</artifactId>
-            <version>${pom.version}</version>
+            <version>2.2.0</version>
         </dependency>
     </dependencies>