summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorEdwin Kempin <edwin.kempin@sap.com>2012-09-02 07:53:55 +0200
committerEdwin Kempin <edwin.kempin@sap.com>2012-09-02 07:55:33 +0200
commit143bc7c51c5f7c1e5b526218d8e36733bb138fd8 (patch)
tree30a05aaa7b5bb7e5fa16c8fd3db1d2a71c199520 /pom.xml
parent6ad341458850b4d6bb535eeef80b76b4a7aa11e2 (diff)
Fix Maven Repository URL
The used version of the gerrit-plugin-api jar is now a release version (2.5-rc0). It is not available in the snapshot Maven repository [1] but in the release Maven repository [2]. [1] https://gerrit-api.commondatastorage.googleapis.com/snapshot/ [2] https://gerrit-api.commondatastorage.googleapis.com/release/ Change-Id: I77a11567d601dc3ec308383810f97a9b232f5b70 Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 58d99e5..5b36bd0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -86,7 +86,7 @@ limitations under the License.
<repositories>
<repository>
<id>gerrit-api-repository</id>
- <url>https://gerrit-api.commondatastorage.googleapis.com/snapshot/</url>
+ <url>https://gerrit-api.commondatastorage.googleapis.com/release/</url>
</repository>
</repositories>
</project>