Update Maven repository URL

Change-Id: I0131fadcda7228f0f80ec6d41a827c0b9d427fe8
diff --git a/pom.xml b/pom.xml
index a5f703f..c3caa7d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -350,14 +350,14 @@
     <snapshotRepository>
       <id>gerrit-snapshot-repository</id>
       <name>gerrit Snapshot Repository</name>
-      <url>dav:https://gerrit.googlecode.com/svn/mavenrepo/snapshots</url>
+      <url>dav:https://gerrit-maven-repository.googlecode.com/svn/</url>
       <uniqueVersion>true</uniqueVersion>
     </snapshotRepository>
 
     <repository>
       <id>gerrit-maven-repository</id>
       <name>gerrit Maven Repository</name>
-      <url>dav:https://gerrit.googlecode.com/svn/mavenrepo</url>
+      <url>dav:https://gerrit-maven-repository.googlecode.com/svn/</url>
       <uniqueVersion>true</uniqueVersion>
     </repository>
   </distributionManagement>