Set version to 2.11.1

Change-Id: I51d359654a625fb4cfa43b07d861c4c70f8d38be
diff --git a/VERSION b/VERSION
index b9fbaf5..8026f1e 100644
--- a/VERSION
+++ b/VERSION
@@ -1,4 +1,4 @@
 # Used by BUCK to include "Implementation-Version" in plugin Manifest.
 # If this file doesn't exist the output of 'git describe' is used
 # instead.
-PLUGIN_VERSION = '2.11-SNAPSHOT'
+PLUGIN_VERSION = '2.11.1'
diff --git a/lib/gerrit/BUCK b/lib/gerrit/BUCK
index d79e8af..64648da 100644
--- a/lib/gerrit/BUCK
+++ b/lib/gerrit/BUCK
@@ -1,6 +1,6 @@
 include_defs('//bucklets/maven_jar.bucklet')
 
-VER = '2.11'
+VER = '2.11.1'
 REPO = MAVEN_CENTRAL
 
 maven_jar(
diff --git a/pom.xml b/pom.xml
index 7d1625f..6a1dd59 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
   <groupId>com.googlesource.gerrit.plugins</groupId>
   <artifactId>delete-project</artifactId>
   <packaging>jar</packaging>
-  <version>2.11</version>
+  <version>2.11.1</version>
   <properties>
     <Gerrit-ApiType>plugin</Gerrit-ApiType>
     <Gerrit-ApiVersion>${project.version}</Gerrit-ApiVersion>