Incrementing versions by 0.1.0 for post-Helium master branch
[l2switch.git] / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <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">
3   <modelVersion>4.0.0</modelVersion>
4   <groupId>org.opendaylight.l2switch</groupId>
5   <artifactId>l2switch</artifactId>
6   <version>0.2.0-SNAPSHOT</version>
7   <packaging>pom</packaging>
8   <prerequisites>
9     <maven>3.0</maven>
10   </prerequisites>
11   <modules>
12     <module>parent</module>
13     <module>packethandler</module>
14     <module>loopremover</module>
15     <module>arphandler</module>
16     <module>addresstracker</module>
17     <module>hosttracker</module>
18     <module>l2switch-main</module>
19     <module>distribution/base</module>
20     <module>distribution/karaf</module>
21     <module>features</module>
22   </modules>
23   <properties>
24       <nexusproxy>http://nexus.opendaylight.org/content</nexusproxy>
25   </properties>
26   <scm>
27     <connection>scm:git:ssh://git.opendaylight.org:29418/l2switch.git</connection>
28     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/l2switch.git</developerConnection>
29     <tag>HEAD</tag>
30     <url>https://wiki.opendaylight.org/view/L2_Switch:Main</url>
31   </scm>
32   <distributionManagement>
33     <!-- OpenDayLight Released artifact -->
34     <repository>
35       <id>opendaylight-release</id>
36       <url>${nexusproxy}/repositories/opendaylight.release/</url>
37     </repository>
38     <!-- OpenDayLight Snapshot artifact -->
39     <snapshotRepository>
40       <id>opendaylight-snapshot</id>
41       <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
42     </snapshotRepository>
43     <site>
44       <id>${project.artifactId}-site</id>
45       <url>./</url>
46     </site>
47   </distributionManagement>
48 </project>