Merge branch 'stable-3.7'
* stable-3.7:
Bump Gerrit and plugin version to v3.7.4
Bump version to v3.6.3.4
Fix duplicate log appender creation
Bump version to v3.5.4.4
Bump version to v3.4.8.6
Consider robot comments as mutable ref for validation
Introduce isUpToDateUnchecked for silent global-refdb checks
Add Bazel build instructions
Define the artifact as Gerrit plugin
Set version to 3.7.2.1
Set version to v3.5.4.3
Don't unnecessarily format error message
[errorprone] Fix FloggerLogString errors
Set version to 3.4.8.4
Configure the set of refs prefixes to be ignored by the global-refdb
Fix flogger formatting issues spotted by errorprone
Set Gerrit and project version to 3.7.2
Bump the global-refdb version to 3.4.8.3
Make SharedRefDatabaseWrapper a singleton
Add warning when the GlobalRefDatabase is not injected
Bump the global-refdb version to 3.4.8.2
Add default implementation for the global-refdb logger
Change-Id: I4334b1065203d8f2e13e4d07e47e832e50934fea
diff --git a/pom.xml b/pom.xml
index a7c7c02..a9e297e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
<groupId>com.gerritforge</groupId>
<artifactId>global-refdb</artifactId>
- <version>3.7.4</version>
+ <version>3.8.0</version>
<packaging>jar</packaging>
<name>global-refdb</name>
@@ -38,7 +38,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <gerrit.version>3.7.4</gerrit.version>
+ <gerrit.version>3.8.0</gerrit.version>
</properties>
<dependencies>