7066dda6e59e0ec5a9fa4411f607cd8863cc97d2
[nemo.git] / nemo-renderers / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright (c) 2015 Huawei, Inc and others. All rights reserved.
4 This program and the accompanying materials are made available under the
5 terms of the Eclipse Public License v1.0 which accompanies this distribution,
6 and is available at http://www.eclipse.org/legal/epl-v10.html
7 -->
8 <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">
9   <modelVersion>4.0.0</modelVersion>
10
11   <parent>
12     <groupId>org.opendaylight.nemo</groupId>
13     <artifactId>nemo.project</artifactId>
14     <version>1.0.0-SNAPSHOT</version>
15   </parent>
16
17   <groupId>org.opendaylight.nemo</groupId>
18   <artifactId>nemo-renderers</artifactId>
19   <version>1.0.0-SNAPSHOT</version>
20   <packaging>pom</packaging>
21   <name>${project.artifactId}</name>
22
23   <modules>
24     <module>openflow-renderer</module>
25   </modules>
26
27   <scm>
28     <connection>scm:git:ssh://git.opendaylight.org:29418/nemo.git</connection>
29     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/nemo.git</developerConnection>
30     <tag>HEAD</tag>
31     <url>https://wiki.opendaylight.org/view/NEMO:Main</url>
32   </scm>
33 </project>