Bump versions by 0.1.0 for next dev cycle
[netvirt.git] / vpnservice / commons / binding-parent / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright (c) 2015 Ericsson India Global Services Pvt Ltd. 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   <parent>
11     <groupId>org.opendaylight.mdsal</groupId>
12     <artifactId>binding-parent</artifactId>
13     <version>0.10.0-SNAPSHOT</version>
14     <relativePath/>
15   </parent>
16
17   <modelVersion>4.0.0</modelVersion>
18   <groupId>org.opendaylight.netvirt</groupId>
19   <artifactId>binding-parent</artifactId>
20   <version>0.4.0-SNAPSHOT</version>
21   <packaging>pom</packaging>
22
23   <properties>
24     <vpnservices.version>0.4.0-SNAPSHOT</vpnservices.version>
25     <ietf.inet.types.version>2010.09.24.7-SNAPSHOT</ietf.inet.types.version>
26     <ietf.yang.types.version>2010.09.24.7-SNAPSHOT</ietf.yang.types.version>
27     <ietf.interfaces.version>2014.05.08.7-SNAPSHOT</ietf.interfaces.version>
28     <iana.if.type.version>2014.05.08.7-SNAPSHOT</iana.if.type.version>
29     <yang.ext.version>2013.09.07.7-SNAPSHOT</yang.ext.version>
30     <yangtools.version>1.1.0-SNAPSHOT</yangtools.version>
31     <mdsal.version>2.2.0-SNAPSHOT</mdsal.version>
32     <controller.mdsal.version>1.5.0-SNAPSHOT</controller.mdsal.version>
33     <vpns.mdsalutil.version>0.4.0-SNAPSHOT</vpns.mdsalutil.version>
34     <model.bgp.version>2013.07.15.9-SNAPSHOT</model.bgp.version>
35     <genius.version>0.2.0-SNAPSHOT</genius.version>
36   </properties>
37
38   <build>
39     <plugins>
40       <plugin>
41         <groupId>org.apache.maven.plugins</groupId>
42         <artifactId>maven-checkstyle-plugin</artifactId>
43         <configuration>
44           <!--<propertyExpansion>checkstyle.violationSeverity=error</propertyExpansion>-->
45           <excludes>**/yang/</excludes>
46         </configuration>
47       </plugin>
48     </plugins>
49   </build>
50
51   <!--
52       Maven Site Configuration
53
54       The following configuration is necessary for maven-site-plugin to
55       correctly identify the correct deployment path for OpenDaylight Maven
56       sites.
57   -->
58   <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
59
60   <distributionManagement>
61     <site>
62       <id>opendaylight-site</id>
63       <url>${nexus.site.url}/${project.artifactId}/</url>
64     </site>
65   </distributionManagement>
66 </project>