Fix cherry-pick bugs

- fixed wrong versions
- fixed few minor pom issues

Change-Id: I2a283ab591198401f776150566cd2a7165bd1e3e
diff --git a/apps/mcast/pom.xml b/apps/mcast/pom.xml
index d80bdec..4989e0d 100644
--- a/apps/mcast/pom.xml
+++ b/apps/mcast/pom.xml
@@ -22,10 +22,10 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps</artifactId>
-        <version>1.12.1-SNAPSHOT</version>
+        <version>1.13.0-SNAPSHOT</version>
     </parent>
 
-    <artifactId>onos-app-mcast</artifactId>
+    <artifactId>onos-apps-mcast</artifactId>
     <packaging>pom</packaging>
 
     <description>ONOS multicast applications</description>