Bump versions by 0.1.0 for next dev cycle
[controller.git] / features / protocol-framework / 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.odlparent</groupId>
6     <artifactId>features-parent</artifactId>
7     <version>1.8.0-SNAPSHOT</version>
8     <relativePath/>
9   </parent>
10
11   <groupId>org.opendaylight.controller</groupId>
12   <artifactId>features-protocol-framework</artifactId>
13   <version>0.9.0-SNAPSHOT</version>
14   <packaging>jar</packaging>
15
16   <properties>
17     <config.version>0.6.0-SNAPSHOT</config.version>
18   </properties>
19
20   <dependencies>
21     <dependency>
22       <groupId>org.opendaylight.controller</groupId>
23       <artifactId>features-config</artifactId>
24       <classifier>features</classifier>
25       <version>${config.version}</version>
26       <type>xml</type>
27     </dependency>
28     <dependency>
29       <groupId>org.opendaylight.controller</groupId>
30       <artifactId>features-config-netty</artifactId>
31       <version>${config.version}</version>
32       <classifier>features</classifier>
33       <type>xml</type>
34     </dependency>
35     <dependency>
36       <groupId>org.opendaylight.controller</groupId>
37       <artifactId>protocol-framework</artifactId>
38       <version>${project.version}</version>
39     </dependency>
40   </dependencies>
41   <scm>
42     <connection>scm:git:http://git.opendaylight.org/gerrit/controller.git</connection>
43     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
44     <tag>HEAD</tag>
45     <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL</url>
46   </scm>
47 </project>