Merge "Modified construction of built-in yang types."
[controller.git] / opendaylight / commons / concepts / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>\r
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">\r
3   <modelVersion>4.0.0</modelVersion>\r
4   <parent>\r
5     <groupId>org.opendaylight.controller</groupId>\r
6     <artifactId>commons.opendaylight</artifactId>\r
7     <version>1.4.0-SNAPSHOT</version>\r
8     <relativePath>../../commons/opendaylight</relativePath>\r
9   </parent>\r
10 \r
11   <artifactId>concepts</artifactId>\r
12   <version>0.5.0-SNAPSHOT</version>\r
13   <packaging>bundle</packaging>\r
14 \r
15   <build>\r
16     <plugins>\r
17       <plugin>\r
18         <groupId>org.apache.felix</groupId>\r
19         <artifactId>maven-bundle-plugin</artifactId>\r
20         <version>2.3.6</version>\r
21         <extensions>true</extensions>\r
22         <configuration>\r
23           <instructions>\r
24             <Export-Package>\r
25               org.opendaylight.controller.concepts.transform\r
26             </Export-Package>\r
27           </instructions>\r
28           <manifestLocation>${project.basedir}/META-INF</manifestLocation>\r
29         </configuration>\r
30       </plugin>\r
31     </plugins>\r
32   </build>\r
33   <dependencies>\r
34     <dependency>\r
35       <groupId>junit</groupId>\r
36       <artifactId>junit</artifactId>\r
37       <version>4.8.1</version>\r
38       <scope>test</scope>\r
39     </dependency>\r
40   </dependencies>\r
41 </project>\r