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

Change-Id: I1aa7c7b0d6d08fd7e3920c68d886833dbc3eea5f
diff --git a/pom.xml b/pom.xml
index 89f122d..6b49347 100644
--- a/pom.xml
+++ b/pom.xml
@@ -99,4 +99,11 @@
             </snapshots>
         </repository>
     </repositories>
+
+    <distributionManagement>
+        <snapshotRepository>
+            <id>ossrh</id>
+            <url>https://oss.sonatype.org/content/repositories/snapshots</url>
+        </snapshotRepository>
+    </distributionManagement>
 </project>