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