6841d69793421f75175019580ea8a6a0969f59e7
[controller.git] / opendaylight / md-sal / cds-dom-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>7.0.2-SNAPSHOT</version>
8         <relativePath>../parent</relativePath>
9     </parent>
10
11     <artifactId>cds-dom-api</artifactId>
12     <packaging>bundle</packaging>
13
14     <dependencies>
15         <dependency>
16             <groupId>org.opendaylight.yangtools</groupId>
17             <artifactId>concepts</artifactId>
18         </dependency>
19     </dependencies>
20
21     <build>
22         <plugins>
23             <plugin>
24                 <groupId>org.apache.felix</groupId>
25                 <artifactId>maven-bundle-plugin</artifactId>
26                 <configuration>
27                     <instructions>
28                         <Automatic-Module-Name>org.opendaylight.controller.cluster.dom.api</Automatic-Module-Name>
29                     </instructions>
30                 </configuration>
31             </plugin>
32         </plugins>
33     </build>
34
35     <scm>
36         <connection>scm:git:http://git.opendaylight.org/gerrit/controller.git</connection>
37         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
38         <tag>HEAD</tag>
39         <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL:Architecture:Clustering</url>
40     </scm>
41 </project>