Fix scm connection and url

Gerrit is case sensitive. Replace 'gerritforge' with 'GerritForge' in
scm connection and url string

Bug: Issue 11465
Change-Id: I4d5719753bfd7bce60a3c3d59ae33b531594b37f
1 file changed
tree: 2e3cff5b5de92c2993e14696a0d46265fee4a81f
  1. src/
  2. .gitignore
  3. LICENSE
  4. pom.xml
  5. README.md
README.md

Gerrit interface to a global-refdb

Global ref-database interface for use with Gerrit Code Review.

Enables the de-coupling between Gerrit, the multi-site plugin and the different implementations of a globally shared ref-database.

Design

The design for a global ref-db interface for Gerrit has been posted to the Gerrit Code Review project for review.