Bumping cord-config to 1.0-b1 for release

Also, updating groupId to org.onosproject because we don't yet have
push rights for org.opencord in Sonatype.

Change-Id: I1fc8e9074731c44867fb323a0b1426055b14a985
diff --git a/pom.xml b/pom.xml
index 8080f91..d0f7833 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,29 +22,19 @@
     <parent>
         <groupId>org.onosproject</groupId>
         <artifactId>onos</artifactId>
-        <version>1.6.0-SNAPSHOT</version>
-        <relativePath></relativePath>
+        <version>1.6.0</version>
     </parent>
 
-    <groupId>org.opencord</groupId>
+    <groupId>org.onosproject</groupId>
     <artifactId>cord-config</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0-b1</version>
     <packaging>bundle</packaging>
 
-     <!--FIXME remove this one the released bits are out-->
-      <repositories>
-        <repository>
-          <id>oss-staging</id>
-          <name>OSS Staging</name>
-          <url>https://oss.sonatype.org/content/groups/staging</url>
-        </repository>
-      </repositories>
-
     <description>CORD configuration meta application</description>
 
     <properties>
         <onos.app.name>org.opencord.config</onos.app.name>
-        <onos.version>1.6.0-SNAPSHOT</onos.version>
+        <onos.version>1.6.0</onos.version>
         <onos.app.title>CORD Configuration Meta Application</onos.app.title>
         <onos.app.category>Utility</onos.app.category>
         <onos.app.url>http://opencord.org</onos.app.url>