blob: 177115d6ce2523c44535aa1647d43c7d52685ba8 [file] [log] [blame]
Richard S. Hall7fa14152006-06-14 15:22:03 +00001<project>
2 <parent>
3 <groupId>org.apache.felix</groupId>
4 <artifactId>felix</artifactId>
Karl Pauls0a3858c2007-07-13 22:03:31 +00005 <version>1.1.0-SNAPSHOT</version>
Karl Pauls589e2b32007-07-11 18:29:29 +00006 <relativePath>../../pom/pom.xml</relativePath>
Richard S. Hall7fa14152006-06-14 15:22:03 +00007 </parent>
8 <modelVersion>4.0.0</modelVersion>
9 <artifactId>org.apache.felix.ipojo.metadata</artifactId>
Clement Escoffiere993bf42007-07-30 17:11:10 +000010 <packaging>bundle</packaging>
Clement Escoffier6c6ae8d2007-09-25 13:27:49 +000011 <version>0.7.5-SNAPSHOT</version>
Richard S. Hall7fa14152006-06-14 15:22:03 +000012 <name>Apache Felix iPOJO Metadata</name>
Clement Escoffiere993bf42007-07-30 17:11:10 +000013 <build>
14 <plugins>
15 <plugin>
16 <groupId>org.apache.felix</groupId>
17 <artifactId>maven-bundle-plugin</artifactId>
18 <version>1.1.0-SNAPSHOT</version>
19 <extensions>true</extensions>
20 <configuration>
21 <instructions>
Clement Escoffierf5fc5562007-08-14 13:44:32 +000022 <Bundle-Name>iPOJO Metadata</Bundle-Name>
Clement Escoffiere993bf42007-07-30 17:11:10 +000023 <Bundle-Vendor>Clement ESCOFFIER</Bundle-Vendor>
24 <Bundle-Description> iPOJO Metadata </Bundle-Description>
25 <Export-Package>org.apache.felix.ipojo.metadata</Export-Package>
26 </instructions>
27 </configuration>
28 </plugin>
29 </plugins>
30 </build>
Richard S. Hall7fa14152006-06-14 15:22:03 +000031</project>