You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cl...@apache.org on 2009/09/11 09:14:27 UTC

svn commit: r813693 - /felix/trunk/ipojo/webconsole-plugin/pom.xml

Author: clement
Date: Fri Sep 11 07:14:26 2009
New Revision: 813693

URL: http://svn.apache.org/viewvc?rev=813693&view=rev
Log:
Fix issue Felix-1579
Embeds the servlet in the bundle.

Modified:
    felix/trunk/ipojo/webconsole-plugin/pom.xml

Modified: felix/trunk/ipojo/webconsole-plugin/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/webconsole-plugin/pom.xml?rev=813693&r1=813692&r2=813693&view=diff
==============================================================================
--- felix/trunk/ipojo/webconsole-plugin/pom.xml (original)
+++ felix/trunk/ipojo/webconsole-plugin/pom.xml Fri Sep 11 07:14:26 2009
@@ -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>