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