Bump versions by x.(y+1).z
[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>5.0.0</version>
16         <relativePath/>
17     </parent>
18     <groupId>org.opendaylight.integration</groupId>
19     <artifactId>properties</artifactId>
20     <version>0.11.0-SNAPSHOT</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.10.0-SNAPSHOT</aaa.version>
47         <benchmark.version>1.8.0-SNAPSHOT</benchmark.version>
48         <bgpcep.version>0.12.0-SNAPSHOT</bgpcep.version>
49         <coe.version>0.6.0-SNAPSHOT</coe.version>
50         <config.version>0.11.0-SNAPSHOT</config.version>
51         <controller.version>1.10.0-SNAPSHOT</controller.version>
52         <controller.extras.version>1.13.0-SNAPSHOT</controller.extras.version>
53         <daexim.version>1.6.0-SNAPSHOT</daexim.version>
54         <genius.version>0.7.0-SNAPSHOT</genius.version>
55         <infrautils.version>1.6.0-SNAPSHOT</infrautils.version>
56         <lispflowmapping.version>1.10.0-SNAPSHOT</lispflowmapping.version>
57         <mdsal.version>4.0.0</mdsal.version>
58         <netconf.version>1.7.0-SNAPSHOT</netconf.version>
59         <netvirt.version>0.9.0-SNAPSHOT</netvirt.version>
60         <neutron.version>0.13.0-SNAPSHOT</neutron.version>
61         <odlparent.version>5.0.0</odlparent.version>
62         <openflowplugin.version>0.9.0-SNAPSHOT</openflowplugin.version>
63         <ovsdb.version>1.9.0-SNAPSHOT</ovsdb.version>
64         <restconf.version>1.10.0-SNAPSHOT</restconf.version>
65         <serviceutils.version>0.4.0-SNAPSHOT</serviceutils.version>
66         <sfc.version>0.10.0-SNAPSHOT</sfc.version>
67         <yangtools.version>3.0.0</yangtools.version>
68         <!-- Keep this list sorted alphabetically please. -->
69     </properties>
70 </project>