Update to pom files and package organization of bng-app

Also, update maven repo to HTTPS.

Change-Id: I664f819b2a671a5e85dcfd3e87e333f1163366d5
diff --git a/api/pom.xml b/api/pom.xml
index 6ebbe67..c6387da 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -22,12 +22,11 @@
     <parent>
         <groupId>org.opencord</groupId>
         <artifactId>bng</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>1.0.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
     <artifactId>bng-api</artifactId>
-
     <packaging>bundle</packaging>
 
     <dependencies>