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