Bump upstreams for Silicon
[genius.git] / commons / quality-parent / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <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">
3   <modelVersion>4.0.0</modelVersion>
4
5   <parent>
6     <groupId>org.opendaylight.infrautils</groupId>
7     <artifactId>parent</artifactId>
8     <version>1.9.0</version>
9     <relativePath/>
10   </parent>
11
12   <groupId>org.opendaylight.genius</groupId>
13   <artifactId>quality-parent</artifactId>
14   <version>0.10.0-SNAPSHOT</version>
15   <packaging>pom</packaging>
16   <!-- <name> formatting is used by autorelease to parse and notify projects on
17        build failure. Please do not modify this unless you have a good reason. -->
18   <name>ODL :: genius :: ${project.artifactId}</name>
19
20   <dependencyManagement>
21     <dependencies>
22       <dependency>
23         <groupId>org.opendaylight.yangtools</groupId>
24         <artifactId>yangtools-artifacts</artifactId>
25         <version>6.0.0</version>
26         <type>pom</type>
27         <scope>import</scope>
28       </dependency>
29       <dependency>
30         <groupId>org.opendaylight.controller</groupId>
31         <artifactId>controller-artifacts</artifactId>
32         <version>3.0.0</version>
33         <type>pom</type>
34         <scope>import</scope>
35       </dependency>
36       <dependency>
37         <groupId>org.opendaylight.mdsal</groupId>
38         <artifactId>mdsal-artifacts</artifactId>
39         <version>7.0.0</version>
40         <type>pom</type>
41         <scope>import</scope>
42       </dependency>
43     </dependencies>
44   </dependencyManagement>
45
46 </project>