Merge "Bug 509: Fixed order of invoking Schema listeners."
[controller.git] / opendaylight / md-sal / samples / pom.xml
index 04e0a32ffbe3e93946a31f2a27cdce23d0b800c2..9f9d9d35c7ea38c9a49f263ea5b4625351d584b4 100644 (file)
@@ -1,9 +1,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">
+<?xml version="1.0" encoding="UTF-8"?>
+<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">
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <artifactId>sal-parent</artifactId>
-               <version>1.0-SNAPSHOT</version>
+               <version>1.1-SNAPSHOT</version>
                <groupId>org.opendaylight.controller</groupId>
        </parent>
        <packaging>pom</packaging>
       <connection>scm:git:ssh://git.opendaylight.org:29418/controller.git</connection>
       <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
       <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL</url>
-    </scm>
+      <tag>HEAD</tag>
+  </scm>
 
        <modules>
                <module>toaster</module>
                <module>toaster-consumer</module>
                <module>toaster-provider</module>
-       </modules>
+    <module>l2switch</module>
+  </modules>
 
     <profiles>
       <profile>
@@ -33,4 +35,4 @@
     </profiles>
 
        <groupId>org.opendaylight.controller.samples</groupId>
-</project>
+</project>
\ No newline at end of file