Merge "Do not override odlparent properties."
[dlux.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
4   <parent>
5     <groupId>org.opendaylight.odlparent</groupId>
6     <artifactId>odlparent</artifactId>
7     <version>1.5.0-SNAPSHOT</version>
8     <relativePath></relativePath>
9   </parent>
10
11     <modelVersion>4.0.0</modelVersion>
12     <groupId>org.opendaylight.dlux</groupId>
13     <artifactId>dlux-parent</artifactId>
14     <version>0.2.0-SNAPSHOT</version>
15     <packaging>pom</packaging>
16     <name>dlux</name> <!-- Used by Sonar to set project name -->
17
18     <properties>
19       <sitedeploy>dav:http://nexus.opendaylight.org/content/sites/site</sitedeploy>
20       <commons.opendaylight.version>1.5.0-SNAPSHOT</commons.opendaylight.version>
21       <loader.resources.version>0.1.0-SNAPSHOT</loader.resources.version>
22       <core.resources.version>0.1.0-SNAPSHOT</core.resources.version>
23       <graph.resources.version>0.1.0-SNAPSHOT</graph.resources.version>
24       <node.resources.version>0.1.0-SNAPSHOT</node.resources.version>
25       <connection_manager.resources.version>0.1.0-SNAPSHOT</connection_manager.resources.version>
26       <container.resources.version>0.1.0-SNAPSHOT</container.resources.version>
27       <flow.resources.version>0.1.0-SNAPSHOT</flow.resources.version>
28       <network.resources.version>0.1.0-SNAPSHOT</network.resources.version>
29       <topology.resources.version>0.1.0-SNAPSHOT</topology.resources.version>
30       <yangui.resources.version>0.1.0-SNAPSHOT</yangui.resources.version>
31       <yangvisualizer.resources.version>0.1.0-SNAPSHOT</yangvisualizer.resources.version>
32       <common.authentication.resources.version>0.1.0-SNAPSHOT</common.authentication.resources.version>
33       <common.general.resources.version>0.1.0-SNAPSHOT</common.general.resources.version>
34       <common.navigation.resources.version>0.1.0-SNAPSHOT</common.navigation.resources.version>
35       <common.layout.resources.version>0.1.0-SNAPSHOT</common.layout.resources.version>
36       <common.topbar.resources.version>0.1.0-SNAPSHOT</common.topbar.resources.version>
37       <common.login.resources.version>0.1.0-SNAPSHOT</common.login.resources.version>
38       <common.yangutils.resources.version>0.1.0-SNAPSHOT</common.yangutils.resources.version>
39       <common.sigmatopology.resources.version>0.1.0-SNAPSHOT</common.sigmatopology.resources.version>
40       <l2switch.version>0.2.0-SNAPSHOT</l2switch.version>
41       <mdsal.version>1.2.0-SNAPSHOT</mdsal.version>
42     </properties>
43
44     <modules>
45        <module>modules</module>
46        <module>dlux-web</module>
47        <module>loader/api</module>
48        <module>loader/impl</module>
49        <module>bundles</module>
50        <module>features</module>
51        <module>distribution-dlux</module>
52     </modules>
53    
54   <scm>
55     <connection>scm:git:ssh://git.opendaylight.org:29418/dlux.git</connection>      <developerConnection>scm:git:ssh://git.opendaylight.org:29418/dlux.git</developerConnection>
56     <tag>HEAD</tag>
57     <url>https://wiki.opendaylight.org/view/OpenDaylight_dlux:Main</url>  
58   </scm>
59 </project>