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

Change-Id: I32414e1e32894d6adc4daafefc8efe4ea16deaed
diff --git a/pom.xml b/pom.xml
index c38189d..efe815e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -127,4 +127,10 @@
             </plugin>
         </plugins>
     </build>
+    <distributionManagement>
+        <snapshotRepository>
+            <id>ossrh</id>
+            <url>https://oss.sonatype.org/content/repositories/snapshots</url>
+        </snapshotRepository>
+    </distributionManagement>
 </project>