Bump versions to 6.0.1-SNAPSHOT
[controller.git] / opendaylight / md-sal / cds-mgmt-api / 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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3     <modelVersion>4.0.0</modelVersion>
4     <parent>
5         <groupId>org.opendaylight.controller</groupId>
6         <artifactId>mdsal-parent</artifactId>
7         <version>6.0.1-SNAPSHOT</version>
8         <relativePath>../parent</relativePath>
9     </parent>
10
11     <artifactId>cds-mgmt-api</artifactId>
12     <packaging>bundle</packaging>
13
14     <build>
15         <plugins>
16             <plugin>
17                 <groupId>org.apache.felix</groupId>
18                 <artifactId>maven-bundle-plugin</artifactId>
19                 <configuration>
20                     <instructions>
21                         <Import-Package>
22                             javax.management;resolution:=optional,
23                             *
24                         </Import-Package>
25                     </instructions>
26                 </configuration>
27             </plugin>
28         </plugins>
29     </build>
30
31     <scm>
32         <connection>scm:git:http://git.opendaylight.org/gerrit/controller.git</connection>
33         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
34         <tag>HEAD</tag>
35         <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL:Architecture:Clustering</url>
36     </scm>
37 </project>