Bump all artifacts to 0.6.0-SNAPSHOT
[mdsal.git] / model / yang-ext / 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">\r
2 \r
3     <parent>\r
4         <groupId>org.opendaylight.yangtools.model</groupId>\r
5         <artifactId>model-parent</artifactId>\r
6         <version>0.6.0-SNAPSHOT</version>\r
7     </parent>\r
8 \r
9     <modelVersion>4.0.0</modelVersion>\r
10     <artifactId>yang-ext</artifactId>\r
11     <version>2013.09.07.1-SNAPSHOT</version>\r
12     <name>${project.artifactId}</name>\r
13     <description>${project.artifactId}</description>\r
14 \r
15     <build>\r
16         <plugins>\r
17             <plugin>\r
18                 <artifactId>maven-jar-plugin</artifactId>\r
19             </plugin>\r
20             <plugin>\r
21                 <groupId>org.apache.felix</groupId>\r
22                 <artifactId>maven-bundle-plugin</artifactId>\r
23                 <extensions>true</extensions>\r
24                 <configuration>\r
25                     <instructions>\r
26                         <Bundle-Name>${project.groupId}.${project.artifactId}</Bundle-Name>\r
27                     </instructions>\r
28                 </configuration>\r
29             </plugin>\r
30         </plugins>\r
31     </build>\r
32 \r
33 </project>\r