Bump versions to 0.9.3-SNAPSHOT
[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>5.0.5</version>
8     <relativePath/>
9   </parent>
10
11   <modelVersion>4.0.0</modelVersion>
12   <groupId>org.opendaylight.dlux</groupId>
13   <artifactId>dlux-parent</artifactId>
14   <version>0.9.3-SNAPSHOT</version>
15   <packaging>pom</packaging>
16   <name>dlux</name> <!-- Used by Sonar to set project name -->
17
18   <properties>
19     <loader.resources.version>0.9.3-SNAPSHOT</loader.resources.version>
20     <core.resources.version>0.9.3-SNAPSHOT</core.resources.version>
21     <connection_manager.resources.version>0.9.3-SNAPSHOT</connection_manager.resources.version>
22     <container.resources.version>0.9.3-SNAPSHOT</container.resources.version>
23     <flow.resources.version>0.9.3-SNAPSHOT</flow.resources.version>
24     <network.resources.version>0.9.3-SNAPSHOT</network.resources.version>
25     <common.authentication.resources.version>0.9.3-SNAPSHOT</common.authentication.resources.version>
26     <common.general.resources.version>0.9.3-SNAPSHOT</common.general.resources.version>
27     <common.navigation.resources.version>0.9.3-SNAPSHOT</common.navigation.resources.version>
28     <common.layout.resources.version>0.9.3-SNAPSHOT</common.layout.resources.version>
29     <common.topbar.resources.version>0.9.3-SNAPSHOT</common.topbar.resources.version>
30     <common.login.resources.version>0.9.3-SNAPSHOT</common.login.resources.version>
31   </properties>
32
33   <modules>
34     <module>modules</module>
35     <module>dlux-web</module>
36     <module>loader/api</module>
37     <module>loader/impl</module>
38     <module>bundles</module>
39     <module>features</module>
40     <module>archetype</module>
41   </modules>
42
43   <scm>
44     <connection>scm:git:ssh://git.opendaylight.org:29418/dlux.git</connection>
45     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/dlux.git</developerConnection>
46     <tag>HEAD</tag>
47     <url>https://wiki.opendaylight.org/view/OpenDaylight_dlux:Main</url>
48   </scm>
49 </project>