Make OpenROADM project importable on Eclipse.

- to accomodate AT&T's request.
  - added required pom.xml for OpenROADM

Change-Id: I502ae52fe2e7678b6c1b15970401ccbd3a8489e7
diff --git a/apps/openroadm/pom.xml b/apps/openroadm/pom.xml
index ffbadfa..6e5405c 100644
--- a/apps/openroadm/pom.xml
+++ b/apps/openroadm/pom.xml
@@ -22,18 +22,16 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos-apps</artifactId>
-        <version>1.10.0-SNAPSHOT</version>
+        <version>1.11.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
     <artifactId>onos-apps-openroadm</artifactId>
-    <version>1.2.1-SNAPSHOT</version>
     <packaging>pom</packaging>
-    <description>Open ROADM Application</description>
+    <description>Open ROADM (1.2.1)Application</description>
 
     <modules>
-        <module>yangmodel</module>
         <module>service</module>
         <module>network</module>
     </modules>
-</project>
\ No newline at end of file
+</project>