Build with API version 2.12-rc0
Change-Id: I9971a49f424ee506340432674044c8ae74661c82
diff --git a/pom.xml b/pom.xml
index 44198d1..1a800a7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,13 +20,13 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>branch-network</artifactId>
<groupId>com.googlesource.gerrit.plugins.branchnetwork</groupId>
- <version>1.0-SNAPSHOT</version>
+ <version>2.12-rc0</version>
<name>Gerrit - Branch network display plugin</name>
<url>http://maven.apache.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<Gerrit-ApiType>plugin</Gerrit-ApiType>
- <Gerrit-ApiVersion>2.9-SNAPSHOT</Gerrit-ApiVersion>
+ <Gerrit-ApiVersion>${project.version}</Gerrit-ApiVersion>
<Gerrit-ReloadMode>reload</Gerrit-ReloadMode>
<Gerrit-Module>com.googlesource.gerrit.plugins.branchnetwork.GitCommitCacheModule</Gerrit-Module>
<Gerrit-HttpModule>com.googlesource.gerrit.plugins.branchnetwork.NetworkGraphModule</Gerrit-HttpModule>