Bump versions to 3.0.7-SNAPSHOT
[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>3.0.7-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.controller</groupId>
17             <artifactId>repackaged-akka</artifactId>
18         </dependency>
19
20         <dependency>
21             <groupId>org.opendaylight.yangtools</groupId>
22             <artifactId>concepts</artifactId>
23         </dependency>
24         <dependency>
25             <groupId>org.opendaylight.mdsal</groupId>
26             <artifactId>mdsal-dom-api</artifactId>
27         </dependency>
28     </dependencies>
29
30     <build>
31         <plugins>
32             <plugin>
33                 <groupId>org.apache.felix</groupId>
34                 <artifactId>maven-bundle-plugin</artifactId>
35                 <configuration>
36                     <instructions>
37                         <Automatic-Module-Name>org.opendaylight.controller.cluster.dom.api</Automatic-Module-Name>
38                     </instructions>
39                 </configuration>
40             </plugin>
41         </plugins>
42     </build>
43
44     <scm>
45         <connection>scm:git:http://git.opendaylight.org/gerrit/controller.git</connection>
46         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
47         <tag>HEAD</tag>
48         <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL:Architecture:Clustering</url>
49     </scm>
50 </project>