Fix Maven build
The Gerrit SNAPSHOT artifacts are not anymore published to the Google
Cloud Storage, but to the Sonatype snapshots repository. Adapt the
repository URL in the pom.xml to make the Maven build work again.
Change-Id: I7b0afaa11118da8478035d9959a9dba4fffa451e
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
diff --git a/pom.xml b/pom.xml
index 7bd5f17..3749134 100644
--- a/pom.xml
+++ b/pom.xml
@@ -86,8 +86,8 @@
<repositories>
<repository>
- <id>gerrit-api-repository</id>
- <url>https://gerrit-api.commondatastorage.googleapis.com/release/</url>
+ <id>snapshot-repository</id>
+ <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
</repository>
</repositories>