Bump versions by 0.1.0 for next dev cycle
[netvirt.git] / openstack / ovsdb-ui / module / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright (c) 2015 Inocybe Technologies, 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" 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">
10     <modelVersion>4.0.0</modelVersion>
11     <parent>
12       <groupId>org.opendaylight.odlparent</groupId>
13       <artifactId>odlparent-lite</artifactId>
14       <version>1.8.0-SNAPSHOT</version>
15       <relativePath/>
16     </parent>
17
18     <groupId>org.opendaylight.netvirt</groupId>
19     <artifactId>ovsdb-ui-module</artifactId>
20     <version>1.4.0-SNAPSHOT</version>
21     <packaging>jar</packaging>
22     <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>
23     <licenses>
24         <license>
25             <name>Eclipse Public License v1.0</name>
26             <url>http://www.eclipse.org/legal/epl-v10.html</url>
27         </license>
28     </licenses>
29     <scm>
30         <connection>scm:git:ssh://git.opendaylight.org:29418/netvirt.git</connection>
31         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/netvirt.git</developerConnection>
32         <tag>HEAD</tag>
33         <url>https://wiki.opendaylight.org/view/OVSDB_Integration:Main</url>
34     </scm>
35
36     <!--
37         Maven Site Configuration
38
39         The following configuration is necessary for maven-site-plugin to
40         correctly identify the correct deployment path for OpenDaylight Maven
41         sites.
42     -->
43     <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
44
45     <distributionManagement>
46         <site>
47             <id>opendaylight-site</id>
48             <url>${nexus.site.url}/${project.artifactId}/</url>
49         </site>
50     </distributionManagement>
51 </project>