Bumped controller version by minor for next release cycle.
[controller.git] / opendaylight / adsal / web / brandfragment / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4
5     <modelVersion>4.0.0</modelVersion>
6     <parent>
7         <groupId>org.opendaylight.controller</groupId>
8         <artifactId>commons.opendaylight</artifactId>
9         <version>1.6.0-SNAPSHOT</version>
10         <relativePath>../../../commons/opendaylight</relativePath>
11     </parent>
12   <scm>
13     <connection>scm:git:ssh://git.opendaylight.org:29418/controller.git</connection>
14     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
15     <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main</url>
16   </scm>
17
18     <groupId>org.opendaylight.controller</groupId>
19     <artifactId>web.brandfragment</artifactId>
20     <version>0.6.0-SNAPSHOT</version>
21     <packaging>bundle</packaging>
22
23     <build>
24         <plugins>
25             <plugin>
26                 <groupId>org.apache.felix</groupId>
27                 <artifactId>maven-bundle-plugin</artifactId>
28                 <version>${bundle.plugin.version}</version>
29                 <extensions>true</extensions>
30                 <configuration>
31                     <instructions>
32                         <Fragment-Host>org.opendaylight.controller.web</Fragment-Host>
33                         <Web-ContextPath>/</Web-ContextPath>
34                     </instructions>
35                 </configuration>
36             </plugin>
37         </plugins>
38     </build>
39 </project>