VOL-373 support 3 tuple and multiple version numbers for ONOS apps

Change-Id: I2b6487628c2a01ff0d1fc408ddc1a921885197cb
diff --git a/apps/pom.xml b/apps/pom.xml
index 3d09a8c..30308c4 100644
--- a/apps/pom.xml
+++ b/apps/pom.xml
@@ -33,7 +33,7 @@
     <groupId>org.opencord</groupId>
     <artifactId>cord</artifactId>
     <packaging>pom</packaging>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2.0-SNAPSHOT</version>
 
     <name>${project.artifactId}</name>
     <description>Open CORD root project</description>
@@ -46,7 +46,8 @@
         <module>mcast</module>
         <module>olt</module>
         <module>sadis</module>
-        <module>vtn</module>
+	<module>vtn</module>
+	<module>dhcpl2relay</module>
     </modules>
 
 <!--