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

Change-Id: Idc41dcc0c648c45e22da775a200ae4c4566ab2ba
diff --git a/.gitreview b/.gitreview
index cdf73b5..ae3048f 100644
--- a/.gitreview
+++ b/.gitreview
@@ -3,3 +3,4 @@
 port=29418
 project=aaa.git
 defaultremote=origin
+defaultbranch=aaa-1.10
diff --git a/pom.xml b/pom.xml
index 34d5096..c184928 100644
--- a/pom.xml
+++ b/pom.xml
@@ -107,4 +107,10 @@
             </snapshots>
         </repository>
     </repositories>
+    <distributionManagement>
+        <snapshotRepository>
+            <id>ossrh</id>
+            <url>https://oss.sonatype.org/content/repositories/snapshots</url>
+        </snapshotRepository>
+    </distributionManagement>
 </project>