2f67d42544f0198a137ee6f9724e4a87cb1ce82e
[nemo.git] / nemo-artifacts / 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"
9   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
12   <parent>
13     <groupId>org.opendaylight.odlparent</groupId>
14     <artifactId>odlparent-lite</artifactId>
15     <version>1.6.4-SNAPSHOT</version>
16     <relativePath />
17   </parent>
18
19   <groupId>org.opendaylight.nemo</groupId>
20   <artifactId>nemo-artifacts</artifactId>
21   <version>1.0.4-SNAPSHOT</version>
22   <packaging>pom</packaging>
23   <name>${project.artifactId}</name>
24
25   <dependencyManagement>
26     <dependencies>
27       <dependency>
28         <groupId>${project.groupId}</groupId>
29         <artifactId>nemo-api</artifactId>
30         <version>${project.version}</version>
31       </dependency>
32       <dependency>
33         <groupId>${project.groupId}</groupId>
34         <artifactId>nemo-impl</artifactId>
35         <version>${project.version}</version>
36       </dependency>
37       <dependency>
38         <groupId>${project.groupId}</groupId>
39         <artifactId>openflow-renderer</artifactId>
40         <version>${project.version}</version>
41       </dependency>
42       <dependency>
43         <groupId>${project.groupId}</groupId>
44         <artifactId>cli-renderer</artifactId>
45         <version>${project.version}</version>
46       </dependency>
47       <dependency>
48         <groupId>${project.groupId}</groupId>
49         <artifactId>nemo-ui</artifactId>
50         <version>${project.version}</version>
51       </dependency>
52       <dependency>
53         <groupId>${project.groupId}</groupId>
54         <artifactId>nemo-features</artifactId>
55         <version>${project.version}</version>
56         <classifier>features</classifier>
57         <type>xml</type>
58       </dependency>
59     </dependencies>
60   </dependencyManagement>
61
62   <scm>
63     <connection>scm:git:ssh://git.opendaylight.org:29418/nemo.git</connection>
64     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/nemo.git</developerConnection>
65     <url>https://wiki.opendaylight.org/view/NEMO:Main</url>
66     <tag>HEAD</tag>
67   </scm>
68 </project>