Bump versions by x.(y+1).z for next dev cycle
[controller.git] / opendaylight / md-sal / sal-dom-compat / 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>1.9.0-SNAPSHOT</version>
8     <relativePath>../parent</relativePath>
9   </parent>
10
11   <groupId>org.opendaylight.controller</groupId>
12   <artifactId>sal-core-compat</artifactId>
13   <version>1.9.0-SNAPSHOT</version>
14   <packaging>bundle</packaging>
15
16   <dependencies>
17     <dependency>
18       <groupId>org.opendaylight.controller</groupId>
19       <artifactId>sal-core-spi</artifactId>
20     </dependency>
21     <dependency>
22       <groupId>org.opendaylight.mdsal</groupId>
23       <artifactId>mdsal-dom-spi</artifactId>
24     </dependency>
25     <dependency>
26       <groupId>org.mockito</groupId>
27       <artifactId>mockito-core</artifactId>
28       <scope>test</scope>
29     </dependency>
30     <dependency>
31       <groupId>org.opendaylight.mdsal</groupId>
32       <artifactId>mdsal-dom-broker</artifactId>
33       <scope>test</scope>
34     </dependency>
35   </dependencies>
36
37   <scm>
38     <connection>scm:git:http://git.opendaylight.org/gerrit/controller.git</connection>
39     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
40     <tag>HEAD</tag>
41     <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL</url>
42   </scm>
43
44 </project>