properties
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.opendaylight.integration</groupId>
<artifactId>properties</artifactId>
<version>0.23.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<!-- vi: set et smarttab sw=4 tabstop=4: -->
<!--
Copyright (c) 2017 Cisco Systems, Inc. and others. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v1.0 which accompanies this distribution,
and is available at http://www.eclipse.org/legal/epl-v10.html
-->
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.opendaylight.odlparent</groupId>
<artifactId>odlparent-lite</artifactId>
<version>14.3.1</version>
<relativePath/>
</parent>
<groupId>org.opendaylight.integration</groupId>
<artifactId>properties</artifactId>
<version>0.23.1</version>
<!-- This is a parent POM, it cannot act as an aggregator, to avoid cyclic imports. -->
<packaging>pom</packaging>
<!-- <name> formatting is used by autorelease to parse and notify projects on
build failure. Please do not modify this unless you have a good reason. -->
<name>ODL :: integration :: properties</name>
<!-- Avoid ${project.*} in parent poms. -->
<description>POM defining upstream public versions as properties, to be used as parent for artifact pom definitions.</description>
<url>https://wiki.opendaylight.org/x/ggYF</url>
<licenses>
<license>
<name>Eclipse Public License v1.0</name>
<url>http://www.eclipse.org/legal/epl-v10.html</url>
</license>
</licenses>
<!-- FIXME: Add developers section -->
<scm>
<connection>scm:git:https://git.opendaylight.org/gerrit/integration/distribution.git</connection>
<developerConnection>scm:git:ssh://git.opendaylight.org:29418/integration/distribution.git</developerConnection>
<url>https://git.opendaylight.org/gerrit/gitweb?p=integration/distribution.git;a=tree;f=artifacts/upstream/properties;hb=HEAD</url>
<tag>HEAD</tag>
</scm>
<!-- TODO: If only artifact-artifacts is used, hardcode versions there and delete this. -->
<properties>
<!-- Version properties by project or component. -->
<!-- Keep this list sorted alphabetically please. -->
<aaa.version>0.22.5</aaa.version>
<bgpcep.version>1.0.1</bgpcep.version>
<controller.version>12.0.5</controller.version>
<daexim.version>1.18.1</daexim.version>
<infrautils.version>7.1.12</infrautils.version>
<jsonrpc.version>1.19.1</jsonrpc.version>
<l2switch.version>3.0.1</l2switch.version>
<lispflowmapping.version>1.22.1</lispflowmapping.version>
<mdsal.version>15.0.4</mdsal.version>
<netconf.version>10.0.3</netconf.version>
<odlparent.version>14.3.1</odlparent.version>
<openflowplugin.version>0.21.3</openflowplugin.version>
<ovsdb.version>1.21.1</ovsdb.version>
<transportpce.version>12.1.0</transportpce.version>
<transportpce.models.version>23.1.0</transportpce.models.version>
<yangtools.version>14.0.23</yangtools.version>
<!-- Keep this list sorted alphabetically please. -->
</properties>
</project>