Adding distribution management in the app POM in order to release on Sonatype

Change-Id: I98efd03ea5c8630eedc9bbb0556af3c2fa393cce
diff --git a/pom.xml b/pom.xml
index 223cc2b..16c7010 100644
--- a/pom.xml
+++ b/pom.xml
@@ -106,4 +106,10 @@
             </snapshots>
         </repository>
     </repositories>
+    <distributionManagement>
+        <snapshotRepository>
+            <id>ossrh</id>
+            <url>https://oss.sonatype.org/content/repositories/snapshots</url>
+        </snapshotRepository>
+    </distributionManagement>
 </project>