Release integration/distribution
[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>8.1.9</version>
16         <relativePath/>
17     </parent>
18     <groupId>org.opendaylight.integration</groupId>
19     <artifactId>properties</artifactId>
20     <version>0.14.5</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/view/Integration/Distribution</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.13.11</aaa.version>
47         <bgpcep.version>0.15.5</bgpcep.version>
48         <controller.version>3.0.16</controller.version>
49         <daexim.version>1.9.5</daexim.version>
50         <infrautils.version>1.9.15</infrautils.version>
51         <jsonrpc.version>1.10.5</jsonrpc.version>
52         <lispflowmapping.version>1.13.6</lispflowmapping.version>
53         <mdsal.version>7.0.14</mdsal.version>
54         <netconf.version>1.13.8</netconf.version>
55         <neutron.version>0.16.5</neutron.version>
56         <odlparent.version>8.1.9</odlparent.version>
57         <openflowplugin.version>0.12.5</openflowplugin.version>
58         <ovsdb.version>1.12.5</ovsdb.version>
59         <serviceutils.version>0.7.5</serviceutils.version>
60         <yangtools.version>6.0.12</yangtools.version>
61         <!-- Keep this list sorted alphabetically please. -->
62     </properties>
63 </project>