summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShawn O. Pearce <sop@google.com>2011-09-05 15:09:10 -0700
committerShawn O. Pearce <sop@google.com>2011-09-05 15:21:09 -0700
commit971361ec661332921640aa915dc09ab396509420 (patch)
treea603bbf7a9fab11314e2f3c39c425f4e6e0c6a5c
parente59ad34e04de225fe8e6cf30de4e4aa161e1859a (diff)
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
-rw-r--r--Documentation/Makefile2
-rw-r--r--ReleaseNotes/Makefile2
-rw-r--r--pom.xml9
3 files changed, 4 insertions, 9 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile
index f167cc5325..f96c6bae0e 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 219498b5db..5137b59c1c 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 5fdbd23f3a..a984a83bd2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -809,12 +809,7 @@ limitations under the License.
<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 @@ limitations under the License.
<repository>
<id>gson</id>
- <url>http://google-gson.googlecode.com/svn/mavenrepo/</url>
+ <url>https://google-gson.googlecode.com/svn/mavenrepo/</url>
</repository>
<repository>