Set Gerrit to 2.16.5

Change-Id: Idbc832620ce4b8d873ba02cba99a9db46141fd22
diff --git a/docker/centos7/Makefile b/docker/centos7/Makefile
index a6d06ba..f925029 100644
--- a/docker/centos7/Makefile
+++ b/docker/centos7/Makefile
@@ -1,10 +1,10 @@
 # Customise the following variable as Make parameters
 # to produce a yum.repo for a VENDOR distribution
 # Default values are pointing to GerritForge (www.gerritforge.com)
-VERSION=2.16.4
+VERSION=2.16.5
 RELEASE=1
 REPO_VERSION=1
-REPO_RELEASE=2
+REPO_RELEASE=1
 VENDOR=GerritForge
 VENDOR_LC=$(shell echo $(VENDOR) | tr A-Z a-z)
 IMAGE=$(VENDOR_LC)/gerrit-centos7
diff --git a/docker/ubuntu16.04/Makefile b/docker/ubuntu16.04/Makefile
index 228fbf9..1782944 100644
--- a/docker/ubuntu16.04/Makefile
+++ b/docker/ubuntu16.04/Makefile
@@ -1,7 +1,7 @@
 # Customise the following variable as Make parameters
 # to produce a yum.repo for a VENDOR distribution
 # Default values are pointing to GerritForge (www.gerritforge.com)
-VERSION=2.16.4
+VERSION=2.16.5
 RELEASE=1
 VENDOR=GerritForge
 VENDOR_LC=$(shell echo $(VENDOR) | tr A-Z a-z)
diff --git a/fpm/Makefile b/fpm/Makefile
index 86b7403..8cacd4d 100644
--- a/fpm/Makefile
+++ b/fpm/Makefile
@@ -1,8 +1,8 @@
-VERSION=2.16.4
-WAR_VERSION=2.16.4
+VERSION=2.16.5
+WAR_VERSION=2.16.5
 URL=https://gerrit-releases.storage.googleapis.com/gerrit-$(WAR_VERSION).war
 CI_URL=https://gerrit-ci.gerritforge.com
-RELEASE=2
+RELEASE=1
 
 NAME=gerrit
 CATEGORY=Development