f0a76dfb0b5208ef6ac9c6468ebda5356d8ba216
[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"
11          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
12          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
13     <modelVersion>4.0.0</modelVersion>
14     <parent>
15         <groupId>org.opendaylight.odlparent</groupId>
16         <artifactId>odlparent-lite</artifactId>
17         <version>3.0.2</version>
18         <relativePath/>
19     </parent>
20     <groupId>org.opendaylight.integration</groupId>
21     <artifactId>properties</artifactId>
22     <version>0.9.0-SNAPSHOT</version>
23     <!-- This is a parent POM, it cannot act as an aggregator, to avoid cyclic imports. -->
24     <packaging>pom</packaging>
25     <!-- <name> formatting is used by autorelease to parse and notify projects on
26          build failure. Please do not modify this unless you have a good reason. -->
27     <name>ODL :: integration :: properties</name>
28     <!-- Avoid ${project.*} in parent poms. -->
29     <description>POM defining upstream public versions as properties, to be used as parent for artifact pom definitions.</description>
30     <url>https://wiki.opendaylight.org/view/Integration/Distribution</url>
31     <licenses>
32         <license>
33             <name>Eclipse Public License v1.0</name>
34             <url>http://www.eclipse.org/legal/epl-v10.html</url>
35         </license>
36     </licenses>
37     <!-- FIXME: Add developers section -->
38     <scm>
39         <connection>scm:git:https://git.opendaylight.org/gerrit/integration/distribution.git</connection>
40         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/integration/distribution.git</developerConnection>
41         <url>https://git.opendaylight.org/gerrit/gitweb?p=integration/distribution.git;a=tree;f=artifacts/upstream/properties;hb=HEAD</url>
42         <tag>HEAD</tag>
43     </scm>
44     <!-- TODO: If only artifact-artifacts is used, hardcode versions there and delete this. -->
45     <properties>
46         <!-- Version properties by project or component. -->
47         <!-- Keep this list sorted alphabetically please. -->
48         <aaa.version>0.8.0-SNAPSHOT</aaa.version>
49         <benchmark.version>1.6.0-SNAPSHOT</benchmark.version>
50         <bgpcep.version>0.10.0-SNAPSHOT</bgpcep.version>
51         <coe.version>0.4.0-SNAPSHOT</coe.version>
52         <config.version>0.9.0-SNAPSHOT</config.version>
53         <controller.extras.version>1.11.0-SNAPSHOT</controller.extras.version>
54         <daexim.version>1.4.0-SNAPSHOT</daexim.version>
55         <genius.version>0.5.0-SNAPSHOT</genius.version>
56         <infrautils.version>1.4.0-SNAPSHOT</infrautils.version>
57         <lispflowmapping.version>1.8.0-SNAPSHOT</lispflowmapping.version>
58         <mdsal.version>1.8.0-SNAPSHOT</mdsal.version>
59         <netconf.version>1.5.0-SNAPSHOT</netconf.version>
60         <netvirt.version>0.7.0-SNAPSHOT</netvirt.version>
61         <neutron.version>0.11.0-SNAPSHOT</neutron.version>
62         <odlparent.version>3.0.2</odlparent.version>
63         <openflowplugin.version>0.7.0-SNAPSHOT</openflowplugin.version>
64         <ovsdb.version>1.7.0-SNAPSHOT</ovsdb.version>
65         <restconf.version>1.8.0-SNAPSHOT</restconf.version>
66         <sfc.version>0.8.0-SNAPSHOT</sfc.version>
67         <yangtools.version>2.0.2</yangtools.version>
68         <!-- Keep this list sorted alphabetically please. -->
69     </properties>
70 </project>