Adjust for odlparent 3 / yangtools 2
[ovsdb.git] / southbound / southbound-artifacts / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright © 2014, 2016 Cisco Systems, Inc. and others.  All rights reserved.
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
10 <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">
11
12   <modelVersion>4.0.0</modelVersion>
13
14   <parent>
15     <groupId>org.opendaylight.odlparent</groupId>
16     <artifactId>odlparent-lite</artifactId>
17     <version>3.0.2</version>
18     <relativePath/>
19   </parent>
20
21   <groupId>org.opendaylight.ovsdb</groupId>
22   <artifactId>southbound-artifacts</artifactId>
23   <version>1.6.0-SNAPSHOT</version>
24   <packaging>pom</packaging>
25   <!-- <name> formatting is used by autorelease to parse and notify projects on
26        build failure. Please do not modify this unless you have a good reason. -->
27   <name>ODL :: ovsdb :: ${project.artifactId}</name>
28
29   <dependencyManagement>
30     <dependencies>
31       <dependency>
32         <groupId>${project.groupId}</groupId>
33         <artifactId>southbound-api</artifactId>
34         <version>${project.version}</version>
35       </dependency>
36       <dependency>
37         <groupId>${project.groupId}</groupId>
38         <artifactId>southbound-impl</artifactId>
39         <version>${project.version}</version>
40       </dependency>
41       <dependency>
42         <groupId>${project.groupId}</groupId>
43         <artifactId>southbound-features</artifactId>
44         <version>${project.version}</version>
45         <classifier>features</classifier>
46         <type>xml</type>
47       </dependency>
48       <dependency>
49         <groupId>${project.groupId}</groupId>
50         <artifactId>southbound-features</artifactId>
51         <version>${project.version}</version>
52         <classifier>features</classifier>
53         <type>xml</type>
54       </dependency>
55       <dependency>
56         <groupId>${project.groupId}</groupId>
57         <artifactId>odl-ovsdb-southbound-api</artifactId>
58         <version>${project.version}</version>
59         <classifier>features</classifier>
60         <type>xml</type>
61       </dependency>
62       <dependency>
63         <groupId>${project.groupId}</groupId>
64         <artifactId>odl-ovsdb-southbound-impl</artifactId>
65         <version>${project.version}</version>
66         <classifier>features</classifier>
67         <type>xml</type>
68       </dependency>
69       <dependency>
70         <groupId>${project.groupId}</groupId>
71         <artifactId>odl-ovsdb-southbound-impl-rest</artifactId>
72         <version>${project.version}</version>
73         <classifier>features</classifier>
74         <type>xml</type>
75       </dependency>
76       <dependency>
77         <groupId>${project.groupId}</groupId>
78         <artifactId>odl-ovsdb-southbound-impl-ui</artifactId>
79         <version>${project.version}</version>
80         <classifier>features</classifier>
81         <type>xml</type>
82       </dependency>
83     </dependencies>
84   </dependencyManagement>
85
86   <!--
87       Maven Site Configuration
88
89       The following configuration is necessary for maven-site-plugin to
90       correctly identify the correct deployment path for OpenDaylight Maven
91       sites.
92   -->
93   <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
94
95   <distributionManagement>
96     <site>
97       <id>opendaylight-site</id>
98       <url>${nexus.site.url}/${project.artifactId}/</url>
99     </site>
100   </distributionManagement>
101 </project>