Bump versions by x.(y+1).z for next dev cycle
[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>1.9.0-SNAPSHOT</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>vpnservice-features4</module>
27         <module>odl-netvirt-api</module>
28         <module>odl-netvirt-impl</module>
29         <module>odl-netvirt-openstack</module>
30         <module>odl-netvirt-federation</module>
31         <module>odl-netvirt-ui</module>
32         <module>odl-netvirt-sfc</module>
33     </modules>
34
35     <!-- Maven Site Configuration The following configuration is necessary
36       for maven-site-plugin to correctly identify the correct deployment path for
37       OpenDaylight Maven sites. -->
38     <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
39
40     <distributionManagement>
41         <site>
42             <id>opendaylight-site</id>
43             <url>${nexus.site.url}/${project.artifactId}/</url>
44         </site>
45     </distributionManagement>
46 </project>