Move maven repository and documentation
This frees up the main gerrit project on Google Code for just the
sources, allowing us to switch the version control system to Git
and maintain a copy of Gerrit at the Gerrit project.
Change-Id: Ib33bbff8682d0d865e65b3801ba8910bacae4eda
diff --git a/Documentation/Makefile b/Documentation/Makefile
index f167cc5..f96c6ba 100644
--- a/Documentation/Makefile
+++ b/Documentation/Makefile
@@ -15,7 +15,7 @@
ASCIIDOC ?= asciidoc
ASCIIDOC_EXTRA ?=
SVN ?= svn
-PUB_ROOT ?= https://gerrit.googlecode.com/svn/documentation
+PUB_ROOT ?= https://gerrit-documentation.googlecode.com/svn/Documentation
all: html
diff --git a/ReleaseNotes/Makefile b/ReleaseNotes/Makefile
index 219498b..5137b59 100644
--- a/ReleaseNotes/Makefile
+++ b/ReleaseNotes/Makefile
@@ -15,7 +15,7 @@
ASCIIDOC ?= asciidoc
ASCIIDOC_EXTRA ?=
SVN ?= svn
-PUB_ROOT ?= https://gerrit.googlecode.com/svn/ReleaseNotes
+PUB_ROOT ?= https://gerrit-documentation.googlecode.com/svn/ReleaseNotes
DOC_HTML := $(patsubst %.txt,%.html,$(wildcard ReleaseNotes*.txt))
COMMIT := $(shell git describe HEAD | sed s/^v//)
diff --git a/pom.xml b/pom.xml
index 5fdbd23..a984a83 100644
--- a/pom.xml
+++ b/pom.xml
@@ -809,12 +809,7 @@
<repository>
<id>gerrit-maven-repository</id>
- <url>http://gerrit.googlecode.com/svn/mavenrepo/</url>
- </repository>
-
- <repository>
- <id>gerrit-snapshot-repository</id>
- <url>http://gerrit.googlecode.com/svn/mavenrepo/snapshots/</url>
+ <url>https://gerrit-maven-repository.googlecode.com/svn/</url>
</repository>
<repository>
@@ -824,7 +819,7 @@
<repository>
<id>gson</id>
- <url>http://google-gson.googlecode.com/svn/mavenrepo/</url>
+ <url>https://google-gson.googlecode.com/svn/mavenrepo/</url>
</repository>
<repository>