Updating pom.xml files to publish SNAPSHOTS under org.onosproject groupId

Change-Id: Ifbbdd79bd5c9764b6f07208e5e839932e8b924f1
diff --git a/tools/org.apache.felix.scr.generator/pom.xml b/tools/org.apache.felix.scr.generator/pom.xml
index 9656871..4b743f7 100644
--- a/tools/org.apache.felix.scr.generator/pom.xml
+++ b/tools/org.apache.felix.scr.generator/pom.xml
@@ -26,7 +26,7 @@
         <relativePath>../../pom/pom.xml</relativePath>
     </parent>
 
-    <groupId>org.apache.felix</groupId>
+    <groupId>org.onosproject</groupId>
     <artifactId>org.apache.felix.scr.generator</artifactId>
 
     <version>1.13.1-SNAPSHOT</version>
@@ -47,7 +47,18 @@
     <properties>
         <felix.java.version>6</felix.java.version>
     </properties>
-    
+
+    <distributionManagement>
+        <snapshotRepository>
+            <id>ossrh</id>
+            <url>https://oss.sonatype.org/content/repositories/snapshots</url>
+        </snapshotRepository>
+        <repository>
+            <id>ossrh</id>
+            <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
+        </repository>
+    </distributionManagement>
+
     <dependencies>
         <!-- bind/unbind method generation -->
         <dependency>