Bump to odlparent 2.0.7
[groupbasedpolicy.git] / features / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3     <modelVersion>4.0.0</modelVersion>
4     <parent>
5         <groupId>org.opendaylight.odlparent</groupId>
6         <artifactId>odlparent-lite</artifactId>
7         <version>2.0.7</version>
8         <relativePath/>
9     </parent>
10
11     <groupId>org.opendaylight.groupbasedpolicy</groupId>
12     <artifactId>features-aggregator-groupbasedpolicy</artifactId>
13     <version>0.6.3-SNAPSHOT</version>
14     <packaging>pom</packaging>
15     <!-- <name> formatting is used by autorelease to parse and notify projects on
16        build failure. Please do not modify this unless you have a good reason. -->
17     <name>ODL :: groupbasedpolicy :: ${project.artifactId}</name>
18
19     <modules>
20         <module>features-groupbasedpolicy</module>
21         <module>odl-groupbasedpolicy-base</module>
22         <module>odl-groupbasedpolicy-ofoverlay</module>
23         <module>odl-groupbasedpolicy-iovisor</module>
24         <module>odl-groupbasedpolicy-neutronmapper</module>
25         <module>odl-groupbasedpolicy-neutron-and-ofoverlay</module>
26         <module>odl-groupbasedpolicy-vpp</module>
27         <module>odl-groupbasedpolicy-neutron-vpp-mapper</module>
28         <module>odl-groupbasedpolicy-ui</module>
29         <module>odl-groupbasedpolicy-ip-sgt-distribution-service</module>
30         <module>odl-groupbasedpolicy-ne-location-provider</module>
31         <module>odl-groupbasedpolicy-ios-xe</module>
32         <module>odl-groupbasedpolicy-sxp-ep-provider</module>
33         <module>odl-groupbasedpolicy-sxp-ise-adapter</module>
34     </modules>
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>