Bump upstreams
[serviceutils.git] / artifacts / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright © 2018 Ericsson India Global Services Pvt Ltd. 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 INTERNAL
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   <modelVersion>4.0.0</modelVersion>
11
12   <parent>
13     <groupId>org.opendaylight.odlparent</groupId>
14     <artifactId>odlparent-lite</artifactId>
15     <version>13.0.3</version>
16     <relativePath/>
17   </parent>
18
19   <groupId>org.opendaylight.serviceutils</groupId>
20   <artifactId>serviceutils-artifacts</artifactId>
21   <version>0.12.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 :: serviceutils :: ${project.artifactId}</name>
26
27   <dependencyManagement>
28     <dependencies>
29       <!-- Artifacts for downstream use -->
30       <dependency>
31         <groupId>${project.groupId}</groupId>
32         <artifactId>listener-api</artifactId>
33         <version>0.12.0-SNAPSHOT</version>
34       </dependency>
35       <dependency>
36         <groupId>${project.groupId}</groupId>
37         <artifactId>metrics-api</artifactId>
38         <version>0.12.0-SNAPSHOT</version>
39       </dependency>
40       <dependency>
41         <groupId>${project.groupId}</groupId>
42         <artifactId>metrics-impl</artifactId>
43         <version>0.12.0-SNAPSHOT</version>
44       </dependency>
45       <dependency>
46         <groupId>${project.groupId}</groupId>
47         <artifactId>metrics-impl</artifactId>
48         <version>0.12.0-SNAPSHOT</version>
49         <classifier>config</classifier>
50         <type>cfg</type>
51       </dependency>
52       <dependency>
53         <groupId>${project.groupId}</groupId>
54         <artifactId>metrics-impl-prometheus</artifactId>
55         <version>0.12.0-SNAPSHOT</version>
56       </dependency>
57       <dependency>
58         <groupId>${project.groupId}</groupId>
59         <artifactId>rpc-api</artifactId>
60         <version>0.12.0-SNAPSHOT</version>
61       </dependency>
62       <dependency>
63         <groupId>${project.groupId}</groupId>
64         <artifactId>srm-api</artifactId>
65         <version>0.12.0-SNAPSHOT</version>
66       </dependency>
67       <dependency>
68         <groupId>${project.groupId}</groupId>
69         <artifactId>tools-api</artifactId>
70         <version>0.12.0-SNAPSHOT</version>
71       </dependency>
72       <dependency>
73         <groupId>${project.groupId}</groupId>
74         <artifactId>upgrade</artifactId>
75         <version>0.12.0-SNAPSHOT</version>
76       </dependency>
77
78       <!-- Reference implementations -->
79       <dependency>
80         <groupId>${project.groupId}</groupId>
81         <artifactId>srm-impl</artifactId>
82         <version>0.12.0-SNAPSHOT</version>
83       </dependency>
84
85       <!-- Test support -->
86       <dependency>
87         <groupId>${project.groupId}</groupId>
88         <artifactId>tools-testutils</artifactId>
89         <version>0.12.0-SNAPSHOT</version>
90         <scope>test</scope>
91       </dependency>
92
93       <!-- Karaf Features -->
94       <dependency>
95         <groupId>${project.groupId}</groupId>
96         <artifactId>serviceutils-features</artifactId>
97         <version>${project.version}</version>
98         <classifier>features</classifier>
99         <type>xml</type>
100       </dependency>
101       <dependency>
102         <groupId>${project.groupId}</groupId>
103         <artifactId>odl-serviceutils-listener</artifactId>
104         <version>${project.version}</version>
105         <classifier>features</classifier>
106         <type>xml</type>
107       </dependency>
108       <dependency>
109         <groupId>${project.groupId}</groupId>
110         <artifactId>odl-serviceutils-metrics</artifactId>
111         <version>${project.version}</version>
112         <classifier>features</classifier>
113         <type>xml</type>
114       </dependency>
115       <dependency>
116         <groupId>${project.groupId}</groupId>
117         <artifactId>odl-serviceutils-rpc</artifactId>
118         <version>${project.version}</version>
119         <classifier>features</classifier>
120         <type>xml</type>
121       </dependency>
122       <dependency>
123         <groupId>${project.groupId}</groupId>
124         <artifactId>odl-serviceutils-srm</artifactId>
125         <version>${project.version}</version>
126         <classifier>features</classifier>
127         <type>xml</type>
128       </dependency>
129       <dependency>
130         <groupId>${project.groupId}</groupId>
131         <artifactId>odl-serviceutils-tools</artifactId>
132         <version>${project.version}</version>
133         <classifier>features</classifier>
134         <type>xml</type>
135       </dependency>
136     </dependencies>
137   </dependencyManagement>
138 </project>