Set version to 2.12-rc0

Change-Id: I97e68baebf15a523d1d41c829849063a438b1521
This commit is contained in:
David Pursehouse
2015-11-09 13:39:03 -08:00
parent 7837cc0ca5
commit a3a53d446f
10 changed files with 10 additions and 10 deletions

View File

@@ -36,7 +36,7 @@ plugin project.
----
mvn archetype:generate -DarchetypeGroupId=com.google.gerrit \
-DarchetypeArtifactId=gerrit-plugin-archetype \
-DarchetypeVersion=2.12-SNAPSHOT \
-DarchetypeVersion=2.12-rc0 \
-DgroupId=com.googlesource.gerrit.plugins.testplugin \
-DartifactId=testplugin
----