Bump versions by x.(y+1).z for next dev cycle
[netconf.git] / netconf / netconf-topology / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0"
3          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5     <modelVersion>4.0.0</modelVersion>
6     <parent>
7         <groupId>org.opendaylight.netconf</groupId>
8         <artifactId>netconf-parent</artifactId>
9         <version>1.10.0-SNAPSHOT</version>
10         <relativePath>../../parent</relativePath>
11     </parent>
12
13     <groupId>org.opendaylight.netconf</groupId>
14     <artifactId>netconf-topology</artifactId>
15     <version>1.10.0-SNAPSHOT</version>
16     <description>NETCONF topology APIs</description>
17     <packaging>bundle</packaging>
18
19     <dependencies>
20         <dependency>
21             <groupId>org.opendaylight.aaa</groupId>
22             <artifactId>aaa-encrypt-service</artifactId>
23         </dependency>
24         <dependency>
25             <groupId>org.opendaylight.controller</groupId>
26             <artifactId>threadpool-config-api</artifactId>
27         </dependency>
28         <dependency>
29             <groupId>org.opendaylight.netconf</groupId>
30             <artifactId>sal-netconf-connector</artifactId>
31         </dependency>
32     </dependencies>
33 </project>