Make plugin version same as API version

Change-Id: I67c2e5c87f8c29733fea53c7d438628432599c88
diff --git a/VERSION b/VERSION
index 3a7a6e8..b9fbaf5 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 = '1.0-SNAPSHOT'
+PLUGIN_VERSION = '2.11-SNAPSHOT'
diff --git a/pom.xml b/pom.xml
index 514b06a..024b72b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,12 +21,12 @@
   <groupId>com.googlesource.gerrit.plugins.quota</groupId>
   <artifactId>quota</artifactId>
   <packaging>jar</packaging>
-  <version>1.0-SNAPSHOT</version>
+  <version>2.11-SNAPSHOT</version>
   <name>quota</name>
 
   <properties>
     <Gerrit-ApiType>plugin</Gerrit-ApiType>
-    <Gerrit-ApiVersion>2.11-SNAPSHOT</Gerrit-ApiVersion>
+    <Gerrit-ApiVersion>${project.version}</Gerrit-ApiVersion>
   </properties>
 
   <build>