Incrementing versions by 0.1.0 for post-lithium master branch
[netvirt.git] / ovsdb-artifacts / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright (C) 2015 Red Hat, Inc. and others. All rights reserved.
4
5 This program and the accompanying materials are made available under the
6 terms of the Eclipse Public License v1.0 which accompanies this distribution,
7 and is available at http://www.eclipse.org/legal/epl-v10.html
8 -->
9 <project xmlns="http://maven.apache.org/POM/4.0.0"
10          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
11          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
12   <modelVersion>4.0.0</modelVersion>
13
14   <groupId>org.opendaylight.ovsdb</groupId>
15   <artifactId>ovsdb-artifacts</artifactId>
16   <version>1.2.0-SNAPSHOT</version>
17   <packaging>pom</packaging>
18   <description>The OVSDB Plugin integration project is a project for OpenDaylight that will implement the Open vSwitch Database RFC 7047 management protocol allowing the Southbound configuration of vSwitches and a network virtualization implementation.</description>
19   <url>https://wiki.opendaylight.org/view/OVSDB_Integration:Main</url>
20   <licenses>
21     <license>
22       <name>Eclipse Public License v1.0</name>
23       <url>http://www.eclipse.org/legal/epl-v10.html</url>
24     </license>
25   </licenses>
26   <developers>
27     <developer>
28       <name>Sam Hague</name>
29       <email>shague@gmail.com</email>
30       <url>https://github.com/shague</url>
31     </developer>
32   </developers>
33   <scm>
34     <connection>scm:git:ssh://git.opendaylight.org:29418/ovsdb.git</connection>
35     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/ovsdb.git</developerConnection>
36     <tag>HEAD</tag>
37     <url>https://wiki.opendaylight.org/view/OVSDB_Integration:Main</url>
38   </scm>
39
40   <dependencyManagement>
41     <dependencies>
42       <dependency>
43         <groupId>${project.groupId}</groupId>
44         <artifactId>features-ovsdb</artifactId>
45         <version>${project.version}</version>
46         <classifier>features</classifier>
47         <type>xml</type>
48       </dependency>
49     </dependencies>
50   </dependencyManagement>
51 </project>