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