Fix issue Felix-1579
Embeds the servlet in the bundle.

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@813693 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/webconsole-plugin/pom.xml b/ipojo/webconsole-plugin/pom.xml
index a2f9b1b..c3dee06 100644
--- a/ipojo/webconsole-plugin/pom.xml
+++ b/ipojo/webconsole-plugin/pom.xml
@@ -58,7 +58,7 @@
               http://felix.apache.org/site/ipojo-webconsole-plugin.html
             </Bundle-DocURL>
             <Private-Package>
-              org.apache.felix.org.apache.felix.ipojo.webconsole
+              org.apache.felix.ipojo.webconsole
             </Private-Package>
             <Import-Package>*</Import-Package>
             <Include-Resource> META-INF/LICENSE=LICENSE,
@@ -70,6 +70,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-ipojo-plugin</artifactId>
+        <version>1.4.0</version>
         <executions>
           <execution>
             <goals>
@@ -114,12 +115,12 @@
     <dependency>
       <groupId>org.apache.felix</groupId>
       <artifactId>org.apache.felix.ipojo</artifactId>
-      <version>${pom.version}</version>
+      <version>1.4.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.felix</groupId>
       <artifactId>org.apache.felix.ipojo.annotations</artifactId>
-      <version>${pom.version}</version>
+      <version>1.4.0</version>
     </dependency>
   </dependencies>
 </project>