Bump versions by x.y.(z+1)
[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>3.1.7</version>
16     <relativePath/>
17   </parent>
18
19   <groupId>org.opendaylight.serviceutils</groupId>
20   <artifactId>serviceutils-artifacts</artifactId>
21   <version>0.2.4-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>tools-api</artifactId>
33         <version>0.2.4-SNAPSHOT</version>
34       </dependency>
35       <dependency>
36         <groupId>${project.groupId}</groupId>
37         <artifactId>upgrade</artifactId>
38         <version>0.2.4-SNAPSHOT</version>
39       </dependency>
40
41       <!-- Karaf Features -->
42       <dependency>
43         <groupId>${project.groupId}</groupId>
44         <artifactId>serviceutils-features</artifactId>
45         <version>${project.version}</version>
46         <classifier>features</classifier>
47         <type>xml</type>
48       </dependency>
49       <dependency>
50         <groupId>${project.groupId}</groupId>
51         <artifactId>odl-serviceutils-srm</artifactId>
52         <version>${project.version}</version>
53         <classifier>features</classifier>
54         <type>xml</type>
55       </dependency>
56       <dependency>
57         <groupId>${project.groupId}</groupId>
58         <artifactId>odl-serviceutils-tools</artifactId>
59         <version>${project.version}</version>
60         <classifier>features</classifier>
61         <type>xml</type>
62       </dependency>
63     </dependencies>
64   </dependencyManagement>
65 </project>