Bump versions by x.y.(z+1)
[controller.git] / opendaylight / config / 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
5   <parent>
6     <groupId>org.opendaylight.mdsal</groupId>
7     <artifactId>binding-parent</artifactId>
8     <version>4.0.3</version>
9     <relativePath/>
10   </parent>
11
12   <groupId>org.opendaylight.controller</groupId>
13   <artifactId>config-subsystem</artifactId>
14   <version>0.12.0-SNAPSHOT</version>
15   <packaging>pom</packaging>
16   <name>${project.artifactId}</name>
17
18   <modules>
19     <module>threadpool-config-api</module>
20     <module>netty-config-api</module>
21     <module>threadpool-config-impl</module>
22     <module>netty-threadgroup-config</module>
23     <module>netty-event-executor-config</module>
24     <module>netty-timer-config</module>
25     <module>config-artifacts</module>
26   </modules>
27
28   <dependencyManagement>
29     <dependencies>
30       <dependency>
31         <groupId>org.opendaylight.controller</groupId>
32         <artifactId>config-artifacts</artifactId>
33         <version>0.12.0-SNAPSHOT</version>
34         <type>pom</type>
35         <scope>import</scope>
36       </dependency>
37     </dependencies>
38   </dependencyManagement>
39 </project>