[maven-release-plugin] Prepare release yangtools-0.1.0
[mdsal.git] / model / l2-types / pom.xml
1 <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">
2
3     <parent>
4         <artifactId>model-parent</artifactId>
5         <groupId>org.opendaylight.yangtools.model</groupId>
6         <version>0.1.0</version>
7     </parent>
8
9     <modelVersion>4.0.0</modelVersion>
10     <artifactId>opendaylight-l2-types</artifactId>
11     <version>2013.08.27.0</version>
12
13     <build>
14         <plugins>
15             <plugin>
16                 <artifactId>maven-jar-plugin</artifactId>
17             </plugin>
18             <plugin>
19                 <groupId>org.apache.felix</groupId>
20                 <artifactId>maven-bundle-plugin</artifactId>
21                 <extensions>true</extensions>
22                 <configuration>
23                     <instructions>
24                         <Bundle-Name>${project.groupId}.${project.artifactId}</Bundle-Name>
25                     </instructions>
26                 </configuration>
27             </plugin>
28         </plugins>
29     </build>
30
31 </project>