Bumping versions by 0.1.0 for next dev cycle
[mdsal.git] / dom / mdsal-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.mdsal</groupId>
6     <artifactId>mdsal-dom</artifactId>
7     <version>2.1.0-SNAPSHOT</version>
8   </parent>
9   <artifactId>mdsal-dom-api</artifactId>
10   <packaging>bundle</packaging>
11   <dependencies>
12     <dependency>
13       <groupId>org.opendaylight.mdsal</groupId>
14       <artifactId>mdsal-common-api</artifactId>
15     </dependency>
16     <dependency>
17       <groupId>org.opendaylight.yangtools</groupId>
18       <artifactId>yang-data-api</artifactId>
19     </dependency>
20     <dependency>
21       <groupId>org.opendaylight.yangtools</groupId>
22       <artifactId>yang-model-api</artifactId>
23     </dependency>
24     <dependency>
25       <groupId>org.osgi</groupId>
26       <artifactId>org.osgi.core</artifactId>
27     </dependency>
28
29     <dependency>
30       <groupId>junit</groupId>
31       <artifactId>junit</artifactId>
32     </dependency>
33     <dependency>
34       <groupId>org.opendaylight.yangtools</groupId>
35       <artifactId>yang-data-impl</artifactId>
36       <scope>test</scope>
37     </dependency>
38   </dependencies>
39   <build>
40     <plugins>
41       <plugin>
42         <groupId>org.apache.felix</groupId>
43         <artifactId>maven-bundle-plugin</artifactId>
44         <extensions>true</extensions>
45       </plugin>
46     </plugins>
47   </build>
48   <scm>
49     <connection>scm:git:http://git.opendaylight.org/gerrit/controller.git</connection>
50     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
51     <tag>HEAD</tag>
52     <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL</url>
53   </scm>
54 </project>