Fix issues with loading OLT app

Change-Id: I8fecd4307a5ab504447430394dae89d27635a31a
diff --git a/app/features.xml b/app/features.xml
index 6385521..a5472eb 100644
--- a/app/features.xml
+++ b/app/features.xml
@@ -19,6 +19,6 @@
              description="${project.description}">
         <feature>onos-api</feature>
         <bundle>mvn:${project.groupId}/olt-api/${project.version}</bundle>
-        <bundle>mvn:${project.groupId}/olt/${project.version}</bundle>
+        <bundle>mvn:${project.groupId}/${project.artifactId}/${project.version}</bundle>
     </feature>
 </features>