Release Neon
[controller.git] / features / mdsal / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  Copyright © 2016, 2017 Red Hat, Inc. and others.
4
5  This program and the accompanying materials are made available under the
6  terms of the Eclipse Public License v1.0 which accompanies this distribution,
7  and is available at http://www.eclipse.org/legal/epl-v10.html
8  -->
9 <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">
10     <modelVersion>4.0.0</modelVersion>
11     <parent>
12         <groupId>org.opendaylight.odlparent</groupId>
13         <artifactId>odlparent-lite</artifactId>
14         <version>4.0.9</version>
15         <relativePath/>
16     </parent>
17
18     <groupId>org.opendaylight.controller</groupId>
19     <artifactId>features-mdsal-aggregator</artifactId>
20     <version>1.9.0</version>
21
22     <packaging>pom</packaging>
23
24     <modules>
25         <module>features-mdsal</module>
26         <module>odl-clustering-test-app</module>
27         <module>odl-controller-mdsal-common</module>
28         <module>odl-mdsal-all</module>
29         <module>odl-mdsal-broker</module>
30         <module>odl-mdsal-broker-local</module>
31         <module>odl-mdsal-clustering</module>
32         <module>odl-mdsal-clustering-commons</module>
33         <module>odl-mdsal-distributed-datastore</module>
34         <module>odl-mdsal-model-inventory</module>
35         <module>odl-controller-model-topology</module>
36         <module>odl-mdsal-remoterpc-connector</module>
37         <module>odl-message-bus-collector</module>
38         <module>odl-toaster</module>
39     </modules>
40
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>