8fdec085933960eed112936642f7030cbb1b0b65
[nemo.git] / nemo-features / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  Copyright © 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"
10          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
11     <modelVersion>4.0.0</modelVersion>
12
13     <parent>
14         <groupId>org.opendaylight.odlparent</groupId>
15         <artifactId>odlparent-lite</artifactId>
16         <version>2.0.4</version>
17         <relativePath/>
18     </parent>
19
20     <groupId>org.opendaylight.nemo</groupId>
21     <artifactId>nemo-features-aggregator</artifactId>
22     <version>1.4.0-SNAPSHOT</version>
23     <!-- <name> formatting is used by autorelease to parse and notify projects on
24          build failure. Please do not modify this unless you have a good reason. -->
25     <name>ODL :: nemo :: ${project.artifactId}</name>
26     <packaging>pom</packaging>
27
28     <modules>
29         <module>nemo-features</module>
30         <module>odl-nemo-api</module>
31         <module>odl-nemo-engine</module>
32         <module>odl-nemo-engine-rest</module>
33         <module>odl-nemo-openflow-renderer</module>
34         <module>odl-nemo-cli-renderer</module>
35         <module>odl-nemo-engine-ui</module>
36     </modules>
37
38     <scm>
39         <connection>scm:git:ssh://git.opendaylight.org:29418/nemo.git</connection>
40         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/nemo.git</developerConnection>
41         <url>https://wiki.opendaylight.org/view/NEMO:Main</url>
42         <tag>HEAD</tag>
43     </scm>
44 </project>