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>
5 <groupId>org.opendaylight.controller</groupId>
6 <artifactId>sal-parent</artifactId>
7 <version>1.7.0-SNAPSHOT</version>
10 <groupId>org.opendaylight.controller.samples</groupId>
11 <artifactId>sal-samples</artifactId>
12 <packaging>pom</packaging>
15 <module>toaster</module>
16 <module>toaster-consumer</module>
17 <module>toaster-provider</module>
18 <module>clustering-test-app</module>
19 <module>toaster-it</module>
22 <connection>scm:git:http://git.opendaylight.org/gerrit/controller.git</connection>
23 <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
25 <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL</url>