Release Sulfur
[integration/distribution.git] / artifacts / upstream / properties / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!--
4  Copyright (c) 2017 Cisco Systems, Inc. and others.  All rights reserved.
5
6  This program and the accompanying materials are made available under the
7  terms of the Eclipse Public License v1.0 which accompanies this distribution,
8  and is available at http://www.eclipse.org/legal/epl-v10.html
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     <modelVersion>4.0.0</modelVersion>
12     <parent>
13         <groupId>org.opendaylight.odlparent</groupId>
14         <artifactId>odlparent-lite</artifactId>
15         <version>10.0.0</version>
16         <relativePath/>
17     </parent>
18     <groupId>org.opendaylight.integration</groupId>
19     <artifactId>properties</artifactId>
20     <version>0.16.0</version>
21     <!-- This is a parent POM, it cannot act as an aggregator, to avoid cyclic imports. -->
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 :: integration :: properties</name>
26     <!-- Avoid ${project.*} in parent poms. -->
27     <description>POM defining upstream public versions as properties, to be used as parent for artifact pom definitions.</description>
28     <url>https://wiki.opendaylight.org/x/ggYF</url>
29     <licenses>
30         <license>
31             <name>Eclipse Public License v1.0</name>
32             <url>http://www.eclipse.org/legal/epl-v10.html</url>
33         </license>
34     </licenses>
35     <!-- FIXME: Add developers section -->
36     <scm>
37         <connection>scm:git:https://git.opendaylight.org/gerrit/integration/distribution.git</connection>
38         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/integration/distribution.git</developerConnection>
39         <url>https://git.opendaylight.org/gerrit/gitweb?p=integration/distribution.git;a=tree;f=artifacts/upstream/properties;hb=HEAD</url>
40         <tag>HEAD</tag>
41     </scm>
42     <!-- TODO: If only artifact-artifacts is used, hardcode versions there and delete this. -->
43     <properties>
44         <!-- Version properties by project or component. -->
45         <!-- Keep this list sorted alphabetically please. -->
46         <aaa.version>0.15.3</aaa.version>
47         <bgpcep.version>0.17.2</bgpcep.version>
48         <controller.version>5.0.3</controller.version>
49         <daexim.version>1.11.0</daexim.version>
50         <infrautils.version>3.0.0</infrautils.version>
51         <jsonrpc.version>1.12.0</jsonrpc.version>
52         <lispflowmapping.version>1.15.0</lispflowmapping.version>
53         <mdsal.version>9.0.2</mdsal.version>
54         <netconf.version>3.0.2</netconf.version>
55         <odlparent.version>10.0.0</odlparent.version>
56         <openflowplugin.version>0.14.0</openflowplugin.version>
57         <ovsdb.version>1.14.0</ovsdb.version>
58         <serviceutils.version>0.9.0</serviceutils.version>
59         <yangtools.version>8.0.3</yangtools.version>
60         <!-- Keep this list sorted alphabetically please. -->
61     </properties>
62 </project>