Upgrade to new odlparent 2.0.0 & handle its impacts
[netvirt.git] / vpnservice / features / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  Copyright © 2017 Red Hat, Inc. and others.
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     <modelVersion>4.0.0</modelVersion>
11     <parent>
12         <groupId>org.opendaylight.odlparent</groupId>
13         <artifactId>odlparent-lite</artifactId>
14         <version>2.0.0</version>
15         <relativePath/>
16     </parent>
17     <groupId>org.opendaylight.netvirt</groupId>
18     <artifactId>vpnservice-features-aggregator</artifactId>
19     <version>0.5.0-SNAPSHOT</version>
20     <packaging>pom</packaging>
21
22     <name>ODL :: netvirt :: ${project.artifactId}</name>
23
24     <modules>
25         <module>vpnservice-features</module>
26         <module>odl-netvirt-api</module>
27         <module>odl-netvirt-impl</module>
28         <module>odl-netvirt-openstack</module>
29         <!-- Federation isn’t part of Nitrogen
30         <module>odl-netvirt-federation</module>
31         -->
32         <module>odl-netvirt-ui</module>
33         <module>odl-netvirt-sfc</module>
34     </modules>
35
36     <!-- Maven Site Configuration The following configuration is necessary
37       for maven-site-plugin to correctly identify the correct deployment path for
38       OpenDaylight Maven sites. -->
39     <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
40
41     <distributionManagement>
42         <site>
43             <id>opendaylight-site</id>
44             <url>${nexus.site.url}/${project.artifactId}/</url>
45         </site>
46     </distributionManagement>
47 </project>