Set version to 2.12

We don't really need to set the version for RC releases since we
don't typically deploy them to Maven.

Change-Id: Ic3b5df303689145ff88b51b7035defcaa3fa65b2
This commit is contained in:
David Pursehouse
2015-11-13 15:01:31 -08:00
parent 732ad20597
commit 61aa042e2d
10 changed files with 10 additions and 10 deletions

View File

@@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.gerrit</groupId>
<artifactId>gerrit-extension-api</artifactId>
<version>2.12-rc0</version>
<version>2.12</version>
<packaging>jar</packaging>
<name>Gerrit Code Review - Extension API</name>
<description>API for Gerrit Extensions</description>