Bump yangtools to 2.0.6.7
[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>3.1.6</version>
16         <relativePath/>
17     </parent>
18     <groupId>org.opendaylight.integration</groupId>
19     <artifactId>properties</artifactId>
20     <version>0.8.5-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.7.5-SNAPSHOT</aaa.version>
47         <alto.version>0.6.5-SNAPSHOT</alto.version>
48         <benchmark.version>1.5.5-SNAPSHOT</benchmark.version>
49         <bgpcep.version>0.9.5-SNAPSHOT</bgpcep.version>
50         <bier.version>0.3.5-SNAPSHOT</bier.version>
51         <coe.version>0.3.5-SNAPSHOT</coe.version>
52         <config.version>0.8.5-SNAPSHOT</config.version>
53         <controller.extras.version>1.10.5-SNAPSHOT</controller.extras.version>
54         <daexim.version>1.3.5-SNAPSHOT</daexim.version>
55         <didm.version>0.6.5-SNAPSHOT</didm.version>
56         <dlux.version>0.7.5-SNAPSHOT</dlux.version>
57         <dluxapps.version>0.7.5-SNAPSHOT</dluxapps.version>
58         <federation.version>0.4.5-SNAPSHOT</federation.version>
59         <flow.version>1.7.5-SNAPSHOT</flow.version>
60         <genius.version>0.4.5-SNAPSHOT</genius.version>
61         <groupbasedpolicy.version>0.7.5-SNAPSHOT</groupbasedpolicy.version>
62         <honeycomb.vbd.version>1.3.5-SNAPSHOT</honeycomb.vbd.version>
63         <infrautils.version>1.3.5-SNAPSHOT</infrautils.version>
64         <iotdm.version>0.5.5-SNAPSHOT</iotdm.version>
65         <jsonrpc.version>1.3.7-SNAPSHOT</jsonrpc.version>
66         <l2switch.version>0.7.5-SNAPSHOT</l2switch.version>
67         <lacp.version>1.5.5-SNAPSHOT</lacp.version>
68         <lispflowmapping.version>1.7.5-SNAPSHOT</lispflowmapping.version>
69         <mdsal.version>1.7.5-SNAPSHOT</mdsal.version>
70         <nemo.version>1.4.5-SNAPSHOT</nemo.version>
71         <netconf.version>1.4.5-SNAPSHOT</netconf.version>
72         <netide.version>0.5.5-SNAPSHOT</netide.version>
73         <netvirt.version>0.6.5-SNAPSHOT</netvirt.version>
74         <neutron.version>0.10.5-SNAPSHOT</neutron.version>
75         <odlparent.version>3.1.6</odlparent.version>
76         <ofconfig.version>1.4.5-SNAPSHOT</ofconfig.version>
77         <openflowplugin.version>0.6.5-SNAPSHOT</openflowplugin.version>
78         <ovsdb.version>1.6.5-SNAPSHOT</ovsdb.version>
79         <p4plugin.version>0.1.5-SNAPSHOT</p4plugin.version>
80         <packetcable.version>1.7.5-SNAPSHOT</packetcable.version>
81         <restconf.version>1.7.5-SNAPSHOT</restconf.version>
82         <sdninterfaceapp.version>1.10.5-SNAPSHOT</sdninterfaceapp.version>
83         <serviceutils.version>0.1.5-SNAPSHOT</serviceutils.version>
84         <sfc.version>0.7.5-SNAPSHOT</sfc.version>
85         <snmp.version>1.5.5-SNAPSHOT</snmp.version>
86         <snmp4sdn.version>0.7.5-SNAPSHOT</snmp4sdn.version>
87         <sxp.version>1.6.5-SNAPSHOT</sxp.version>
88         <tsdr.version>1.5.5-SNAPSHOT</tsdr.version>
89         <usc.version>1.5.5-SNAPSHOT</usc.version>
90         <yangtools.version>2.0.6.7</yangtools.version>
91         <!-- Keep this list sorted alphabetically please. -->
92     </properties>
93 </project>