Merge branch 'stable-3.1'

* stable-3.1:
  Set version to 3.1.1
  Set version to 3.0.1
  Allow write of generic value in global-refdb
  Expose getter to return values stored in the SharedRefDB
  Add bazel build
  Set version to 3.1.0-rc1

Change-Id: Ied09c05097b6374311bd6c5f43dc83649badbf3d
diff --git a/pom.xml b/pom.xml
index 35733e1..3e0cb01 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
 
     <groupId>com.gerritforge</groupId>
     <artifactId>global-refdb</artifactId>
-    <version>3.1.1</version>
+    <version>3.1.0-rc0</version>
     <packaging>jar</packaging>
 
     <name>global-refdb</name>
@@ -38,7 +38,7 @@
 
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <gerrit.version>3.1.0-rc1</gerrit.version>
+        <gerrit.version>3.1.0-rc0</gerrit.version>
     </properties>
 
     <dependencies>