Merge branch 'stable-2.16' into stable-3.0

* stable-2.16:
  Consistently reuse project version number in pom

Adapt pom.xml accordingly.

Change-Id: I076b5f6c98f84b4a43e2adb219ecde74137f187b
diff --git a/pom.xml b/pom.xml
index 8a9ac3f..ed6d9e1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,12 +22,12 @@
   <groupId>com.googlesource.gerrit.plugins.task</groupId>
   <artifactId>task</artifactId>
   <packaging>jar</packaging>
-  <version>3.0</version>
+  <version>3.0.0</version>
   <name>task</name>
 
   <properties>
     <Gerrit-ApiType>plugin</Gerrit-ApiType>
-    <Gerrit-ApiVersion>3.0.0</Gerrit-ApiVersion>
+    <Gerrit-ApiVersion>${project.version}</Gerrit-ApiVersion>
   </properties>
 
   <build>