Merge branch 'stable-2.15'

* stable-2.15:
  Set Gerrit API snapshot version to 2.15.2-SNAPSHOT
  Fix the error in project properties generation file
  Switch to 2.14.9-SNAPSHOT Gerrit API version for local dev

Change-Id: I8cef9109edc5120332ec6ad136e6adb1fe189efd
diff --git a/gerrit_api_maven_local.bzl b/gerrit_api_maven_local.bzl
index 32f0db7..c294e0a 100644
--- a/gerrit_api_maven_local.bzl
+++ b/gerrit_api_maven_local.bzl
@@ -5,7 +5,7 @@
 gerrit_api is rule for fetching Gerrit plugin API using Bazel.
 """
 
-VER = "2.15.2-SNAPSHOT"
+VER = "2.16-SNAPSHOT"
 
 def gerrit_api_maven_local():
   bouncycastle_repos()