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

Change-Id: If05f2be24c1ac4dc4caf23fb1b8f7c5baa3f1c0c
diff --git a/pom.xml b/pom.xml
index 7f87ab2..63252e1 100755
--- a/pom.xml
+++ b/pom.xml
@@ -159,4 +159,10 @@
             </snapshots>
         </repository>
     </repositories>
+    <distributionManagement>
+        <snapshotRepository>
+            <id>ossrh</id>
+            <url>https://oss.sonatype.org/content/repositories/snapshots</url>
+        </snapshotRepository>
+    </distributionManagement>
 </project>